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