| Age | Commit message (Expand) | Author | Lines |
| 2023-11-07 | When not finding assoc fn on type, look for builder fn | Esteban Küber | -0/+14 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -1/+1 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -7/+7 |
| 2023-10-30 | Sort errors | Esteban Küber | -1/+1 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -2/+2 |
| 2023-10-27 | Allows `#[diagnostic::on_unimplemented]` attributes to have multiple | Georg Semmler | -0/+2 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -4/+4 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -4/+11 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -4/+4 |
| 2023-10-21 | Rollup merge of #116961 - estebank:issue-60164, r=oli-obk | Matthias Krüger | -0/+24 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -5/+5 |
| 2023-10-20 | Typo suggestion to change bindings with leading underscore | Esteban Küber | -0/+24 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -6/+6 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -1/+1 |
| 2023-10-11 | Suggest `;` after bare `match` expression E0308 | Esteban Küber | -4/+11 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -4/+118 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -28/+28 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -169/+90 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -26/+387 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -4/+4 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+13 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+13 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -5/+22 |
| 2023-10-04 | Auto merge of #116360 - compiler-errors:async-span, r=oli-obk | bors | -4/+4 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -4/+4 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -4/+4 |
| 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-09-29 | fix(suggestion): insert projection to associated types | bohan | -1/+50 |
| 2023-09-25 | When suggesting `self.x` for `S { x }`, use `S { x: self.x }` | Esteban Küber | -1/+6 |
| 2023-09-24 | Rollup merge of #116086 - estebank:issue-115992, r=compiler-errors | Matthias Krüger | -7/+52 |
| 2023-09-23 | Tweak wording and logic | Esteban Küber | -6/+6 |
| 2023-09-23 | When encountering method on `Self` that we can't suggest, mention it | Esteban Küber | -0/+3 |
| 2023-09-23 | More accurate suggestion for `self.` and `Self::` | Esteban Küber | -3/+45 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -21/+21 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+5 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -9/+0 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -6/+6 |
| 2023-08-26 | Point at appropriate type parameter in more trait bound errors | Esteban Küber | -4/+2 |
| 2023-08-17 | Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errors | Josh Stone | -16/+55 |
| 2023-08-17 | Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebank | bors | -0/+72 |
| 2023-08-17 | Revert PR #114052 to fix invalid suggestion | Urgau | -16/+55 |
| 2023-08-16 | Rollup merge of #114779 - MU001999:fix/114701, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-08-16 | Fix bad suggestion when wrong parentheses around a dyn trait | yukang | -0/+72 |
| 2023-08-15 | Remove extra errors | r0cky | -39/+6 |
| 2023-08-14 | Point at return type when it influences non-first `match` arm | Esteban Küber | -0/+3 |
| 2023-08-15 | fix the error check | dirreke | -1/+1 |
| 2023-08-13 | Add check before suggest removing parens | Mu001999 | -0/+63 |
| 2023-08-10 | Auto merge of #114474 - estebank:missing-semi, r=compiler-errors | bors | -1/+152 |