| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-14 | rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge` | Makai | -291/+0 | |
| 2025-07-06 | move `stable_mir` back to its own crate and move `rustc_internal` to ↵ | Makai | -0/+291 | |
| the`stable_mir` crate As part of this reorganization, some traits need to be moved from `rustc_smir::context::traits` to `stable_mir::unstable::internal_cx`. These traits are specifically designed for `InternalCx` to clarify the behavior of different functions that share the same name. This move is necessary to avoid orphan rule violations. | ||||
