| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -52/+0 |
| 2025-01-14 | make rustc_encodable_decodable feature properly unstable | Ralf Jung | -21/+0 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -6/+1 |
| 2024-11-04 | Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors | Jubilee | -0/+34 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -1/+1 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -4/+4 |
| 2024-10-16 | Improve duplicate derive Copy/Clone diagnostics | VulnBandit | -0/+34 |
| 2024-08-05 | Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_derive, r... | Matthias Krüger | -56/+29 |
| 2024-07-27 | built-in derive: remove BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE hack and lint | Ralf Jung | -56/+29 |
| 2024-07-26 | Not lint pub structs without pub constructors if containing fields of unit, n... | mu001999 | -5/+15 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -15/+5 |
| 2024-06-05 | Detect pub structs never constructed and unused associated constants in traits | r0cky | -15/+5 |
| 2024-06-04 | When `derive`ing, account for HRTB on `BareFn` fields | Esteban Küber | -0/+13 |
| 2024-05-20 | Note for E0599 if shadowed bindings has the method. | surechen | -0/+8 |
| 2024-05-09 | Auto merge of #124157 - wutchzone:partial_eq, r=estebank | bors | -2/+2 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -1/+4 |
| 2024-04-23 | Do not add leading asterisk in the `PartialEq` | Daniel Sedlak | -2/+2 |
| 2024-04-21 | Use fulfillment, not evaluate, during method probe | Michael Goulet | -23/+4 |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -0/+5 |
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -0/+96 |
| 2024-04-02 | Avoid expanding to unstable internal method | Jacob Pratt | -0/+37 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -13/+13 |
| 2024-02-06 | Rollup merge of #120507 - estebank:issue-108428, r=davidtwco | Matthias Krüger | -3/+0 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -4/+4 |
| 2024-01-30 | Account for non-overlapping unmet trait bounds in suggestion | Esteban Küber | -3/+0 |
| 2024-01-30 | Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkov | Guillaume Gomez | -46/+6 |
| 2024-01-29 | Supress unhelpful diagnostics for unresolved top level attributes | yukang | -46/+6 |
| 2024-01-26 | Use single label for method not found due to unmet bound | Esteban Küber | -8/+2 |
| 2024-01-26 | Use only one label for multiple unsatisfied bounds on type (typeck) | Esteban Küber | -25/+5 |
| 2024-01-11 | Taint more aggressively in astconv | Oli Scherer | -13/+2 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -2/+13 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -36/+36 |
| 2023-11-03 | Emit explanatory note for move errors in packed struct derives | Gurinder Singh | -0/+271 |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -10/+30 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+6 |
| 2023-04-27 | Provide RHS type hint when reporting operator error | Michael Goulet | -10/+10 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -41/+82 |
| 2023-02-09 | Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`. | Nicholas Nethercote | -1/+41 |
| 2023-02-06 | Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl... | Matthias Krüger | -12/+12 |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -9/+5 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -120/+102 |
| 2023-01-23 | Point at specific field in struct literal when trait fulfillment fails | Nathan Fenner | -12/+12 |
| 2023-01-13 | Keep obligation chain when elaborating obligations | Esteban Küber | -10/+19 |
| 2023-01-13 | Elaborate unmet obligations in E0599 for more context | Esteban Küber | -4/+25 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -12/+31 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -3/+3 |
| 2023-01-11 | Tweak output | Esteban Küber | -13/+6 |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -9/+35 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+2416 |