about summary refs log tree commit diff
path: root/compiler/stable_mir/src/mir
AgeCommit message (Expand)AuthorLines
2023-12-05Change ty_with_args to return Ty instead of ResultCelina G. Val-1/+1
2023-12-04Add FieldDef to StableMIR and methods to get typeCelina G. Val-1/+1
2023-12-04Finish implementing `RustcInternal` for `TyKind`Celina G. Val-1/+1
2023-12-04Add Variant and a few more APIs to stable_mirCelina G. Val-22/+33
2023-12-01Add more information to stable InstanceCelina G. Val-9/+34
2023-11-30Fix SwitchTarget pretty printCelina G. Val-4/+1
2023-11-30Change SwitchTarget representationCelina G. Val-38/+67
2023-11-27Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinvalMichael Goulet-9/+277
2023-11-27add otherwise into targetsouz-a-2/+2
2023-11-26add successors and their formatterouz-a-23/+159
2023-11-25add pretty_terminatorouz-a-1/+133
2023-11-25is_{some,ok}_andMichael Goulet-1/+1
2023-11-24Fix smir's `Ty::Ref` pretty printingCelina G. Val-2/+4
2023-11-23Improve documentation and fix the fixme commentCelina G. Val-2/+8
2023-11-22Add CrateDef trait and methods to get def namesCelina G. Val-4/+23
2023-11-21Add allocation test and a bit more documentationCelina G. Val-0/+7
2023-11-21Add support to get virtual table allocationCelina G. Val-0/+7
2023-11-21Add support to global allocation to stable-mirCelina G. Val-1/+61
2023-11-22Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgrbors-4/+74
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-3/+3
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-17/+73
2023-11-17use new apis and add new functionouz-a-12/+8
2023-11-17move pretty into stable_mirOğuz Ağcayazı-2/+286
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-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