| Age | Commit message (Expand) | Author | Lines |
| 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-31 | Rollup merge of #117417 - celinval:smir-visitor, r=oli-obk | Matthias Krüger | -0/+6 |
| 2023-10-30 | Add a stable MIR visitor | Celina G. Val | -0/+6 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -2/+2 |
| 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/+170 |
| 2023-10-23 | Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` | Oli Scherer | -60/+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 |
| 2023-10-10 | Rollup merge of #116560 - ouz-a:efficient_ids, r=oli-obk | Guillaume Gomez | -32/+48 |
| 2023-10-10 | add new wrapper for FxIndexMap | Oğuz Ağcayazı | -32/+42 |
| 2023-10-09 | spans are now indexmapped | Oğuz Ağcayazı | -11/+9 |
| 2023-10-09 | alloc id is indexmapped | Oğuz Ağcayazı | -8/+9 |
| 2023-10-09 | defids are indexmapped | Oğuz Ağcayazı | -11/+18 |
| 2023-10-09 | return crates instead of a crate | Oğuz Ağcayazı | -5/+12 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-10-06 | Remove unnecessary `pub`. | Nicholas Nethercote | -1/+1 |
| 2023-10-06 | Remove unneeded features. | Nicholas Nethercote | -4/+0 |
| 2023-10-06 | Remove unneeded dependency. | Nicholas Nethercote | -4/+3 |
| 2023-10-05 | impl stable for kinds | Oğuz Ağcayazı | -114/+114 |
| 2023-10-05 | add span to statements | ouz-a | -52/+71 |
| 2023-09-30 | add span to terminator | ouz-a | -38/+69 |
| 2023-09-30 | create localdecl and add span to it | ouz-a | -1/+8 |
| 2023-09-28 | remove unimplemented | ouz-a | -1/+1 |
| 2023-09-28 | add real folder to Region | ouz-a | -1/+1 |