| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-16 | Fix has_body() and change resolve_drop_in_place() sig | Celina G. Val | -15/+18 |
| 2023-11-16 | Always run builder to evaluate constants | Celina G. Val | -4/+1 |
| 2023-11-16 | Address PR comments | Celina G. Val | -2/+1 |
| 2023-11-16 | Add more APIs and fix `Instance::body` | Celina G. Val | -21/+158 |
| 2023-11-16 | Add more SMIR internal impl and callback return value | Celina G. Val | -13/+147 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -2/+2 |
| 2023-11-15 | Auto merge of #117517 - klinvill:smir-projections, r=ouz-a | bors | -4/+38 |
| 2023-11-14 | Make UserTypeProjection projections Opaque | Kirby Linvill | -1/+6 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -2/+2 |
| 2023-11-14 | Auto merge of #117787 - ouz-a:smir_coroutinewitness, r=celinval | bors | -1/+9 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -1/+1 |
| 2023-11-10 | add CoroutineWitness to covered types | Oğuz Ağcayazı | -1/+9 |
| 2023-11-09 | Remove rich UserTypeProjection projections in SMIR | Kirby Linvill | -35/+3 |
| 2023-11-09 | Add stable MIR Projections support based on MIR structure | Kirby Linvill | -4/+65 |
| 2023-11-10 | Rollup merge of #117741 - eltociear:patch-23, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-09 | Fix typo in internal.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -1/+1 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -0/+7 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -7/+4 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -1/+11 |
| 2023-10-30 | Add a stable MIR visitor | Celina G. Val | -0/+6 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -9/+19 |
| 2023-10-27 | Rollup merge of #117262 - celinval:issue-38-norm, r=oli-obk | Matthias Krüger | -5/+14 |
| 2023-10-26 | Specialize ZeroSized constants | Celina G. Val | -5/+14 |
| 2023-10-26 | Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obk | Matthias Krüger | -6/+5 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -9/+19 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-10-25 | Replace arg_count in public API with return/arg getters | Kirby Linvill | -7/+5 |
| 2023-10-25 | Add arg_count field to Body in Stable MIR | Kirby Linvill | -0/+1 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -4/+4 |