| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-03-11 | merge `TypeChecker` and `TypeVerifier` | lcnr | -378/+305 |
| 2025-03-11 | unify `last_span` computation | lcnr | -9/+7 |
| 2025-03-11 | change `TypeChecker` to a MIR visitor | lcnr | -428/+394 |
| 2025-03-11 | let the bodies hit the floor | lcnr | -173/+153 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+1 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-10 | Rollup merge of #138270 - StevenMia:master, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-03-09 | Auto merge of #137655 - nnethercote:split-edges-iterator, r=nnethercote | bors | -93/+132 |
| 2025-03-09 | chore: Fix some comments | StevenMia | -1/+1 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+3 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -8/+15 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -16/+27 |
| 2025-03-06 | Fail gracefully if mutating on a use closure and the closure it not declared mut | Santiago Pastorino | -1/+1 |
| 2025-03-06 | Allow to mutate use captures | Santiago Pastorino | -7/+13 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -0/+1 |
| 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 |