summary refs log tree commit diff
path: root/compiler/stable_mir/src/ty.rs
AgeCommit message (Expand)AuthorLines
2023-10-30Add a stable MIR visitorCelina G. Val-46/+46
2023-10-26Specialize ZeroSized constantsCelina G. Val-0/+3
2023-10-24Use IndexMap for handling stable TyCelina G. Val-19/+18
2023-10-24Remove fold code and add Const::internal()Celina G. Val-7/+35
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-0/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-20Remove obsolete commentCelina G. Val-1/+0
2023-10-19Add stable Instance::body() and RustcInternal traitCelina G. Val-0/+2
2023-10-13change fn name, return loc info, local nameOğuz Ağcayazı-3/+4
2023-10-11implement get_filename/lines for spanOğuz Ağcayazı-1/+22
2023-10-10add new wrapper for FxIndexMapOğuz Ağcayazı-1/+16
2023-09-28remove un-needed variantsouz-a-13/+0
2023-09-28fix importsouz-a-1/+1
2023-09-28make reg public and add visit, foldouz-a-1/+8
2023-09-28add stable for RegionKindouz-a-1/+1
2023-09-28add RegionDefouz-a-3/+6
2023-09-28make region struct and add neccesasry typesouz-a-2/+47
2023-09-25Split out the stable part of smir into its own crate to prevent accidental us...Oli Scherer-0/+525