| Age | Commit message (Expand) | Author | Lines |
| 2024-04-07 | Remove useless configs in tests | Urgau | -3/+1 |
| 2024-04-06 | Account for trait/impl difference when suggesting changing argument from ref ... | Esteban Küber | -8/+14 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -8/+8 |
| 2024-03-22 | Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmease | Matthias Krüger | -0/+1 |
| 2024-03-21 | Rollup merge of #122799 - estebank:issue-122569, r=fee1-dead | Matthias Krüger | -0/+34 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -1/+29 |
| 2024-03-21 | Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Ki | bors | -0/+32 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -0/+32 |
| 2024-03-21 | Replace closures with `_` when suggesting fully qualified path for method call | Esteban Küber | -0/+34 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -247/+15 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -1/+29 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -28/+5 |
| 2024-03-17 | Don't show suggestion if slice pattern is enclosed by any patterns | long-long-float | -0/+43 |
| 2024-03-16 | Note that type param is chosen by caller when suggesting return impl Trait | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-03-15 | Rollup merge of #122174 - notriddle:master, r=TaKO8Ki | Matthias Krüger | -0/+38 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -1/+1 |
| 2024-03-13 | Tweak wording | Esteban Küber | -2/+2 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -16/+16 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -16/+16 |
| 2024-03-09 | Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu | Guillaume Boisseau | -2/+2 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -28/+5 |
| 2024-03-08 | diagnostics: suggest `Clone` bounds when noop `clone()` | Michael Howell | -0/+38 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -70/+131 |
| 2024-03-07 | Collect mod item types in parallel, just like wfcheck | Oli Scherer | -4/+58 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -24/+21 |
| 2024-03-01 | try_with_capacity for Vec, VecDeque, String | Kornel | -2/+2 |
| 2024-02-29 | Update UI test checking suggestion message to rename type starting with under... | Guillaume Gomez | -1/+1 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -9/+10 |
| 2024-02-22 | Deduplicate some logic and reword output | Esteban Küber | -5/+5 |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -5/+5 |
| 2024-02-22 | Make confusable suggestions `verbose` | Esteban Küber | -7/+23 |
| 2024-02-22 | Consider methods from traits when suggesting typos | Esteban Küber | -12/+27 |
| 2024-02-18 | Rollup merge of #121100 - estebank:issue-71252, r=compiler-errors | León Orell Valerian Liehr | -0/+5 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -261/+261 |
| 2024-02-16 | Rollup merge of #121111 - trevyn:associated-type-suggestion, r=davidtwco | Guillaume Gomez | -6/+30 |
| 2024-02-16 | Detect when method call on argument could be removed to fulfill failed trait ... | Esteban Küber | -0/+5 |
| 2024-02-16 | Rollup merge of #121146 - compiler-errors:ignore-diverging-arms, r=estebank | Guillaume Gomez | -11/+4 |
| 2024-02-15 | Remove a suggestion that is redundant | Michael Goulet | -11/+4 |
| 2024-02-15 | Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoerister | Guillaume Gomez | -2/+2 |
| 2024-02-14 | For E0038, suggest associated type if available | trevyn | -6/+30 |
| 2024-02-14 | Fix msg for verbose suggestions with confusable capitalization | Esteban Küber | -2/+2 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -35/+322 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -35/+322 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -3/+150 |
| 2024-02-10 | Print kind of coroutine closure | Michael Goulet | -4/+4 |
| 2024-02-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -3/+150 |
| 2024-02-09 | Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkov | Matthias Krüger | -82/+2 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -39/+411 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -7/+59 |