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

Various refactorings to rustc_interface #126834

Merged
merged 7 commits into from
Jun 25, 2024
Merged

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    c8380cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2aadc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8c9dd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    391bdb3 View commit details
    Browse the repository at this point in the history
  5. Inline write_dep_info query

    bjorn3 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    7332e79 View commit details
    Browse the repository at this point in the history
  6. Ensure run_compiler always aborts on errors

    Before if the closure passed to run_compiler emitted an error without
    calling abort_if_errors and no diagnostics have been stashed,
    run_compiler would return normally as if no error had occured.
    bjorn3 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    e3ffbbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d1f5b3 View commit details
    Browse the repository at this point in the history