about summary refs log tree commit diff
path: root/compiler/rustc_smir/src
AgeCommit message (Expand)AuthorLines
2023-12-11Monomorphize args while building Instance bodyCelina G. Val-1/+5
2023-12-10remove redundant importssurechen-2/+2
2023-12-08Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-aMatthias Krüger-13/+88
2023-12-08Implement `async gen` blocksMichael Goulet-0/+1
2023-12-08Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwUbors-0/+1
2023-12-07Add instance evaluation and methods to read allocCelina G. Val-13/+88
2023-12-07Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errorsMatthias Krüger-2/+16
2023-12-07Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlinbors-2/+5
2023-12-07add unused `NormalizesTo` predicatelcnr-0/+1
2023-12-07ctfe interpreter: extend provenance so that it can track whether a pointer is...Ralf Jung-2/+5
2023-12-06Simplify StaticDef to Instance conversionCelina G. Val-2/+2
2023-12-06Add method to get type of an Rvalue in StableMIRCelina G. Val-0/+14
2023-12-06Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-aMatthias Krüger-2/+2
2023-12-06Fix `is_foreign_item` for StableMIR instanceCelina G. Val-2/+2
2023-12-05Change ty_with_args to return Ty instead of ResultCelina G. Val-28/+23
2023-12-04Add FieldDef to StableMIR and methods to get typeCelina G. Val-2/+48
2023-12-04Finish implementing `RustcInternal` for `TyKind`Celina G. Val-12/+185
2023-12-04Add Variant and a few more APIs to stable_mirCelina G. Val-16/+42
2023-12-01Add more information to stable InstanceCelina G. Val-3/+25
2023-11-30Change SwitchTarget representationCelina G. Val-6/+5
2023-11-27Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinvalMichael Goulet-7/+7
2023-11-27add otherwise into targetsouz-a-1/+3
2023-11-26merge `DefKind::Coroutine` into `DefKind::Closure`bohan-1/+1
2023-11-26add successors and their formatterouz-a-7/+5
2023-11-24Reorder imports and remove re-exportCelina G. Val-3/+8
2023-11-24Move the compiler interface defs to its own moduleCelina G. Val-3/+4
2023-11-24Break down `rustc_smir/mod.rs` fileCelina G. Val-1986/+2021
2023-11-24Rollup merge of #118215 - celinval:smir-def-paths, r=ouz-aMichael Goulet-7/+42
2023-11-23Improve documentation and fix the fixme commentCelina G. Val-0/+3
2023-11-22Auto merge of #118120 - compiler-errors:closure-kind, r=lcnrbors-7/+0
2023-11-22Provide conversion of stable span to internal spanCelina G. Val-2/+10
2023-11-22Add CrateDef trait and methods to get def namesCelina G. Val-5/+29
2023-11-21Add support to get virtual table allocationCelina G. Val-3/+44
2023-11-21Add support to global allocation to stable-mirCelina G. Val-7/+71
2023-11-22Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgrbors-10/+61
2023-11-21Rollup merge of #118135 - ouz-a:fix_stable_span, r=celinvalMatthias Krüger-9/+7
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-2/+2
2023-11-21Remove ClosureKind predicate kindMichael Goulet-7/+0
2023-11-21remove quotation from filenameouz-a-9/+7
2023-11-21de-structure variable and add stablesouz-a-29/+39
2023-11-21Add VarDebugInfo to Stable MIRouz-a-1/+44
2023-11-20Improve code per PR commentsCelina G. Val-6/+2
2023-11-20Add place.ty() and Ty build from a kind to smirCelina G. Val-9/+128
2023-11-17use new apis and add new functionouz-a-2/+6
2023-11-17move pretty into stable_mirOğuz Ağcayazı-302/+13
2023-11-17change smir to StableMirOğuz Ağcayazı-15/+27
2023-11-17remove unwrapOğuz Ağcayazı-10/+15
2023-11-17better formatting for statementsOğuz Ağcayazı-23/+46
2023-11-17cover statementsOğuz Ağcayazı-26/+155
2023-11-17emit basic smirOğuz Ağcayazı-2/+144