| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1898/+0 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -67/+67 |
| 2023-10-18 | Remove unused `TyCtxt` from `remove_dead_blocks` | Zalathar | -2/+2 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -1/+1 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -90/+17 |
| 2023-09-23 | Do not construct def_path_str for MustNotSuspend. | Camille GILLOT | -1/+2 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -2/+2 |
| 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 |