summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir/mod.rs
AgeCommit message (Expand)AuthorLines
2023-05-08Create a trait to abstract over the smir APIOli Scherer-6/+60
2023-04-14Add a stable MIR way to get the main functionOli Scherer-0/+7
2023-03-16Implement a minimal subset of MIR statements and terminators for smirOli Scherer-0/+8
2023-03-16Remove `DefId` from `CrateItem` in favor of a lookup tableOli Scherer-3/+1
2023-03-07Change item collection to be on demandCelina G. Val-2/+10
2023-03-06Create new rustc_smir struct to map future cratesCelina G. Val-0/+52