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

gh-93691: Compiler's code-gen passes location around instead of holding it on the global compiler state #98001

Merged
merged 13 commits into from
Oct 17, 2022

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    ecfa12e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Pass locations around instead of using the one on the compiler state.…

    … Assert they are the same as on the compiler state, except a few places where the location is currently wrong/random.
    iritkatriel committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    082625c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c50ff36 View commit details
    Browse the repository at this point in the history
  3. remove scaffold

    iritkatriel committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    091266f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fd667d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7764ce View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    498e98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d061b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df1e0c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    e09f741 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    80393a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    8e7acf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5418bb5 View commit details
    Browse the repository at this point in the history