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 -- 1/N -- Span collection #72878

Closed
wants to merge 10 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