about summary refs log tree commit diff
path: root/compiler/stable_mir/src/mir
AgeCommit message (Expand)AuthorLines
2023-10-25Make locals field privateKirby Linvill-5/+5
2023-10-25Add public API to retrieve internal localsKirby Linvill-2/+8
2023-10-25Replace arg_count in public API with return/arg gettersKirby Linvill-6/+32
2023-10-25Add arg_count field to Body in Stable MIRKirby Linvill-0/+10
2023-10-25Rename `AsyncCoroutineKind` to `CoroutineSource`Oli Scherer-2/+2
2023-10-24Remove fold code and add Const::internal()Celina G. Val-1/+1
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-2/+36
2023-10-20Rename `CoroutineKind::Gen` to `::Coroutine`Oli Scherer-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-10/+10
2023-10-19Add stable Instance::body() and RustcInternal traitCelina G. Val-2/+36
2023-10-16Add MonoItems and Instance to stable_mirCelina G. Val-0/+89
2023-10-05add span to statementsouz-a-1/+7
2023-09-30add span to terminatorouz-a-1/+7
2023-09-30create localdecl and add span to itouz-a-1/+7
2023-09-25Split out the stable part of smir into its own crate to prevent accidental us...Oli Scherer-0/+446