about summary refs log tree commit diff
path: root/compiler/stable_mir
AgeCommit message (Expand)AuthorLines
2023-11-21Add support to global allocation to stable-mirCelina G. Val-17/+79
2023-11-22Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgrbors-5/+75
2023-11-21Rollup merge of #118135 - ouz-a:fix_stable_span, r=celinvalMatthias Krüger-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-4/+4
2023-11-21Remove ClosureKind predicate kindMichael Goulet-1/+0
2023-11-21remove quotation from filenameouz-a-1/+1
2023-11-21de-structure variable and add stablesouz-a-4/+6
2023-11-21Add VarDebugInfo to Stable MIRouz-a-4/+72
2023-11-20Improve code per PR commentsCelina G. Val-29/+35
2023-11-20Add place.ty() and Ty build from a kind to smirCelina G. Val-22/+174
2023-11-17use new apis and add new functionouz-a-15/+14
2023-11-17move pretty into stable_mirOğuz Ağcayazı-3/+295
2023-11-17better formatting for statementsOğuz Ağcayazı-1/+1
2023-11-17emit basic smirOğuz Ağcayazı-0/+2
2023-11-16Fix has_body() and change resolve_drop_in_place() sigCelina G. Val-3/+2
2023-11-16Address PR commentsCelina G. Val-2/+2
2023-11-16Add more APIs and fix `Instance::body`Celina G. Val-15/+243
2023-11-16Fix bug on MIRVisitorCelina G. Val-2/+2
2023-11-16Add more SMIR internal impl and callback return valueCelina G. Val-8/+12
2023-11-15Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwUbors-2/+2
2023-11-15Auto merge of #117517 - klinvill:smir-projections, r=ouz-abors-3/+144
2023-11-14Make UserTypeProjection projections OpaqueKirby Linvill-5/+1
2023-11-14finish `RegionKind` renamelcnr-2/+2
2023-11-14Auto merge of #117787 - ouz-a:smir_coroutinewitness, r=celinvalbors-0/+5
2023-11-13rename `ReLateBound` to `ReBound`lcnr-1/+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-10add CoroutineWitness to covered typesOğuz Ağcayazı-0/+5
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-85/+508
2023-10-29Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errorsbors-0/+1
2023-10-27Rollup merge of #117262 - celinval:issue-38-norm, r=oli-obkMatthias Krüger-1/+4
2023-10-26Specialize ZeroSized constantsCelina G. Val-1/+4
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