| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukang | Matthias Krüger | -3/+1 |
| 2025-07-18 | Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion | xizheyin | -3/+1 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -1/+1 |
| 2025-07-11 | Rollup merge of #143661 - Muscraft:other-suggestion-message, r=estebank | Matthias Krüger | -2/+284 |
| 2025-07-10 | Update test | Esteban Küber | -14/+70 |
| 2025-07-10 | Make `Diag::multipart_suggestions` always verbose | Esteban Küber | -61/+101 |
| 2025-07-10 | Rework borrowing suggestions to use `Expr` instead of just `Span` | Esteban Küber | -60/+40 |
| 2025-07-10 | chore: Improve how the other suggestions message gets rendered | Scott Schafer | -8/+8 |
| 2025-07-10 | test: Make one multi suggestion test unicode | Scott Schafer | -0/+282 |
| 2025-07-08 | Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwco | Trevor Gross | -0/+34 |
| 2025-07-07 | Rollup merge of #132469 - estebank:issue-132041, r=Nadrieril | Matthias Krüger | -0/+92 |
| 2025-07-06 | More carefully consider span context when suggesting remove &mut | Michael Goulet | -0/+34 |
| 2025-07-03 | Rework logic and provide structured suggestion | Esteban Küber | -3/+64 |
| 2025-07-01 | Do not suggest borrow that is already there in fully-qualified call | Esteban Küber | -0/+31 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -36/+5 |
| 2025-06-30 | Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC... | Guillaume Gomez | -2/+2 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -6/+0 |
| 2025-06-26 | Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebank | Matthias Krüger | -3/+6 |
| 2025-06-26 | Rollup merge of #139594 - compiler-errors:if-cause, r=oli-obk | Matthias Krüger | -6/+10 |
| 2025-06-26 | Simplify IfCause | Michael Goulet | -6/+10 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -3/+6 |
| 2025-06-24 | Suggest cloning `Arc` moved into closure | Esteban Küber | -1/+1 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -2/+2 |
| 2025-06-22 | Rollup merge of #142594 - mejrs:new_desugaring, r=chenyukang | Guillaume Gomez | -37/+44 |
| 2025-06-22 | Rollup merge of #142458 - oli-obk:dyn-incompat, r=compiler-errors | Guillaume Gomez | -118/+45 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -37/+44 |
| 2025-06-18 | Bless/update tests. | Mara Bos | -2/+10 |
| 2025-06-18 | Remove 'this error originates in format_args_nl' from test output. | Mara Bos | -8/+0 |
| 2025-06-13 | Merge unboxed trait object error suggestion into regular dyn incompat error | Oli Scherer | -118/+45 |
| 2025-06-12 | Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errors | Matthias Krüger | -68/+76 |
| 2025-06-09 | Make E0621 missing lifetime suggestion verbose | Esteban Küber | -3/+5 |
| 2025-06-09 | Auto merge of #142234 - matthiaskrgr:rollup-kg5wibu, r=matthiaskrgr | bors | -0/+31 |
| 2025-06-09 | early return in trait detection for non-trait item | bohan | -0/+31 |
| 2025-06-08 | add (back) unsupported_calling_conventions lint to reject more invalid callin... | Ralf Jung | -10/+10 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -20/+2 |
| 2025-06-05 | Add missing `dyn` keywords to tests that do not test for them | Lukas Wirth | -40/+44 |
| 2025-06-05 | Add more missing 2015 edition directives | Lukas Wirth | -14/+18 |
| 2025-06-05 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -14/+14 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -20/+2 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -1/+1 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -4/+4 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -10/+8 |
| 2025-05-02 | Augment `impl-trait-missing-lifetime-gated.rs`. | Nicholas Nethercote | -5/+65 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -3/+5 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -75/+21 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -75/+21 |
| 2025-04-23 | rc and cr more clear error message | Kivooeo | -0/+31 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -4/+4 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -4/+4 |
| 2025-04-16 | Remove old diagnostic notes for type ascription syntax | Zalathar | -9/+0 |