| Age | Commit message (Expand) | Author | Lines |
| 2025-03-06 | fix typo | lcnr | -1/+1 |
| 2025-03-06 | `TypeVerifier` do not walk into required consts | lcnr | -12/+23 |
| 2025-03-06 | `apply_closure_requirement` use `LocalDefId` | lcnr | -4/+4 |
| 2025-03-01 | Check dyn flavor before registering upcast goal on wide pointer cast in MIR t... | Michael Goulet | -2/+2 |
| 2025-02-28 | Use mk_ty_from_kind a bit less, clean up lifetime handling in borrowck | Michael Goulet | -31/+13 |
| 2025-02-28 | Optimize `Trace`. | Nicholas Nethercote | -36/+51 |
| 2025-02-28 | Split the `Edges` iterator. | Nicholas Nethercote | -61/+85 |
| 2025-02-28 | Adjust `ConstraintGraphDirection` methods. | Nicholas Nethercote | -12/+12 |
| 2025-02-26 | Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obk | León Orell Valerian Liehr | -12/+8 |
| 2025-02-26 | Rollup merge of #137529 - klensy:unused3, r=lcnr | León Orell Valerian Liehr | -2/+2 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -12/+8 |
| 2025-02-24 | Don't immediately panic if dropck fails without returning errors | Matthew Jasper | -5/+4 |
| 2025-02-24 | cleanup few unused args | klensy | -2/+2 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -44/+29 |
| 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 | -44/+29 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -5/+5 |
| 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-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -22/+16 |
| 2025-02-21 | Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-02-21 | Rollup merge of #137302 - compiler-errors:stray-drop-regions, r=matthewjasper | Matthias Krüger | -8/+14 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -22/+16 |
| 2025-02-21 | Make `PassWhere` impl `Copy`. | Nicholas Nethercote | -1/+1 |
| 2025-02-20 | Don't store a redundant span in user-type projections | Zalathar | -6/+5 |
| 2025-02-20 | Flatten the check for ref/non-ref bindings | Zalathar | -7/+5 |
| 2025-02-20 | Partly flatten the user-type loop in `TypeVerifier::visit_local_decl` | Zalathar | -30/+33 |
| 2025-02-20 | Use a probe to avoid registering stray region obligations when re-checking dr... | Michael Goulet | -8/+14 |
| 2025-02-20 | Rollup merge of #137266 - nnethercote:mir-visitor-tweaks, r=compiler-errors | Matthias Krüger | -16/+18 |
| 2025-02-19 | Remove `MirVisitable`. | Nicholas Nethercote | -16/+18 |
| 2025-02-19 | Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errors | bors | -13/+44 |
| 2025-02-19 | Rollup merge of #137216 - amandasystems:cheap-outlives-eval, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-02-19 | Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors | Matthias Krüger | -7/+3 |
| 2025-02-19 | Remove `rustc_middle::mir::tcx` module. | Nicholas Nethercote | -7/+3 |
| 2025-02-18 | Rollup merge of #135711 - estebank:issue-135649, r=davidtwco | Matthias Krüger | -1/+5 |
| 2025-02-18 | eval_outlives: bail out early if both regions are in the same SCC | Amanda Stjerna | -0/+5 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -29/+25 |
| 2025-02-17 | Clean up dropck code a bit | Matthew Jasper | -12/+12 |
| 2025-02-17 | Report dropck normalization errors in borrowck | Matthew Jasper | -13/+44 |
| 2025-02-17 | Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot | Matthias Krüger | -52/+48 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -15/+15 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -35/+31 |
| 2025-02-17 | Avoid unnecessary use of the `Map` trait. | Nicholas Nethercote | -2/+2 |
| 2025-02-15 | Rework name_regions to not rely on reverse scc graph for non-member-constrain... | Michael Goulet | -7/+31 |
| 2025-02-14 | further simplify a match | dianne | -12/+11 |
| 2025-02-13 | remove `fr_is_local` and `outlived_fr_is_local` fields from `ErrorConstraintI... | dianne | -31/+14 |
| 2025-02-13 | Rollup merge of #136559 - compiler-errors:resolve-regions-for-type-test-failu... | Jacob Pratt | -2/+5 |
| 2025-02-13 | Improved named region errors | Michael Goulet | -2/+5 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -1/+1 |