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

Add support for trait-objects without a principal #56837

Merged
merged 12 commits into from
Jan 5, 2019

Commits on Jan 3, 2019

  1. add support for principal-less trait object types

    should be a pure refactoring.
    arielb1 committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    3aa1503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    571a15b View commit details
    Browse the repository at this point in the history
  3. fix ppaux

    arielb1 committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    4ab27b2 View commit details
    Browse the repository at this point in the history
  4. add tests

    arielb1 committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c2aa748 View commit details
    Browse the repository at this point in the history
  5. hack-fix to rustdoc

    arielb1 committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    64857de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    391a7eb View commit details
    Browse the repository at this point in the history
  7. Revert "fix stupid bug"

    This reverts commit 6e4b2b3.
    arielb1 committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    e030aa8 View commit details
    Browse the repository at this point in the history
  8. Revert "add coherence future-compat warnings for marker-only trait ob…

    …jects"
    
    This reverts commit 7606396.
    arielb1 committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    7eb444e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b511b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. alphabetize marker traits when printed

    This makes sure they are printed in a compiler-version-independent
    order, avoiding ui test instability.
    arielb1 committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    10a8940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1afa1 View commit details
    Browse the repository at this point in the history
  3. add test for rust-lang#57162

    arielb1 committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    c213b0d View commit details
    Browse the repository at this point in the history