about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir/ty.rs
AgeCommit message (Expand)AuthorLines
2023-08-07Add TraitDef::trait_decl methodSantiago Pastorino-0/+6
2023-08-07Convert trait declaration to SMIRSantiago Pastorino-0/+21
2023-08-07Convert unsafety using the stable method and reuse mir::SafetySantiago Pastorino-8/+2
2023-08-06Add alocation to smirouz-a-0/+22
2023-07-31add missing rvalues to smirouz-a-1/+1
2023-07-26Add Bound ty to SMIRSantiago Pastorino-0/+7
2023-07-26Add Param ty to SMIRSantiago Pastorino-0/+7
2023-07-24Dynamic for smirEric Mark Martin-0/+36
2023-07-22add Alias for smirEric Mark Martin-0/+18
2023-07-20Add FnPtr ty to SMIRSantiago Pastorino-0/+79
2023-07-19Remove FIXMEs a lot of things need fixesSantiago Pastorino-2/+0
2023-07-19Add Generator to SMIRSantiago Pastorino-0/+10
2023-07-19Add Closure ty to SMIRSantiago Pastorino-0/+4
2023-07-19Add FnDef ty to SMIRSantiago Pastorino-0/+4
2023-07-19Rename SMIR AdtSubsts to GenericArgsSantiago Pastorino-2/+2
2023-07-18Add Never to SMIRSantiago Pastorino-0/+1
2023-07-18Add Foreign to SMIRSantiago Pastorino-0/+4
2023-07-17conversions to smir RawPtr and RefEric Mark Martin-6/+3
2023-07-17add RawPtrEric Mark Martin-0/+3
2023-07-17move const definitionEric Mark Martin-0/+2
2023-07-13add str, slice, and array to smir typesEric Mark Martin-0/+3
2023-07-13Add Adt to SMIRSantiago Pastorino-1/+21
2023-07-07Add Float ty to SMIRSantiago Pastorino-0/+7
2023-07-07Add Uint ty to SMIRSantiago Pastorino-0/+11
2023-07-07Add Int ty to SMIRSantiago Pastorino-0/+11
2023-07-07Add Char ty to SMIRSantiago Pastorino-0/+1
2023-07-07Add rustc_ty_to_ty basic testsSantiago Pastorino-0/+2
2023-07-06Wrap SMIR bool and tuple into a Rigid variantSantiago Pastorino-0/+4
2023-05-08Encode types in SMIROli Scherer-0/+15