summary refs log tree commit diff
path: root/tests/ui/deriving
AgeCommit message (Expand)AuthorLines
2024-03-03Move testsCaio-0/+17
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-71/+71
2024-02-07Update testsr0cky-1/+1
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-24remove StructuralEq traitRalf Jung-28/+0
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-3/+3
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-11-21improve help for multiple `#[default]` variantsLukas Markeffsky-38/+103
2023-11-09Emit #[inline] on derive(Debug)Ben Kimock-0/+15
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-14/+14
2023-07-16Generate safe stable code for derives on empty enumsDavid Tolnay-9/+5
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-5/+5
2023-05-26Inline derived `hash` function.Nicholas Nethercote-0/+15
2023-05-08Move testsCaio-0/+20
2023-02-02Don't generate unecessary `&&self.field` in deriving Debugclubby789-7/+7
2023-02-01Fix syntax in `-Zunpretty-expanded` output for derived `PartialEq`.Nicholas Nethercote-3/+3
2023-01-30Allow more deriving on packed structs.Nicholas Nethercote-81/+580
2023-01-28Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisabors-28/+23
2023-01-19Special case `derive(Debug)` for fieldless enumsclubby789-5/+6
2023-01-15Special case deriving `PartialOrd` for certain enum layoutsclubby789-28/+23
2023-01-11Move /src/test to /testsAlbert Larsan-0/+3111