summary refs log tree commit diff
path: root/src/test/ui/deriving/deriving-all-codegen.stdout
AgeCommit message (Expand)AuthorLines
2022-10-19Rollup merge of #103176 - nnethercote:fix-TyKind-is_simple_path, r=spastorinoMatthias Krüger-2/+6
2022-10-18Fix `TyKind::is_simple_path`.Nicholas Nethercote-0/+2
2022-10-18Tweak `deriving-all-codegen.rs`.Nicholas Nethercote-2/+4
2022-10-15Mark derived StructuralEq as automatically derived.Camille GILLOT-24/+48
2022-08-01Don't derive `PartialEq::ne`.Nicholas Nethercote-57/+0
2022-07-19Remove #[allow(unused_qualifications)] lines from derive diff testMichael Holloway-99/+0
2022-07-13Use `&{self.x}` for packed `Copy` structs.Nicholas Nethercote-20/+6
2022-07-11Handle tags better.Nicholas Nethercote-118/+78
2022-07-11Avoid some unnecessary blocks in derive output.Nicholas Nethercote-9/+6
2022-07-11Rename tag-related things.Nicholas Nethercote-90/+89
2022-07-11Remove unnecessary `&*` sigil pairs in derived code.Nicholas Nethercote-42/+37
2022-07-11Remove unnecessary sigils and `ref`s in derived code.Nicholas Nethercote-107/+105
2022-07-11Add a fieldless enum with one variant to `deriving-all-codegen.rs`.Nicholas Nethercote-0/+74
2022-07-11Add a non-`Copy` packed struct to `deriving-all-codegen.rs`.Nicholas Nethercote-20/+113
2022-07-11Add a struct with an unsized field to the `deriving-all-codegen.rs` test.Nicholas Nethercote-0/+55
2022-07-05Avoid the unnecessary innermost match in `partial_cmp`/`cmp`.Nicholas Nethercote-105/+23
2022-07-04Avoid unnecessary 1-tuples in derived code.Nicholas Nethercote-31/+31
2022-07-04Don't repeat `AssertParamIs{Clone,Eq}` assertions.Nicholas Nethercote-13/+0
2022-07-04Avoid unnecessary blocks in derive output.Nicholas Nethercote-316/+260
2022-07-04Add 0-variant and 1-variant enums to the `deriving-all-codegen.rs` test.Nicholas Nethercote-0/+166
2022-07-04Add a union to the `deriving-all-codegen.rs` test.Nicholas Nethercote-0/+18
2022-07-04Don't use match-destructuring for derived ops on structs.Nicholas Nethercote-358/+173
2022-07-04Add an interesting case to the `deriving-all-codegen.rs` test.Nicholas Nethercote-1/+108
2022-06-27Improve derived discriminant testing.Nicholas Nethercote-11/+11
2022-06-27Add a test checking the output of builtin derives.Nicholas Nethercote-0/+1100