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

Remove #[macro_use] extern crate rustc middle from numerous crates #124914

Merged
merged 11 commits into from
May 13, 2024

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    f12e935 View commit details
    Browse the repository at this point in the history
  2. Remove extern crate rustc_middle from rustc_const_eval.

    This requires exporting the interpreter macros so they can be used with
    `use crate::interpret::*`.
    nnethercote committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4497d34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f59348f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b7d254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34e247a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00cfb45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    900bcac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d49d4ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    573aa9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4bf20b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c34ebba View commit details
    Browse the repository at this point in the history