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

Move stuff around on stable_mir and rustc_smir crate #118266

Merged
merged 3 commits into from
Nov 25, 2023

Commits on Nov 24, 2023

  1. Break down rustc_smir/mod.rs file

    This file was getting too big and causing a lot of merge conflicts. All
    these changes shouldn't be visible to users since this module is private.
    celinval committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5ad84ed View commit details
    Browse the repository at this point in the history
  2. Move the compiler interface defs to its own module

    Separate items that are exposed in the `stable_mir` crate to be used
    by the compiler from items that we expect to be used by tool developers.
    celinval committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d7c7236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c2478 View commit details
    Browse the repository at this point in the history