| Age | Commit message (Expand) | Author | Lines |
| 2023-12-01 | fix: correct the arg for 'suggest to use associated function syntax' diagnostic | Young-Flash | -0/+73 |
| 2023-11-29 | On Fn arg mismatch for a fn path, suggest a closure | Esteban Küber | -0/+8 |
| 2023-11-27 | Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkin | Michael Goulet | -0/+13 |
| 2023-11-27 | rustc_span: Use correct edit distance start length for suggestions | Martin Nordholts | -0/+13 |
| 2023-11-27 | Change help message to make some sense in broader context | Hirochika Matsumoto | -2/+2 |
| 2023-11-27 | Address review feedbacks | Hirochika Matsumoto | -7/+1 |
| 2023-11-27 | Make tidy test happy | Hirochika Matsumoto | -1/+1 |
| 2023-11-27 | Detect Python-like slicing and suggest how to fix | Hirochika Matsumoto | -0/+26 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -1/+1 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -148/+148 |
| 2023-11-24 | Auto merge of #117934 - Young-Flash:dev, r=petrochenkov | bors | -4/+50 |
| 2023-11-23 | feat: make let_binding_suggestion more reasonable | Young-Flash | -4/+50 |
| 2023-11-20 | Do not consider traits as ownable in suggestion | Esteban Küber | -5/+0 |
| 2023-11-20 | Account for '_ in lifetime suggestion | Esteban Küber | -0/+20 |
| 2023-11-20 | Suggest 'a when trait object assoc type has '_ | Esteban Küber | -0/+16 |
| 2023-11-20 | Tweak wording | Esteban Küber | -5/+5 |
| 2023-11-20 | Account for impl Trait in lifetime suggestion | Esteban Küber | -12/+12 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -17/+72 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -3/+3 |
| 2023-11-19 | Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naber | Takayuki Maeda | -9/+123 |
| 2023-11-18 | tweak logic of "unknown field" label | Esteban Küber | -1/+6 |
| 2023-11-16 | recover primary span label | Esteban Küber | -17/+18 |
| 2023-11-16 | Suggest `unwrap()` on field not found for `Result`/`Option` | Esteban Küber | -3/+73 |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -11/+49 |
| 2023-11-16 | When using existing fn as module, don't claim it doesn't exist | Esteban Küber | -3/+3 |
| 2023-11-14 | Rollup merge of #116244 - estebank:issue-73497, r=b-naber | Matthias Krüger | -0/+37 |
| 2023-11-14 | Auto merge of #117856 - estebank:issue-66023, r=compiler-errors | bors | -0/+2 |
| 2023-11-13 | Rollup merge of #117695 - 3tilley:prioritise-unwrap-expect-over-last-method-c... | Matthias Krüger | -0/+22 |
| 2023-11-13 | review comments: more targeted span setting approach | Esteban Küber | -0/+2 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -1/+1 |
| 2023-11-10 | Recurse over the method chain and maintain a stack to peek at previous receiv... | Swapna Iyer | -1/+4 |
| 2023-11-08 | Reorder type mismatch suggestions | Max Tilley | -0/+22 |
| 2023-11-07 | Apply structured suggestion that allows test to work since 1.64 | Esteban Küber | -0/+37 |
| 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 |