| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxu | Jacob Pratt | -0/+13 |
| 2025-08-10 | Rehome tests/ui/issues/ tests [4/?] | Oneirical | -0/+13 |
| 2025-08-10 | Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxu | Stuart Cook | -0/+28 |
| 2025-08-09 | comments | Kivooeo | -9/+14 |
| 2025-08-06 | Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxu | Jakub Beránek | -0/+20 |
| 2025-08-05 | Rollup merge of #144548 - Oneirical:uncountable-integer-2, r=jieyouxu | Samuel Tardieu | -0/+10 |
| 2025-08-04 | Rehome tests/ui/issues/ tests [3/?] | Oneirical | -0/+20 |
| 2025-08-02 | Rehome tests/ui/issues/ tests [2/?] | Oneirical | -0/+10 |
| 2025-08-01 | Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxu | Ralf Jung | -0/+11 |
| 2025-07-31 | comments | Kivooeo | -24/+2 |
| 2025-07-26 | Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu | Trevor Gross | -0/+2 |
| 2025-07-25 | moved 34 tests to organized locations | Kivooeo | -0/+23 |
| 2025-07-24 | Rehome tests/ui/issues/ tests [1/?] | Oneirical | -0/+18 |
| 2025-07-24 | moved 35 tests to organized locations | Kivooeo | -0/+33 |
| 2025-07-23 | Add `ignore-backends` annotations in failing GCC backend ui tests | Guillaume Gomez | -0/+2 |
| 2025-07-16 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -25/+25 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -1/+0 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -0/+601 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -1/+1 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -32/+48 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -1/+1 |
| 2024-12-15 | Use links to edition guide for edition migrations | Eric Huss | -0/+8 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+0 |
| 2024-11-08 | Don't suggest `.into_iter()` on iterators | dianne | -0/+46 |
| 2024-11-02 | Trim output of E0277 in some cases | Esteban Küber | -4/+0 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -4/+8 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -19/+19 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -9/+9 |
| 2024-07-12 | Gate the type length limit check behind a nightly flag | Michael Goulet | -10/+1 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -0/+1 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -3/+14 |
| 2024-06-12 | Spell out other trait diagnostic | Alex Macleod | -18/+18 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -0/+221 |
| 2024-05-20 | Backticks | Michael Goulet | -17/+17 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -9/+9 |
| 2024-03-03 | Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods... | Esteban Küber | -11/+16 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -1/+0 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -52/+52 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -2/+2 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -19/+19 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -45/+9 |
| 2024-01-26 | Use only one label for multiple unsatisfied bounds on type (typeck) | Esteban Küber | -3/+0 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -45/+9 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -5/+5 |
| 2023-10-14 | Special case iterator chain checks for suggestion | Esteban Küber | -0/+267 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -10/+10 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -0/+2 |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -2/+2 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -12/+24 |