| Age | Commit message (Expand) | Author | Lines |
| 2024-08-23 | Print the generic parameter along with the variance in dumps. | Camille GILLOT | -2/+2 |
| 2024-08-19 | Reword the "unreachable pattern" explanations | Nadrieril | -2/+2 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -7/+7 |
| 2024-08-02 | More information for fully-qualified suggestion when there are multiple impls | Esteban Küber | -6/+10 |
| 2024-07-31 | Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebank | Matthias Krüger | -2/+2 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -1/+4 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -1/+1 |
| 2024-07-26 | Peel off explicit (or implicit) deref before suggesting clone on move error i... | Michael Goulet | -2/+2 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -1/+10 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -1/+1 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -1/+1 |
| 2024-07-24 | Improve "covered_by_many" error | Nadrieril | -2/+7 |
| 2024-07-24 | Explain why a given pattern is considered unreachable | Nadrieril | -1/+5 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -48/+24 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -6/+6 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -16/+16 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -24/+48 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -6/+6 |
| 2024-07-19 | More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait` | Esteban Küber | -6/+3 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -1/+1 |
| 2024-07-18 | Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -6/+9 |
| 2024-07-18 | Accurate `use` rename suggestion span | Esteban Küber | -3/+3 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -6/+9 |
| 2024-07-17 | Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease | Matthias Krüger | -5/+5 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -6/+6 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -1/+6 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -5/+5 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -1/+6 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -2/+5 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -3/+3 |
| 2024-07-06 | show unit output when there is only output diff in diagnostics | yukang | -1/+1 |
| 2024-07-05 | Use verbose style for argument removal suggestion | Esteban Küber | -4/+6 |
| 2024-07-04 | Better suggestion span for missing type parameter | Esteban Küber | -1/+5 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -1/+6 |
| 2024-06-26 | Rollup merge of #126925 - surechen:fix_125631, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -1/+6 |
| 2024-06-25 | Change E0369 diagnostic give note information for foreign items. | surechen | -0/+6 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -2/+2 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -29/+29 |
| 2024-05-20 | Handle a few more simple tests | Ben Kimock | -4/+4 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -6/+24 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -0/+13 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -5/+5 |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -12/+3 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -5/+5 |
| 2024-04-16 | Emit suggestions when equality constraints are wrongly used | Gurinder Singh | -0/+13 |
| 2024-04-14 | Suggest value on bare return | Michael Goulet | -0/+5 |
| 2024-04-13 | Auto merge of #122603 - estebank:clone-o-rama, r=lcnr | bors | -0/+32 |