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

Implementation of RFC 2289 (associated_type_bounds) #57428

Merged
merged 24 commits into from
Jun 6, 2019

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    35585c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce27cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3816958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa53ec View commit details
    Browse the repository at this point in the history
  5. Use both existential-type desugaring and where-clause (predicate) des…

    …ugaring depending on context.
    alexreg committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    01f49f0 View commit details
    Browse the repository at this point in the history
  6. Added feature gate.

    alexreg committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    cad1b18 View commit details
    Browse the repository at this point in the history
  7. Added test suite.

    alexreg committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    4310ba2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a71d557 View commit details
    Browse the repository at this point in the history
  9. Added some comments to lowering code.

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0f4a5ca View commit details
    Browse the repository at this point in the history
  10. Added some comments, made add_bounds private.

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    538ebd1 View commit details
    Browse the repository at this point in the history
  11. Fixed up some comments.

    alexreg committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    5bf5994 View commit details
    Browse the repository at this point in the history
  12. Addressed points raised in review.

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f472cd9 View commit details
    Browse the repository at this point in the history
  13. Fixed rebase fallout.

    alexreg committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    c105c28 View commit details
    Browse the repository at this point in the history
  14. Reblessed tests.

    alexreg committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    10b6daa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2cdd7f8 View commit details
    Browse the repository at this point in the history
  16. added a few comments

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    963e22c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    049f4d8 View commit details
    Browse the repository at this point in the history
  18. make instantiate_poly_trait_ref_inner private to this module

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f6ee542 View commit details
    Browse the repository at this point in the history
  19. comment instantiate_poly_trait_ref and its binder behavior

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    83078f0 View commit details
    Browse the repository at this point in the history
  20. more comments

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    18d5085 View commit details
    Browse the repository at this point in the history
  21. another comment

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    e48dd12 View commit details
    Browse the repository at this point in the history
  22. verified that skip-binder is ok

    nikomatsakis authored and Alexander Regueiro committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    a900427 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e37a7a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Configuration menu
    Copy the full SHA
    ee89033 View commit details
    Browse the repository at this point in the history