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

Only store a LocalDefId in some HIR nodes #81611

Merged
merged 14 commits into from
Feb 17, 2021
Merged

Commits on Feb 15, 2021

  1. Remove useless Named trait.

    cjgillot committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    21b0cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8961f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c676e35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd3cd5d View commit details
    Browse the repository at this point in the history
  5. Only store a LocalDefId in hir::Item.

    Items are guaranteed to be HIR owner.
    cjgillot committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    cebbba0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a871a0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    786a80e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    996dc8d View commit details
    Browse the repository at this point in the history
  9. Fix E0657.

    cjgillot committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    7878fa7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff14cac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4e7427 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f395f2e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7dd1e8c View commit details
    Browse the repository at this point in the history
  14. Remove HirItemLike.

    cjgillot committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    91d8e59 View commit details
    Browse the repository at this point in the history