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

Remove Spans from HIR -- 2/N -- Small HIR nodes #73094

Closed
wants to merge 31 commits into from

Commits on Jan 6, 2021

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

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6758a85 View commit details
    Browse the repository at this point in the history
  3. Collect spans during lowering.

    Collect spans directly into an IndexVec.
    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0b793a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e69a8df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d98c91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3947c9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    973d19b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    700d697 View commit details
    Browse the repository at this point in the history
  9. Fix fulldeps tests.

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    05dc82a View commit details
    Browse the repository at this point in the history
  10. Fix clippy.

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    7b9999c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3dd2859 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5dada24 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e92e9f7 View commit details
    Browse the repository at this point in the history
  14. Remove span from hir::Stmt.

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f94bbef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2bc251c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fcae632 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1641026 View commit details
    Browse the repository at this point in the history
  18. Remove span from hir::Arm.

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    521bc45 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0373228 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    afc6e69 View commit details
    Browse the repository at this point in the history
  21. Remove span from hir::Pat.

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    732ae69 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    96b8564 View commit details
    Browse the repository at this point in the history
  23. Remove GenericArg::span.

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e6c0698 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4491f82 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fdd2c7d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ba8fc92 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    272df28 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a0b4ad1 View commit details
    Browse the repository at this point in the history
  29. Fix fulldeps tests.

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b604b5e View commit details
    Browse the repository at this point in the history
  30. Fortify find_entry.

    cjgillot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    7ec01a6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    304bdec View commit details
    Browse the repository at this point in the history