| Age | Commit message (Expand) | Author | Lines |
| 2025-08-08 | borrowck: defer opaque type errors | lcnr | -2/+6 |
| 2025-08-07 | move `type_check` out of `compute_regions` | lcnr | -4/+41 |
| 2025-07-08 | Expose nested bodies in rustc_borrowck::consumers | Nico Lehmann | -24/+19 |
| 2025-06-22 | Init local_names lazily for borrowck diagnostics | Kornel | -25/+5 |
| 2025-06-13 | use `MixedBitSet` for borrows-in-scope computation | Rémy Rakic | -3/+3 |
| 2025-06-05 | Auto merge of #140466 - amandasystems:move-to-preprocessing-step, r=lcnr | bors | -0/+1 |
| 2025-06-04 | Use an enum for SCC representatives, plus other code review | Amanda Stjerna | -1/+1 |
| 2025-06-03 | Move placeholder handling to a proper preprocessing step | Amanda Stjerna | -0/+1 |
| 2025-05-27 | move `MaybeInitializedPlaces` computation to where it's used | Rémy Rakic | -8/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-07 | Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomez | bors | -12/+14 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -12/+14 |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -0/+8 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -1/+8 |
| 2025-04-25 | Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-04-24 | Separate `Analysis` and `Results`. | Nicholas Nethercote | -9/+11 |
| 2025-04-24 | Pass `Analysis` to `visit_*` instead of `Results`. | Nicholas Nethercote | -3/+3 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-22 | Remove unnecessary lifetime on `ResultsVisitor`. | Nicholas Nethercote | -6/+6 |
| 2025-04-14 | Rollup merge of #139767 - compiler-errors:www, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-04-14 | Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhpratt | bors | -84/+63 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -1/+0 |
| 2025-04-13 | Visit place in BackwardIncompatibleDropHint statement | Michael Goulet | -1/+1 |
| 2025-04-11 | don't rely on `locals_are_invalidated_at_exit` | lcnr | -32/+24 |
| 2025-04-11 | move `dump_polonius_mir` | lcnr | -10/+8 |
| 2025-04-11 | `MirBorrowckCtxt::polonius_output` to ref | lcnr | -6/+4 |
| 2025-04-11 | do not buffer `#[rustc_regions]` dump | lcnr | -2/+2 |
| 2025-04-11 | `local_names` creation to `mbcx` creation | lcnr | -20/+20 |
| 2025-04-11 | use input `def_id` to compute `movable_coroutine` | lcnr | -11/+2 |
| 2025-04-11 | consistent name for `UniversalRegions` | lcnr | -2/+2 |
| 2025-04-08 | add negative impl | lcnr | -4/+8 |
| 2025-04-08 | move `ClosureRegionRequirements` to `rustc_borrowck` | lcnr | -1/+138 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -49/+68 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -31/+7 |
| 2025-04-02 | Remove `recursion_limit` increases. | Nicholas Nethercote | -1/+0 |
| 2025-04-01 | simplify Interner opaque types API | lcnr | -1/+2 |
| 2025-04-01 | call `mir_promoted` inside of `do_mir_borrowck` | lcnr | -9/+7 |
| 2025-03-19 | merge opaque types of nested bodies | lcnr | -3/+4 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -10/+6 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -2/+1 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -0/+1 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-06 | Allow to mutate use captures | Santiago Pastorino | -7/+13 |
| 2025-02-24 | cleanup few unused args | klensy | -2/+2 |
| 2025-02-19 | Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors | Matthias Krüger | -1/+0 |