| Age | Commit message (Expand) | Author | Lines |
| 2025-08-08 | borrowck: move error tainting earlier | lcnr | -5/+5 |
| 2025-07-30 | Make sure to account for the right item universal regions in borrowck | Michael Goulet | -6/+21 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -3/+3 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -4/+4 |
| 2025-04-11 | remove redundant fields | lcnr | -0/+4 |
| 2025-04-08 | update if let to match in universal_regions.rs | xizheyin | -11/+11 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -2/+2 |
| 2025-03-15 | Auto merge of #138532 - matthiaskrgr:rollup-mgcynqu, r=matthiaskrgr | bors | -0/+14 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -2/+1 |
| 2025-03-14 | Check type of const param correctly in MIR typeck | Michael Goulet | -0/+14 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -4/+4 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -5/+24 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -4/+4 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -5/+24 |
| 2025-02-22 | Fix overcapturing, unsafe extern blocks, and new unsafe ops | Michael Goulet | -1/+1 |
| 2025-02-18 | Rollup merge of #135711 - estebank:issue-135649, r=davidtwco | Matthias Krüger | -1/+5 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -4/+4 |
| 2025-01-18 | Do not ICE on default_field_value const with lifetimes | Esteban Küber | -1/+5 |
| 2025-01-14 | mir borrowck: cleanup late-bound region handling | lcnr | -39/+26 |
| 2024-12-29 | address review comments | Rémy Rakic | -1/+1 |
| 2024-12-21 | Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk | bors | -0/+4 |
| 2024-12-20 | remove non-borrowck member constraints | lcnr | -0/+4 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -8/+10 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -6/+4 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -6/+4 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -3/+3 |
| 2024-11-19 | Put `param_env` into `infcx`. | Nicholas Nethercote | -8/+3 |
| 2024-11-19 | Clean up `UniversalRegions`. | Nicholas Nethercote | -2/+2 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -12/+9 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6/+6 |
| 2024-09-09 | Rename some lifetimes. | Nicholas Nethercote | -2/+2 |
| 2024-09-04 | fix ICE when `asm_const` and `const_refs_to_static` are combined | Folkert de Vries | -2/+12 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`. | Nicholas Nethercote | -0/+1 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_borrowck`. | Nicholas Nethercote | -21/+21 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+6 |
| 2024-05-29 | Stop proving outlives constraints on regions we already reported errors on | Oli Scherer | -3/+17 |
| 2024-05-06 | BorrowckInferCtxt: infcx by value | lcnr | -3/+3 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -2/+2 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -2/+2 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -20/+2 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -5/+2 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+3 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -0/+8 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -1/+4 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -1/+57 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -0/+3 |