Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trait alias infrastructure #45047

Merged
merged 11 commits into from
Dec 14, 2017
Merged

trait alias infrastructure #45047

merged 11 commits into from
Dec 14, 2017

Commits on Dec 14, 2017

  1. add trait aliases to AST

    durka committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d4a2826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c4a92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46dc7c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b6ad1e View commit details
    Browse the repository at this point in the history
  5. add trait aliases to HIR

    durka committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    2eefc9d View commit details
    Browse the repository at this point in the history
  6. add trait aliases to typeck

    durka committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    63f1c24 View commit details
    Browse the repository at this point in the history
  7. error on any use of trait alias

    durka committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    4029a01 View commit details
    Browse the repository at this point in the history
  8. feature gate trait aliases

    durka committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    4f0b4f2 View commit details
    Browse the repository at this point in the history
  9. trait alias fallout

    durka committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    435fe5b View commit details
    Browse the repository at this point in the history
  10. error for impl trait alias

    durka committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    aaeae4c View commit details
    Browse the repository at this point in the history
  11. rls depends on rustfmt

    durka committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    834674f View commit details
    Browse the repository at this point in the history