| Age | Commit message (Expand) | Author | Lines |
| 2023-12-11 | Monomorphize args while building Instance body | Celina G. Val | -1/+5 |
| 2023-12-10 | remove redundant imports | surechen | -2/+2 |
| 2023-12-08 | Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-a | Matthias Krüger | -13/+88 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+1 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -0/+1 |
| 2023-12-07 | Add instance evaluation and methods to read alloc | Celina G. Val | -13/+88 |
| 2023-12-07 | Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errors | Matthias Krüger | -2/+16 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -2/+5 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -0/+1 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -2/+5 |
| 2023-12-06 | Simplify StaticDef to Instance conversion | Celina G. Val | -2/+2 |
| 2023-12-06 | Add method to get type of an Rvalue in StableMIR | Celina G. Val | -0/+14 |
| 2023-12-06 | Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a | Matthias Krüger | -2/+2 |
| 2023-12-06 | Fix `is_foreign_item` for StableMIR instance | Celina G. Val | -2/+2 |
| 2023-12-05 | Change ty_with_args to return Ty instead of Result | Celina G. Val | -28/+23 |
| 2023-12-04 | Add FieldDef to StableMIR and methods to get type | Celina G. Val | -2/+48 |
| 2023-12-04 | Finish implementing `RustcInternal` for `TyKind` | Celina G. Val | -12/+185 |
| 2023-12-04 | Add Variant and a few more APIs to stable_mir | Celina G. Val | -16/+42 |
| 2023-12-01 | Add more information to stable Instance | Celina G. Val | -3/+25 |
| 2023-11-30 | Change SwitchTarget representation | Celina G. Val | -6/+5 |
| 2023-11-27 | Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinval | Michael Goulet | -7/+7 |
| 2023-11-27 | add otherwise into targets | ouz-a | -1/+3 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -1/+1 |
| 2023-11-26 | add successors and their formatter | ouz-a | -7/+5 |
| 2023-11-24 | Reorder imports and remove re-export | Celina G. Val | -3/+8 |
| 2023-11-24 | Move the compiler interface defs to its own module | Celina G. Val | -3/+4 |
| 2023-11-24 | Break down `rustc_smir/mod.rs` file | Celina G. Val | -1986/+2021 |
| 2023-11-24 | Rollup merge of #118215 - celinval:smir-def-paths, r=ouz-a | Michael Goulet | -7/+42 |
| 2023-11-23 | Improve documentation and fix the fixme comment | Celina G. Val | -0/+3 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -7/+0 |
| 2023-11-22 | Provide conversion of stable span to internal span | Celina G. Val | -2/+10 |
| 2023-11-22 | Add CrateDef trait and methods to get def names | Celina G. Val | -5/+29 |
| 2023-11-21 | Add support to get virtual table allocation | Celina G. Val | -3/+44 |
| 2023-11-21 | Add support to global allocation to stable-mir | Celina G. Val | -7/+71 |
| 2023-11-22 | Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgr | bors | -10/+61 |
| 2023-11-21 | Rollup merge of #118135 - ouz-a:fix_stable_span, r=celinval | Matthias Krüger | -9/+7 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -2/+2 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -7/+0 |
| 2023-11-21 | remove quotation from filename | ouz-a | -9/+7 |
| 2023-11-21 | de-structure variable and add stables | ouz-a | -29/+39 |
| 2023-11-21 | Add VarDebugInfo to Stable MIR | ouz-a | -1/+44 |
| 2023-11-20 | Improve code per PR comments | Celina G. Val | -6/+2 |
| 2023-11-20 | Add place.ty() and Ty build from a kind to smir | Celina G. Val | -9/+128 |
| 2023-11-17 | use new apis and add new function | ouz-a | -2/+6 |
| 2023-11-17 | move pretty into stable_mir | Oğuz Ağcayazı | -302/+13 |
| 2023-11-17 | change smir to StableMir | Oğuz Ağcayazı | -15/+27 |
| 2023-11-17 | remove unwrap | Oğuz Ağcayazı | -10/+15 |
| 2023-11-17 | better formatting for statements | Oğuz Ağcayazı | -23/+46 |
| 2023-11-17 | cover statements | Oğuz Ağcayazı | -26/+155 |
| 2023-11-17 | emit basic smir | Oğuz Ağcayazı | -2/+144 |