summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir/compiler_interface.rs
AgeCommit message (Expand)AuthorLines
2025-06-16Add discriminant_for_variant to CoroutineDefNotLebedev-4/+14
2025-06-16Add discriminant_for_variant to AdtDefNotLebedev-2/+7
2025-06-10Implement representation options to smirShoyu Vanilla-1/+6
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-5/+0
2025-04-23Make `SmirInterface` pub(crate) and rename `Context` to `SmirContext`Makai-91/+103
2025-04-18Implement `SmirInterface`Makai-107/+309
2025-04-05let `rustc_smir` host `stable_mir` for refactoringMakai-0/+288