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
Age
Commit message (
Expand
)
Author
Lines
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-1
/
+3
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
/
+81
2022-07-11
Add a non-`Copy` packed struct to `deriving-all-codegen.rs`.
Nicholas Nethercote
-22
/
+124
2022-07-11
Add a struct with an unsized field to the `deriving-all-codegen.rs` test.
Nicholas Nethercote
-1
/
+60
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
/
+176
2022-07-04
Add a union to the `deriving-all-codegen.rs` test.
Nicholas Nethercote
-0
/
+26
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
-2
/
+114
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
/
+1163
2022-06-21
Move some tests to more reasonable directories
Caio
-0
/
+11
2022-04-07
Stabilize `derive_default_enum`
Jacob Pratt
-3
/
+0
2022-02-12
Update chalk tests
Matthew Jasper
-1
/
+0
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+644
2021-10-02
Expand one test (from jackh726)
Audun Halland
-2
/
+4
2021-09-29
Additional tests (from jackh726)
Audun Halland
-0
/
+23
2021-09-29
Deriving: Include bound generic params for extracted type parameters in where...
Audun Halland
-0
/
+14
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-2
/
+0
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+13
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-0
/
+9
2021-07-27
Permit deriving default on enums with `#[default]`
Jacob Pratt
-2
/
+22
2021-07-13
expand: Support helper attributes for built-in derive macros
Vadim Petrochenkov
-0
/
+36
2020-10-06
Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...
Jack Huey
-0
/
+1
2020-05-01
SipHasher::new() is literally with SipHasher with both keys being 0
Hanif Bin Ariffin
-1
/
+1
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+1058