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

migrate rustc_query_system to use SessionDiagnostic #100844

Merged
merged 5 commits into from
Sep 1, 2022

Commits on Aug 31, 2022

  1. migrate rustc_query_system to use SessionDiagnostic

    with manual impl SessionDiagnostic
    evopen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b8075e4 View commit details
    Browse the repository at this point in the history
  2. link related issue to FIXME

    Co-authored-by: David Wood <[email protected]>
    evopen and davidtwco committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    d7e07c0 View commit details
    Browse the repository at this point in the history
  3. use derive proc macro to impl SessionDiagnostic

    fixes `SessionSubdiagnostic` to accept multiple attributes
    emitting list of fluent message remains unresolved
    evopen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ac638c1 View commit details
    Browse the repository at this point in the history
  4. delete leftover comment

    evopen committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    166aef9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ce59eb View commit details
    Browse the repository at this point in the history