| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 |
| 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 |