| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2025-02-19 | Remove `rustc_middle::mir::tcx` module. | Nicholas Nethercote | -1/+0 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -3/+7 |
| 2025-02-03 | Rollup merge of #136299 - lqd:polonius-next-episode-9, r=jackh726 | Matthias Krüger | -2/+8 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -2/+12 |
| 2025-01-31 | record boring locals in polonius context | Rémy Rakic | -1/+7 |
| 2025-01-31 | create context for errors and diagnostics for last borrowck phase | Rémy Rakic | -2/+2 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -4/+7 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -2/+8 |
| 2025-01-18 | Rollup merge of #134455 - lcnr:move-errors-in-promoteds, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -3/+3 |
| 2025-01-08 | Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr | bors | -4/+5 |
| 2025-01-08 | Rollup merge of #135250 - lqd:simple-cleanups, r=matthewjasper | Matthias Krüger | -4/+5 |