| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -23/+23 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -5/+5 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -20/+2 |
| 2024-01-27 | Rollup merge of #119957 - Young-Flash:fix, r=fmease | Matthias Krüger | -0/+118 |
| 2024-01-26 | Use only one label for multiple unsatisfied bounds on type (typeck) | Esteban Küber | -20/+2 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -5/+5 |
| 2024-01-21 | `maybe_lint_impl_trait`: separate `is_downgradable` from `is_object_safe` | trevyn | -46/+56 |
| 2024-01-20 | Rollup merge of #119752 - estebank:ice-ice, r=fmease | Matthias Krüger | -0/+273 |
| 2024-01-19 | Update tests after rebase | Esteban Küber | -6/+73 |
| 2024-01-19 | Account for traits using self-trait by name without `dyn` | Esteban Küber | -0/+206 |
| 2024-01-19 | Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2024-01-19 | Suggest .swap() instead of mem::swap() in more cases | sjwang05 | -0/+35 |
| 2024-01-14 | test: add test case for impl trait arg suggestion | Young-Flash | -0/+118 |
| 2024-01-13 | Bless tests | George-lewis | -0/+13 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -196/+79 |
| 2024-01-07 | update ui tests | Gray Olson | -2/+2 |
| 2024-01-05 | Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da... | Matthias Krüger | -0/+57 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -2/+2 |
| 2023-12-22 | Update test outputs | Eric Holk | -1/+8 |
| 2023-12-20 | Hide foreign `#[doc(hidden)]` paths in import suggestions | Jules Bertholet | -0/+57 |
| 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 |