| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errors | bors | -0/+4 |
| 2024-02-07 | Stop using `hir_ty_to_ty` in rustc_privacy | Oli Scherer | -82/+2 |
| 2024-02-07 | Update tests | r0cky | -17/+37 |
| 2024-02-06 | Rollup merge of #120632 - trevyn:issue-109195, r=oli-obk | Matthias Krüger | -0/+89 |
| 2024-02-05 | Create helper `maybe_report_similar_assoc_fn` | trevyn | -14/+14 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -8/+4 |
| 2024-02-05 | Stop bailing out from compilation just because there were incoherent traits | Oli Scherer | -7/+59 |
| 2024-02-04 | Rollup merge of #120473 - estebank:issue-114329, r=TaKO8Ki | Matthias Krüger | -0/+46 |
| 2024-02-04 | fix ui tests | Deadbeef | -0/+4 |
| 2024-02-03 | For E0223, suggest methods that look similar to the path | trevyn | -0/+89 |
| 2024-02-01 | review comment: change wording | Esteban Küber | -9/+9 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -27/+27 |
| 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-29 | Only suggest removal of `as_*` and `to_` conversion methods on E0308 | Esteban Küber | -0/+46 |
| 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 |