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

Store HIR attributes in a side table #79519

Merged
merged 38 commits into from
Mar 10, 2021
Merged

Store HIR attributes in a side table #79519

merged 38 commits into from
Mar 10, 2021

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    736fc96 View commit details
    Browse the repository at this point in the history
  2. Introduce HirIdVec.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d50ca3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fb257b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a21af6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b84bdf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e16e1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b1dd1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c88350 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8514aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a50454d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    260aa9f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    662f11a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    99ba08e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3137f81 View commit details
    Browse the repository at this point in the history
  15. Simplify clippy author.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    f5dc5dc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8e81605 View commit details
    Browse the repository at this point in the history
  17. Visit attributes in one go.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    4bb07be View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ff79ad3 View commit details
    Browse the repository at this point in the history
  19. Remove hir::Local::attrs.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    7ea1eac View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fd8a021 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c05c902 View commit details
    Browse the repository at this point in the history
  22. Remove hir::Crate::attrs.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a987bbb View commit details
    Browse the repository at this point in the history
  23. Remove hir::Arm::attrs.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    96788df View commit details
    Browse the repository at this point in the history
  24. Remove hir::Param::attrs.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a0a4611 View commit details
    Browse the repository at this point in the history
  25. Remove hir::Variant::attrs.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    3c0afc3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c298744 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4bab93a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c49359a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5474f17 View commit details
    Browse the repository at this point in the history
  30. Remove hir::Item::attrs.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c701872 View commit details
    Browse the repository at this point in the history
  31. Remove hir::Expr::attrs.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    fb753cc View commit details
    Browse the repository at this point in the history
  32. Bless tests.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6b5d2de View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    27ef0ee View commit details
    Browse the repository at this point in the history
  34. Fix ui-fulldeps tests.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    12ce80a View commit details
    Browse the repository at this point in the history
  35. Alias attributes of hir::Stmt.

    The attributes for statements and those of the statements' content.
    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2658fb7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    90a562c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    38d9d09 View commit details
    Browse the repository at this point in the history
  38. Rebase fallout.

    cjgillot committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    77c0f21 View commit details
    Browse the repository at this point in the history