| Age | Commit message (Expand) | Author | Lines |
| 2023-09-02 | Take `&mut Results` in `ResultsVisitor` | Jason Newcomb | -2/+2 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -3/+3 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -6/+6 |
| 2023-08-18 | Change generator_drop's instance to that of generator for dump_mir | Gary Guo | -1/+8 |
| 2023-08-18 | Run `AbortUnwindingCalls` after generator transform | Gary Guo | -0/+16 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -2/+2 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -22/+22 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+3 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -9/+15 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -1/+1 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -1/+1 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -6/+22 |
| 2023-06-19 | Store generator field names in GeneratorLayout. | Camille GILLOT | -6/+22 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -1/+1 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-06-08 | Auto merge of #108293 - Jarcho:mut_analyses, r=eholk | bors | -9/+10 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -1/+5 |
| 2023-05-18 | Take MIR dataflow analyses by mutable reference. | Jason Newcomb | -9/+10 |
| 2023-05-13 | Handle error body when in generator layout | clubby789 | -2/+3 |
| 2023-05-08 | Rollup merge of #111004 - clubby789:migrate-mir-transform, r=oli-obk | Michael Goulet | -26/+12 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -3/+2 |
| 2023-05-02 | Migrate `mir_transform` to translatable diagnostics | clubby789 | -26/+12 |
| 2023-05-01 | Box AssertKind | Ben Kimock | -1/+1 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-21 | Changes from review | Kyle Matsuda | -1/+1 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -3/+1 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -1/+3 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+7 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -9/+17 |
| 2023-04-06 | Address review feedback | Gary Guo | -1/+1 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -2/+2 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -0/+1 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -0/+1 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -7/+13 |
| 2023-04-04 | Use `FieldIdx` in `FieldsShape` | Scott McMurray | -1/+1 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -2/+2 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -6/+7 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -3/+2 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -2/+8 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -2/+0 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -2/+0 |
| 2023-03-05 | drop_tracking_mir: avoid good path bug. | Camille GILLOT | -6/+8 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -10/+9 |
| 2023-02-17 | Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors | Matthias Krüger | -3/+3 |