about summary refs log tree commit diff
path: root/tests/ui/deriving/deriving-all-codegen.stdout
AgeCommit message (Expand)AuthorLines
2025-08-18Remove the `From` derive macro from preludeJakub Beránek-0/+2
2025-08-15Implement `#[derive(From)]`Jakub Beránek-0/+148
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-2/+2
2025-06-02Separately check equality of the scalar types and compound types in the order...Ell-0/+165
2024-07-27built-in derive: remove BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE hack and lintRalf Jung-20/+0
2024-04-23Do not add leading asterisk in the `PartialEq`Daniel Sedlak-8/+32
2024-04-14builtin-derive: tag → discriminantRalf Jung-47/+47
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-01-24remove StructuralEq traitRalf Jung-28/+0
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-05-26Inline derived `hash` function.Nicholas Nethercote-0/+15
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-68/+445
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/+1073