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

Remap impl-trait lifetimes on HIR instead of AST lowering #129383

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    435b924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8d93c View commit details
    Browse the repository at this point in the history
  3. rm ItemKind::OpaqueTy

    This introduce an additional collection of opaques on HIR, as they can no
    longer be listed using the free item list.
    camelid authored and cjgillot committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    56da53c View commit details
    Browse the repository at this point in the history
  4. WfCheck opaques.

    cjgillot committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ac87276 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d94b9cc View commit details
    Browse the repository at this point in the history
  6. Bless ui tests.

    cjgillot committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e4f827c View commit details
    Browse the repository at this point in the history
  7. Remove stray fixmes.

    cjgillot committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    679a6ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    456e4c5 View commit details
    Browse the repository at this point in the history
  9. Promote crash tests to ui.

    cjgillot committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a405c58 View commit details
    Browse the repository at this point in the history
  10. Bless incremental tests.

    cjgillot committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    658e100 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f711b3 View commit details
    Browse the repository at this point in the history
  12. Adapt clippy.

    cjgillot committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7782194 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    32e218b View commit details
    Browse the repository at this point in the history
  14. Named variance fallout

    cjgillot committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1025f61 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    92cd183 View commit details
    Browse the repository at this point in the history