| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-12 | Improve diagnostic by suggesting to remove visibility qualifier | morine0122 | -6/+28 |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -0/+32 |
| 2024-04-11 | Fix accuracy of `T: Clone` check in suggestion | Esteban Küber | -12/+0 |
| 2024-04-11 | Account for unops when suggesting cloning | Esteban Küber | -4/+6 |
| 2024-04-11 | Suggest `.clone()` when moved while borrowed | Esteban Küber | -0/+10 |
| 2024-04-09 | Silence some follow-up errors on trait impls in case the trait has conflictin... | Oli Scherer | -12/+3 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -21/+3 |
| 2024-03-08 | Improve error message for opaque captures | Michael Goulet | -4/+16 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -8/+8 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -17/+17 |
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -33/+3 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -2/+2 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -32/+49 |
| 2024-02-18 | Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-02-17 | Add help to `hir_analysis_unrecognized_intrinsic_function` | Scott McMurray | -0/+2 |