| Age | Commit message (Expand) | Author | Lines |
| 2025-04-10 | Address review comments. | Nicholas Nethercote | -1/+1 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -6/+6 |
| 2025-04-08 | Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgr | bors | -40/+35 |
| 2025-04-08 | Rollup merge of #139509 - xizheyin:issue-139359, r=lcnr | Matthias Krüger | -26/+27 |
| 2025-04-08 | Rollup merge of #139476 - lcnr:rm-var_infos, r=compiler-errors | Matthias Krüger | -14/+8 |
| 2025-04-08 | update if let to match in universal_regions.rs | xizheyin | -11/+11 |
| 2025-04-08 | Update compiler/rustc_borrowck/src/diagnostics/region_errors.rs | xizheyin | -1/+2 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -17/+17 |
| 2025-04-08 | add negative impl | lcnr | -4/+8 |
| 2025-04-08 | move `ClosureRegionRequirements` to `rustc_borrowck` | lcnr | -15/+153 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -135/+191 |
| 2025-04-07 | rm `RegionInferenceContext::var_infos` | lcnr | -14/+8 |
| 2025-04-07 | Trivial tweaks to stop tracking source span directly | Michael Goulet | -14/+18 |
| 2025-04-04 | Auto merge of #139390 - matthiaskrgr:rollup-l64euwx, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-04 | Rollup merge of #139366 - RalfJung:ToSocketAddrs, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -209/+23 |
| 2025-04-04 | ToSocketAddrs: fix typo | Ralf Jung | -1/+1 |
| 2025-04-03 | Rollup merge of #138462 - ShE3py:mut-borrow-in-loop, r=oli-obk | Matthias Krüger | -13/+0 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -36/+20 |
| 2025-04-03 | move `check_opaque_type_parameter_valid` | lcnr | -174/+4 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -6/+6 |
| 2025-04-02 | Remove `recursion_limit` increases. | Nicholas Nethercote | -1/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -6/+6 |
| 2025-04-01 | simplify Interner opaque types API | lcnr | -1/+2 |
| 2025-04-01 | call `mir_promoted` inside of `do_mir_borrowck` | lcnr | -14/+9 |
| 2025-03-28 | Don't use `kw::Empty` in `hir::Lifetime::ident`. | Nicholas Nethercote | -3/+3 |
| 2025-03-26 | Add environment variable tracking in places where it was convenient | Mads Marquart | -4/+3 |
| 2025-03-22 | Auto merge of #138719 - lcnr:concrete_opaque_types-closures, r=oli-obk | bors | -42/+87 |
| 2025-03-19 | merge opaque types of nested bodies | lcnr | -42/+87 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -7/+7 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -3/+5 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -3/+5 |
| 2025-03-17 | Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhpratt | bors | -10/+6 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -10/+6 |
| 2025-03-17 | Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexing | Yotam Ofek | -2/+2 |
| 2025-03-15 | Auto merge of #138532 - matthiaskrgr:rollup-mgcynqu, r=matthiaskrgr | bors | -0/+30 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -7/+4 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -20/+12 |
| 2025-03-14 | Check type of const param correctly in MIR typeck | Michael Goulet | -0/+30 |
| 2025-03-13 | Dedup `&mut *` reborrow suggestion in loops | Lieselotte | -13/+0 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -804/+695 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-12 | Rollup merge of #138357 - lcnr:goodbye-TypeVerifier-rarw, r=compiler-errors | Manish Goregaokar | -798/+689 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -1/+0 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -6/+6 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -0/+1 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -6/+6 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -173/+153 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -0/+1 |