| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-25 | Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obk | bors | -117/+95 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -8/+10 |
| 2023-10-24 | Use IndexMap for handling stable Ty | Celina G. Val | -10/+5 |
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -111/+94 |
| 2023-10-23 | Add test and remove double ref | Celina G. Val | -3/+3 |
| 2023-10-23 | Remove unsafe and `Rc` | Celina G. Val | -14/+10 |
| 2023-10-23 | Add `internal()` method counterpart to `stable()` | Celina G. Val | -1/+5 |
| 2023-10-23 | Add method to convert internal to stable constructs | Celina G. Val | -95/+169 |
| 2023-10-23 | Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` | Oli Scherer | -58/+72 |
| 2023-10-21 | Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk | Matthias Krüger | -4/+144 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -8/+10 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -7/+7 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -16/+16 |
| 2023-10-19 | Add stable Instance::body() and RustcInternal trait | Celina G. Val | -4/+144 |
| 2023-10-16 | Add MonoItems and Instance to stable_mir | Celina G. Val | -30/+123 |
| 2023-10-13 | change fn name, return loc info, local name | Oğuz Ağcayazı | -19/+8 |
| 2023-10-11 | implement get_filename/lines for span | Oğuz Ağcayazı | -1/+31 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+3 |