| Age | Commit message (Expand) | Author | Lines |
| 2025-10-03 | Rollup merge of #147269 - reddevilmidzy:ice-fix, r=petrochenkov | Matthias Krüger | -0/+80 |
| 2025-10-03 | test: Add regression test for ICE when projecting associated types through dy... | reddevilmidzy | -0/+80 |
| 2025-09-18 | Enforce E0719 only for trait aliases | Jules Bertholet | -2/+2 |
| 2025-09-15 | Bump rustfix 0.8.1 -> 0.8.7 | Jynn Nelson | -1/+1 |
| 2025-09-13 | Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxu | Jacob Pratt | -0/+49 |
| 2025-09-12 | Add test batch 3 | Oneirical | -0/+49 |
| 2025-08-22 | On E0277, point at type that doesn't implement bound | Esteban Küber | -7/+42 |
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -3/+3 |
| 2025-08-10 | Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxu | Jacob Pratt | -0/+24 |
| 2025-08-10 | Rehome tests/ui/issues/ tests [4/?] | Oneirical | -0/+24 |
| 2025-08-04 | Rehome tests/ui/issues/ tests [3/?] | Oneirical | -0/+22 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -7/+3 |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -21/+11 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -7/+7 |
| 2025-07-10 | chore: Improve how the other suggestions message gets rendered | Scott Schafer | -1/+1 |
| 2025-06-30 | Use predicate spans instead of whole item spans | Oli Scherer | -44/+29 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -13/+13 |
| 2025-06-29 | Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxu | Guillaume Gomez | -0/+30 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -0/+30 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -8/+4 |
| 2025-06-14 | Rollup merge of #142477 - JonathanBrouwer:associated-type-suggestion, r=Waffl... | Matthias Krüger | -0/+59 |
| 2025-06-14 | Fix incorrect suggestion when calling an associated type with a type anchor | Jonathan Brouwer | -2/+2 |
| 2025-06-14 | Failing test | Jonathan Brouwer | -0/+59 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -1/+0 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -13/+21 |
| 2025-06-01 | Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmann | Guillaume Gomez | -43/+193 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -1/+1 |
| 2025-05-22 | Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errors | Matthias Krüger | -2/+14 |
| 2025-05-17 | Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnr | Matthias Krüger | -5/+41 |
| 2025-05-06 | Preserve generic args in suggestions for ambiguous associated items | León Orell Valerian Liehr | -2/+14 |
| 2025-04-30 | Use select in projection lookup | Michael Goulet | -0/+40 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -50/+53 |
| 2025-04-29 | Adjust tests | Michael Goulet | -5/+28 |
| 2025-04-29 | Wf is not coinductive | Michael Goulet | -2/+15 |
| 2025-04-27 | Make error for tuple struct pat/expr w/ FQS clearer | Waffle Lapkin | -22/+102 |
| 2025-04-27 | Improve test for FQS tuple struct pat/expr | Waffle Lapkin | -43/+113 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -1/+1 |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -3/+1 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -14/+17 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -10/+10 |
| 2025-04-06 | update/bless tests | Bennet Bleßmann | -18/+18 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -1/+1 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -1/+1 |
| 2025-04-02 | Rollup merge of #138941 - compiler-errors:receiver-is-dispatchable-bounds, r=... | Stuart Cook | -13/+13 |
| 2025-03-30 | Do not mix normalized and unnormalized caller bounds when constructing param-... | Michael Goulet | -13/+13 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -33/+6 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -16/+0 |
| 2025-03-11 | Elaborate param-env built for checking DispatchFromDyn for dyn compat | Michael Goulet | -5/+17 |
| 2025-03-03 | Fix associated type errors too | Michael Goulet | -0/+45 |
| 2025-02-28 | Rollup merge of #137599 - davidtwco:use-minicore-more, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -18/+4 |