summary refs log tree commit diff
path: root/src/test/ui/deriving/deriving-all-codegen.rs
AgeCommit message (Expand)AuthorLines
2022-10-18Tweak `deriving-all-codegen.rs`.Nicholas Nethercote-1/+1
2022-07-11Add a fieldless enum with one variant to `deriving-all-codegen.rs`.Nicholas Nethercote-0/+7
2022-07-11Add a non-`Copy` packed struct to `deriving-all-codegen.rs`.Nicholas Nethercote-2/+11
2022-07-11Add a struct with an unsized field to the `deriving-all-codegen.rs` test.Nicholas Nethercote-1/+5
2022-07-04Add 0-variant and 1-variant enums to the `deriving-all-codegen.rs` test.Nicholas Nethercote-0/+10
2022-07-04Add a union to the `deriving-all-codegen.rs` test.Nicholas Nethercote-0/+8
2022-07-04Add an interesting case to the `deriving-all-codegen.rs` test.Nicholas Nethercote-1/+6
2022-06-27Add a test checking the output of builtin derives.Nicholas Nethercote-0/+63