| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -15/+21 |
| 2025-08-07 | Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errors | Stuart Cook | -1/+1 |
| 2025-08-04 | Rehome tests/ui/issues/ tests [3/?] | Oneirical | -0/+30 |
| 2025-08-04 | Tweak auto trait errors | Esteban Küber | -1/+1 |
| 2025-07-24 | Rehome tests/ui/issues/ tests [1/?] | Oneirical | -0/+28 |
| 2025-07-17 | fix: fix issue 143740, Wrong messages from compiler confusing methods with th... | codedump | -13/+67 |
| 2025-06-30 | Use predicate spans instead of whole item spans | Oli Scherer | -29/+16 |
| 2025-06-29 | Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxu | Guillaume Gomez | -55/+69 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -55/+69 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -5/+11 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -4/+2 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -21/+11 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -21/+11 |
| 2025-06-12 | Rollup merge of #142034 - estebank:issue-141258, r=davidtwco | Matthias Krüger | -0/+97 |
| 2025-06-11 | cleaned up some tests | Kivooeo | -0/+28 |
| 2025-06-04 | Detect method not being present that is present in other tuple types | Esteban Küber | -0/+97 |
| 2025-05-31 | cleaned up some tests | Kivooeo | -0/+83 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -3/+23 |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -77/+77 |
| 2025-04-30 | Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgr | bors | -15/+43 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -23/+27 |
| 2025-04-29 | Coalesce duplicate missing clone tests | mejrs | -15/+43 |
| 2025-04-25 | Cleaned up 5 tests in `tests/ui` | reddevilmidzy | -0/+35 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -3/+3 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+2 |
| 2025-03-06 | Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank | Michael Goulet | -0/+39 |
| 2025-03-03 | Point of macro expansion from call expr if it involves macro var | Michael Goulet | -0/+39 |
| 2025-03-04 | tests: remove explicit long type filename hash normalization from some ui tests | 许杰友 Jieyou Xu (Joe) | -6/+4 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -9/+6 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -2/+2 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -6/+4 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -5/+8 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -19/+172 |
| 2025-02-13 | Add more tests | Michael Goulet | -0/+172 |
| 2025-02-13 | Rework collapse method to work correctly with more complex supertrait graphs | Michael Goulet | -0/+219 |
| 2025-02-13 | Implement shadowing lint | Michael Goulet | -0/+100 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -120/+180 |
| 2025-02-05 | When displaying a parameter mismatch error, only highlight the mismatched par... | Jason Newcomb | -1/+1 |
| 2025-02-03 | Check for generic parameter mismatches on trait functions. | Jason Newcomb | -1/+1 |
| 2025-01-03 | Do not ICE when encountering predicates from other items in method error repo... | Michael Goulet | -0/+72 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -1/+1 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -0/+101 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -4/+4 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -4/+4 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -4/+4 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -6/+2 |
| 2024-09-29 | Don't give method suggestions when method probe fails due to bad impl of Deref | Michael Goulet | -0/+25 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+6 |
| 2024-09-17 | Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnr | bors | -0/+28 |
| 2024-09-16 | Relate receiver invariantly in method probe for Mode::Path | Michael Goulet | -0/+28 |