| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -3/+5 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -2/+2 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -3/+3 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -2/+2 |
| 2024-05-23 | Rollup merge of #124297 - oli-obk:define_opaque_types13, r=jackh726 | Matthias Krüger | -0/+95 |
| 2024-04-24 | Modify `find_expr` from `Span` to better account for closures | Esteban Küber | -3/+7 |
| 2024-04-24 | Register hidden types when equating function definitions in coercion | Oli Scherer | -45/+5 |
| 2024-04-24 | Add some FnDef LUB coercion tests | Oli Scherer | -0/+321 |
| 2024-04-23 | Allow coercing functions whose signature differs in opaque types in their def... | Oli Scherer | -42/+3 |
| 2024-04-23 | Add regression test | Oli Scherer | -0/+134 |
| 2024-04-11 | Account for unops when suggesting cloning | Esteban Küber | -6/+9 |
| 2024-04-11 | Suggest `.clone()` when moved while borrowed | Esteban Küber | -0/+15 |
| 2024-04-04 | check `FnDef` return type for WF | lcnr | -37/+0 |
| 2024-04-03 | Rollup merge of #123291 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -0/+38 |
| 2024-03-31 | Move some tests | Caio | -0/+38 |
| 2024-03-15 | Refactored a few bits: | Steven Trotter | -25/+20 |
| 2024-03-15 | Added ability to report on generic argument mismatch better | Steven Trotter | -15/+40 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -23/+23 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -3/+16 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -5/+34 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -3/+24 |
| 2023-12-19 | rename to verbose-internals | jyn | -1/+1 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -14/+14 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -11/+11 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -3/+3 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -1/+3 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -2/+2 |
| 2023-09-06 | Add explanatory note to 'expected item' error | Gurinder Singh | -0/+2 |