| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-06 | move `stable_mir` back to its own crate and move `rustc_internal` to ↵ | Makai | -93/+0 | |
| 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. | ||||
| 2025-07-04 | refactor: unify `Tables` implementation with bridge types and re-export ↵ | Makai | -1/+1 | |
| `IndexedVal` define bridge types for `***Def`s. consolidate scattered `Tables` implementations into single inherent impl. | ||||
| 2025-07-04 | refactor: impl `SmirError` for `stable_mir::Error` | Makai | -2/+10 | |
| 2025-04-05 | let `rustc_smir` host `stable_mir` for refactoring | Makai | -0/+85 | |
