about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir/fold.rs
AgeCommit message (Expand)AuthorLines
2023-09-25Split out the stable part of smir into its own crate to prevent accidental us...Oli Scherer-231/+0
2023-09-25Move `Opaque` to `stable_mir`Oli Scherer-5/+6
2023-09-06Implement and test monomorphizationOli Scherer-2/+25
2023-09-06Deopaquify `ParamConst`Oli Scherer-1/+1
2023-09-06Add types to all constantsOli Scherer-2/+2
2023-09-06Add type folder to SMIROli Scherer-0/+207