| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -17/+103 |
| 2023-12-12 | Rollup merge of #118756 - jyn514:colors, r=estebank | Matthias Krüger | -65/+0 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -4/+0 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -6/+2 |
| 2023-12-10 | fix tests | Deadbeef | -4/+0 |
| 2023-12-10 | remove redundant imports | surechen | -6/+2 |
| 2023-12-09 | Rollup merge of #118775 - Young-Flash:fix, r=compiler-errors | Guillaume Gomez | -3/+69 |
| 2023-12-09 | chore: add test case for type with generic | Young-Flash | -3/+69 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -12/+12 |
| 2023-12-08 | Rollup merge of #118502 - Young-Flash:fix, r=compiler-errors | Matthias Krüger | -0/+73 |
| 2023-12-08 | use magenta instead of bold for highlighting | jyn | -65/+0 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -12/+12 |
| 2023-12-04 | Mark more tests as `run-rustfix` | Esteban Küber | -2/+41 |
| 2023-12-04 | Suggest cloning and point out obligation errors on move error | Esteban Küber | -0/+9 |
| 2023-12-04 | Tweak `.clone()` suggestion to work in more cases | Esteban Küber | -4/+4 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1/+1 |
| 2023-12-01 | rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternative | Martin Nordholts | -1/+10 |
| 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 |