summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir
AgeCommit message (Expand)AuthorLines
2023-05-08Encode types in SMIROli Scherer-0/+18
2023-05-08Create a trait to abstract over the smir APIOli Scherer-6/+60
2023-05-05Add GeneratorDrop terminator to SMIRSantiago Pastorino-0/+1
2023-05-05Add Assert terminator to SMIRSantiago Pastorino-3/+64
2023-05-03Add Drop terminator to SMIRSantiago Pastorino-1/+1
2023-04-20Add Call terminator to SMIRSantiago Pastorino-1/+9
2023-04-14Add a stable MIR way to get the main functionOli Scherer-0/+7
2023-03-16Add Debug and Clone derives for stable mir datastructuresOli Scherer-0/+7
2023-03-16Implement a minimal subset of MIR statements and terminators for smirOli Scherer-0/+73
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