| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Rollup merge of #122080 - Zalathar:drop-tree, r=oli-obk | Jubilee | -57/+93 |
| 2024-03-07 | Don't pass a break scope to `Builder::break_for_else` | Zalathar | -9/+12 |
| 2024-03-06 | Replace tuples in `DropTree` with named structs | Zalathar | -43/+64 |
| 2024-03-06 | Rename `DropTree::add_entry` to `add_entry_point` | Zalathar | -9/+14 |
| 2024-03-06 | Assert that `link_entry_point` sees the expected dummy terminator | Zalathar | -1/+11 |
| 2024-03-06 | Rename `DropTreeBuilder::add_entry` to `link_entry_point` | Zalathar | -5/+5 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -1/+1 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+11 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -2/+3 |
| 2024-01-06 | Don't populate yield and resume types after the fact | Michael Goulet | -5/+5 |
| 2023-12-18 | Pass THIR ExprIds in MIR building | Matthew Jasper | -2/+2 |
| 2023-12-09 | Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot | bors | -21/+0 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark `continue` expressions. | Zalathar | -16/+8 |
| 2023-12-04 | Don't include destruction scopes in THIR | Matthew Jasper | -21/+0 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -36/+36 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -7/+7 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -1/+1 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -2/+2 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -7/+7 |
| 2023-07-13 | Add a cache for `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -10/+37 |
| 2023-07-12 | Move `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -3/+24 |
| 2023-07-12 | Shorten some overlong comment lines. | Nicholas Nethercote | -6/+7 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -1/+2 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -4/+4 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -3/+3 |
| 2023-05-17 | `rustc_mir_build`: drive-by-cleaup: replace nested ifs with a `match` | Maybe Waffle | -6/+9 |
| 2023-05-17 | `rustc_mir_build`: drive-by-cleanup: remove some local mutable state | Maybe Waffle | -6/+6 |
| 2023-05-01 | Box AssertKind | Ben Kimock | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-06 | Fix new usage of old api | Gary Guo | -2/+2 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -1/+1 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -1/+1 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -8/+22 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+2 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -3/+1 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -7/+25 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-05 | Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s... | Will Crichton | -18/+38 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+6 |
| 2022-10-05 | fix doc and dedup diverge_cleanup | Ding Xiang Fei | -23/+4 |
| 2022-09-30 | apply suggestion | X | -1/+1 |
| 2022-09-28 | fix unwind drop glue for if-then scopes | Ding Xiang Fei | -5/+42 |
| 2022-09-16 | Merge two arguments into one | Oli Scherer | -2/+2 |
| 2022-07-21 | break out scopes when let-else fails to match | Ding Xiang Fei | -2/+2 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -2/+2 |
| 2022-07-15 | Add some tracing instrumentation | Oli Scherer | -2/+2 |
| 2022-05-28 | Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di... | bors | -2/+1 |