about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir/mod.rs
AgeCommit message (Expand)AuthorLines
2023-08-07Add all_trait_decls to SMIRSantiago Pastorino-0/+4
2023-08-07Convert trait declaration to SMIRSantiago Pastorino-1/+2
2023-07-02Use scoped-tls for SMIR to map between TyCtxt and SMIR datastructuresyukang-14/+14
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