about summary refs log tree commit diff
path: root/compiler/stable_mir
AgeCommit message (Expand)AuthorLines
2023-12-07Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errorsMatthias Krüger-3/+186
2023-12-06Add sanity check to `BinOp::ty()`Celina G. Val-8/+27
2023-12-06Update compiler/stable_mir/src/mir/body.rsCelina G. Val-1/+1
2023-12-06Simplify StaticDef to Instance conversionCelina G. Val-4/+5
2023-12-06Add method to get type of an Rvalue in StableMIRCelina G. Val-0/+163
2023-12-06Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-aMatthias Krüger-4/+11
2023-12-06Also add an API to check if an instance has bodyCelina G. Val-0/+8
2023-12-06Fix `is_foreign_item` for StableMIR instanceCelina G. Val-4/+3
2023-12-05Change ty_with_args to return Ty instead of ResultCelina G. Val-5/+10
2023-12-04Add FieldDef to StableMIR and methods to get typeCelina G. Val-3/+47
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-23/+111
2023-12-01Add more information to stable InstanceCelina G. Val-16/+82
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-11/+279
2023-11-27add otherwise into targetsouz-a-2/+2
2023-11-26add successors and their formatterouz-a-24/+160
2023-11-25add pretty_terminatorouz-a-2/+134
2023-11-25is_{some,ok}_andMichael Goulet-1/+1
2023-11-25Rollup merge of #118274 - celinval:smir-fix-pretty, r=ouz-aLeón Orell Valerian Liehr-2/+4
2023-11-24Fix smir's `Ty::Ref` pretty printingCelina G. Val-2/+4
2023-11-24Reorder imports and remove re-exportCelina G. Val-10/+12
2023-11-24Move the compiler interface defs to its own moduleCelina G. Val-160/+172
2023-11-24Rollup merge of #118215 - celinval:smir-def-paths, r=ouz-aMichael Goulet-46/+156
2023-11-23Improve documentation and fix the fixme commentCelina G. Val-8/+17
2023-11-22Auto merge of #118120 - compiler-errors:closure-kind, r=lcnrbors-1/+0
2023-11-22Add CrateDef trait and methods to get def namesCelina G. Val-46/+147
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/+10
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