| Age | Commit message (Expand) | Author | Lines |
| 2025-01-29 | Rollup merge of #136212 - estebank:span-tweak, r=petrochenkov | Matthias Krüger | -4/+4 |
| 2025-01-29 | Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnr | Matthias Krüger | -0/+68 |
| 2025-01-28 | Tweak `&mut self` suggestion span | Esteban Küber | -4/+4 |
| 2025-01-28 | Suggest considering casting fn item as fn pointer in more cases | mu001999 | -0/+68 |
| 2025-01-23 | Bless and add tests | Boxy | -5/+0 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -5/+6 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -2/+2 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -2/+2 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -53/+199 |
| 2024-07-08 | Add suggestions for possible missing `fn`, `struct`, or `enum` keywords | trevyn | -11/+21 |
| 2024-07-04 | Use shorter span for float literal suggestion | Esteban Küber | -12/+21 |
| 2024-07-04 | Fix `&mut` removal suggestion | Esteban Küber | -8/+14 |
| 2024-06-16 | Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix | Jacob Pratt | -23/+23 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -1/+1 |
| 2024-06-12 | Spell out other trait diagnostic | Alex Macleod | -23/+23 |
| 2024-04-30 | Remove note about iteration count in coerce | Gurinder Singh | -0/+3 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -4/+4 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -22/+22 |
| 2024-02-28 | Use `LitKind::Err` for floats with empty exponents. | Nicholas Nethercote | -21/+1 |
| 2024-02-17 | Implement `NonZero` traits generically. | Markus Reiter | -1/+8 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -14/+14 |
| 2024-02-16 | Rollup merge of #119928 - d-sonuga:into-iter-sugg, r=compiler-errors | Guillaume Gomez | -0/+55 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -1/+1 |
| 2024-02-12 | suggest `into_iter()` when `Iterator` method called on `impl IntoIterator` | demilade | -0/+55 |
| 2024-02-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -1/+1 |
| 2024-02-06 | Regular closures now built-in impls for AsyncFn* | Michael Goulet | -8/+1 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -1/+1 |
| 2024-01-25 | Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obk | Matthias Krüger | -1/+8 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -1/+1 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -6/+28 |
| 2023-12-25 | Add AsyncFn family of traits | Michael Goulet | -1/+8 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -17/+17 |
| 2023-11-18 | tweak logic of "unknown field" label | Esteban Küber | -2/+11 |
| 2023-11-16 | recover primary span label | Esteban Küber | -12/+15 |
| 2023-11-16 | Suggest `unwrap()` on field not found for `Result`/`Option` | Esteban Küber | -2/+12 |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -16/+13 |
| 2023-10-23 | Auto merge of #115324 - francorbacho:master, r=davidtwco | bors | -0/+146 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -1/+1 |
| 2023-10-05 | Only give autofix suggestion when no named args are present | francorbacho | -4/+36 |
| 2023-10-05 | Add suggestion test | francorbacho | -10/+33 |
| 2023-10-05 | Highlight redundant arguments instead of the whole format string | francorbacho | -18/+18 |
| 2023-10-05 | Plurals in format redundant arguments suggestion | francorbacho | -2/+2 |
| 2023-10-05 | Use diagnostic impls and add suggestions in redundant format!() args | francorbacho | -54/+45 |
| 2023-10-05 | Suggest removing redundant arguments in format!() | francorbacho | -0/+100 |
| 2023-10-04 | clean up struct field suggestions | León Orell Valerian Liehr | -43/+168 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -24/+141 |
| 2023-08-14 | Point at return type when it influences non-first `match` arm | Esteban Küber | -0/+2 |
| 2023-08-01 | Suggests turbofish in patterns | Mu001999 | -0/+24 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -10/+9 |