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

Make the Query enum a simple struct. #80891

Merged
merged 6 commits into from
Feb 24, 2021
Merged

Make the Query enum a simple struct. #80891

merged 6 commits into from
Feb 24, 2021

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    f96e960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0144d6a View commit details
    Browse the repository at this point in the history
  3. Move Query to rustc_query_system.

    Rename it to QueryStackFrame and document a bit.
    cjgillot committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    3897395 View commit details
    Browse the repository at this point in the history
  4. Move report_cycle to rustc_query_system.

    The call to `ty::print::with_forced_impl_filename_line`
    is done when constructing the description,
    at the construction of the QueryStackFrame.
    cjgillot committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    c26d965 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a87de89 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Simplify hashing.

    cjgillot committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    903f65f View commit details
    Browse the repository at this point in the history