| Age | Commit message (Expand) | Author | Lines |
| 2025-07-04 | Rollup merge of #143296 - Kivooeo:tf21, r=tgross35 | Jubilee | -0/+148 |
| 2025-07-04 | Rollup merge of #143202 - Kivooeo:tf18, r=tgross35 | Jubilee | -0/+24 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -14/+15 |
| 2025-07-05 | moved tests | Kivooeo | -0/+147 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -8/+8 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -2/+7 |
| 2025-07-01 | moved test files | Kivooeo | -0/+19 |
| 2025-06-30 | Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC... | Guillaume Gomez | -1/+1 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -8/+8 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -6/+0 |
| 2025-05-19 | Fixed possible ICE in annotate_mut_binding_to_immutable_binding | Josh Gunter | -0/+38 |
| 2025-05-07 | Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov | Guillaume Gomez | -0/+50 |
| 2025-05-07 | Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment` | xizheyin | -17/+41 |
| 2025-05-05 | Add ui test fn-trait-use-named-params | xizheyin | -0/+26 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -4/+2 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -48/+52 |
| 2025-04-10 | compiletest: Make `SUGGESTION` annotations viral | Vadim Petrochenkov | -3/+4 |
| 2025-04-07 | compiletest: Avoid ignoring empty diagnostics in one more place | Vadim Petrochenkov | -1/+2 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -4/+2 |
| 2025-04-02 | Fix two incorrect turbofish suggestions | Freya Arbjerg | -0/+33 |
| 2025-03-22 | Add test to ensure no index out of bounds panic (#135474) | Redddy | -0/+44 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -2/+10 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -2/+2 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -3/+2 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -18/+27 |
| 2025-02-06 | Label mismatched parameters at the def site for foreign functions. | Jason Newcomb | -0/+30 |
| 2025-02-03 | Fix ICE when function argument mismatches. | Jason Newcomb | -0/+66 |
| 2025-02-03 | Check for generic parameter mismatches on trait functions. | Jason Newcomb | -0/+33 |
| 2025-02-02 | Tweak fn pointer suggestion span | Esteban Küber | -1/+1 |
| 2025-01-25 | Rollup merge of #136032 - estebank:issue-136028, r=SparrowLii | Jacob Pratt | -31/+84 |
| 2025-01-24 | Account for mutable borrow in argument suggestion | Esteban Küber | -31/+84 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-11 | review comments and make test `run-rustfix` | Esteban Küber | -10/+36 |
| 2025-01-11 | On unused assign lint, detect `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -1/+6 |
| 2025-01-11 | On E0308, detect `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -3/+5 |
| 2025-01-11 | Add test for `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -0/+80 |
| 2025-01-06 | only avoid blaming assignments from argument patterns | dianne | -5/+8 |
| 2025-01-06 | make outlives constraints from generic arguments less boring | dianne | -1/+1 |
| 2025-01-06 | `best_blame_constraint`: prioritize blaming interesting-seeming constraints | dianne | -18/+18 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming assignments without user-provided types | dianne | -24/+21 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -21/+24 |
| 2024-11-26 | Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errors | Guillaume Gomez | -1/+0 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-11-25 | Tweak parameter mismatch explanation to not say unknown | Michael Goulet | -5/+36 |
| 2024-08-05 | Enforce supertrait outlives obligations hold when confirming impl | Michael Goulet | -2/+16 |
| 2024-07-26 | Peel off explicit (or implicit) deref before suggesting clone on move error i... | Michael Goulet | -9/+6 |
| 2024-07-17 | Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease | Matthias Krüger | -1/+1 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -1/+1 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -7/+32 |
| 2024-07-06 | show fnsig's output when there is difference | yukang | -2/+2 |