about summary refs log tree commit diff
path: root/compiler/stable_mir/src/mir
AgeCommit message (Expand)AuthorLines
2023-11-17emit basic smirOğuz Ağcayazı-0/+2
2023-11-16Fix has_body() and change resolve_drop_in_place() sigCelina G. Val-2/+1
2023-11-16Address PR commentsCelina G. Val-2/+2
2023-11-16Add more APIs and fix `Instance::body`Celina G. Val-8/+60
2023-11-16Fix bug on MIRVisitorCelina G. Val-2/+2
2023-11-14Make UserTypeProjection projections OpaqueKirby Linvill-5/+1
2023-11-10Ignore FieldIdx and VariantIdx examples in docsKirby Linvill-2/+2
2023-11-10Add SMIR visitor for Places and projectionsKirby Linvill-2/+33
2023-11-09Defer Place ty implementation in Stable Mir to later PRKirby Linvill-2/+4
2023-11-09Remove rich UserTypeProjection projections in SMIRKirby Linvill-13/+12
2023-11-09Add stable MIR Projections support based on MIR structureKirby Linvill-2/+115
2023-11-08rename `BorrowKind::Shallow` to `Fake`lcnr-2/+3
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-1/+1
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-1/+1
2023-10-30Add a stable MIR visitorCelina G. Val-36/+456
2023-10-29Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errorsbors-0/+1
2023-10-26Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obkMatthias Krüger-3/+53
2023-10-26Use two slice expressions to save on an offset repetitionOli Scherer-1/+1
2023-10-26Add hir::GeneratorKind::GenOli Scherer-0/+1
2023-10-26Update Place and Operand to take slicesKirby Linvill-2/+2
2023-10-26Rename internal_locals to inner_localsKirby Linvill-4/+4
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-2/+2
2023-10-25Add a public API to get all body localsKirby Linvill-0/+8
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