about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/rustc_internal
AgeCommit message (Expand)AuthorLines
2023-08-07Convert trait declaration to SMIRSantiago Pastorino-0/+4
2023-07-24Dynamic for smirEric Mark Martin-0/+8
2023-07-22add Alias for smirEric Mark Martin-0/+8
2023-07-20Add FnPtr ty to SMIRSantiago Pastorino-0/+16
2023-07-19Add Generator to SMIRSantiago Pastorino-0/+8
2023-07-19Add Closure ty to SMIRSantiago Pastorino-0/+8
2023-07-19Add FnDef ty to SMIRSantiago Pastorino-0/+8
2023-07-18Add Foreign to SMIRSantiago Pastorino-0/+8
2023-07-13Add Adt to SMIRSantiago Pastorino-2/+14
2023-07-10Implement a few more rvalue translation to smirCelina G. Val-0/+10
2023-05-08Encode types in SMIROli Scherer-1/+1
2023-05-08Create a trait to abstract over the smir APIOli Scherer-13/+32
2023-03-16Remove `DefId` from `CrateItem` in favor of a lookup tableOli Scherer-1/+18
2023-03-07Change item collection to be on demandCelina G. Val-4/+7
2023-03-06Create new rustc_smir struct to map future cratesCelina G. Val-0/+12