about summary refs log tree commit diff
path: root/compiler/stable_mir/README.md
AgeCommit message (Collapse)AuthorLines
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-46/+0
2024-10-24Update README.mdCelina G. Val-3/+11
Clarify that the translation between unstable and stable items is currently done in the `rustc_smir` crate.
2024-10-24Apply suggestions from code reviewCelina G. Val-2/+2
Co-authored-by: Michael Goulet <michael@errs.io>
2024-09-25Update StableMIR doc to reflect current statusCelina G. Val-88/+14
We no longer use git subtree, and we have 2 different crates.
2023-09-25Split out the stable part of smir into its own crate to prevent accidental ↵Oli Scherer-0/+112
usage of forever unstable things