| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 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 |