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

Fix indeterminism in ty::TraitObject representation. #36425

Merged
merged 7 commits into from
Sep 15, 2016

Commits on Sep 13, 2016

  1. Make sure that projection bounds in ty::TraitObject are sorted in a w…

    …ay that is stable across compilation sessions and crate boundaries.
    michaelwoerister committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    5a881e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c923f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94d7501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75a0dd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    869d144 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    377c3e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ec9b81 View commit details
    Browse the repository at this point in the history