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

core: Use SourceLocation (new name Span) over Span (new name ByteRange) to refer to locations #909

Merged
merged 9 commits into from
Jul 22, 2023

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    ddfbf89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de8a71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3344f0 View commit details
    Browse the repository at this point in the history
  4. ir: add static size assertions

    feds01 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    687c680 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b9025 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf415f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9867a39 View commit details
    Browse the repository at this point in the history
  8. tir: allow AstInfo to have multiple items refer to the same `AstNod…

    …eId`
    
    This meant that `AstMap` couldn't use `BiMap` because it doesn't
    support insertions into only a single side of the map. To solve this,
    `AstMapInner` was introduced.
    feds01 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    d372d9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85115fe View commit details
    Browse the repository at this point in the history