| Age | Commit message (Expand) | Author | Lines |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -1/+1 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -1/+1 |
| 2023-10-30 | Add a stable MIR visitor | Celina G. Val | -85/+508 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -0/+1 |
| 2023-10-27 | Rollup merge of #117262 - celinval:issue-38-norm, r=oli-obk | Matthias Krüger | -1/+4 |
| 2023-10-26 | Specialize ZeroSized constants | Celina G. Val | -1/+4 |
| 2023-10-26 | Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obk | Matthias Krüger | -3/+53 |
| 2023-10-26 | Use two slice expressions to save on an offset repetition | Oli Scherer | -1/+1 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -0/+1 |
| 2023-10-26 | Update Place and Operand to take slices | Kirby Linvill | -2/+2 |
| 2023-10-26 | Rename internal_locals to inner_locals | Kirby Linvill | -4/+4 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-10-25 | Add a public API to get all body locals | Kirby Linvill | -0/+8 |
| 2023-10-25 | Make locals field private | Kirby Linvill | -5/+5 |
| 2023-10-25 | Add public API to retrieve internal locals | Kirby Linvill | -2/+8 |
| 2023-10-25 | Replace arg_count in public API with return/arg getters | Kirby Linvill | -6/+32 |
| 2023-10-25 | Add arg_count field to Body in Stable MIR | Kirby Linvill | -0/+10 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -2/+2 |
| 2023-10-24 | Use IndexMap for handling stable Ty | Celina G. Val | -19/+18 |
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -259/+38 |
| 2023-10-23 | Remove unsafe and `Rc` | Celina G. Val | -8/+5 |
| 2023-10-23 | Add method to convert internal to stable constructs | Celina G. Val | -26/+26 |
| 2023-10-21 | Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk | Matthias Krüger | -2/+48 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -14/+14 |
| 2023-10-20 | Remove obsolete comment | Celina G. Val | -1/+0 |
| 2023-10-19 | Add stable Instance::body() and RustcInternal trait | Celina G. Val | -2/+49 |
| 2023-10-16 | Add MonoItems and Instance to stable_mir | Celina G. Val | -15/+187 |
| 2023-10-13 | change fn name, return loc info, local name | Oğuz Ağcayazı | -5/+6 |
| 2023-10-11 | implement get_filename/lines for span | Oğuz Ağcayazı | -6/+34 |
| 2023-10-10 | Rollup merge of #116560 - ouz-a:efficient_ids, r=oli-obk | Guillaume Gomez | -4/+39 |
| 2023-10-10 | add new wrapper for FxIndexMap | Oğuz Ağcayazı | -4/+39 |
| 2023-10-09 | return crates instead of a crate | Oğuz Ağcayazı | -4/+4 |
| 2023-10-05 | add span to statements | ouz-a | -1/+7 |
| 2023-09-30 | add span to terminator | ouz-a | -1/+7 |
| 2023-09-30 | create localdecl and add span to it | ouz-a | -1/+7 |
| 2023-09-29 | Rollup merge of #116024 - ouz-a:smir_region, r=oli-obk | Matthias Krüger | -9/+82 |
| 2023-09-28 | simplify visit | ouz-a | -28/+2 |
| 2023-09-28 | visit and fold ty::ref | ouz-a | -2/+8 |
| 2023-09-28 | simplify fold | ouz-a | -34/+3 |
| 2023-09-28 | change visit to fold for ty and reg | ouz-a | -5/+5 |
| 2023-09-28 | add visitor for Region | ouz-a | -2/+35 |
| 2023-09-28 | add real folder to Region | ouz-a | -2/+39 |
| 2023-09-28 | remove un-needed variants | ouz-a | -13/+0 |
| 2023-09-28 | fix imports | ouz-a | -1/+1 |
| 2023-09-28 | make reg public and add visit, fold | ouz-a | -3/+22 |
| 2023-09-28 | add stable for RegionKind | ouz-a | -1/+1 |
| 2023-09-28 | add RegionDef | ouz-a | -3/+6 |
| 2023-09-28 | make region struct and add neccesasry types | ouz-a | -2/+47 |