about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir/error.rs
AgeCommit message (Collapse)AuthorLines
2025-07-06move `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-04refactor: 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-04refactor: impl `SmirError` for `stable_mir::Error`Makai-2/+10
2025-04-05let `rustc_smir` host `stable_mir` for refactoringMakai-0/+85