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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
deriving
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-3111
/
+0
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-3
/
+0
2022-11-30
Fix ICE from #105101
Jacob Pratt
-0
/
+38
2022-11-21
Streamline deriving on packed structs.
Nicholas Nethercote
-17
/
+6
2022-10-19
Rollup merge of #103176 - nnethercote:fix-TyKind-is_simple_path, r=spastorino
Matthias Krüger
-3
/
+49
2022-10-18
Fix `TyKind::is_simple_path`.
Nicholas Nethercote
-0
/
+44
2022-10-18
Tweak `deriving-all-codegen.rs`.
Nicholas Nethercote
-3
/
+5
2022-10-16
Rollup merge of #103089 - cjgillot:automatic-structural-eq, r=oli-obk
Matthias Krüger
-24
/
+48
2022-10-15
Mark derived StructuralEq as automatically derived.
Camille GILLOT
-24
/
+48
2022-10-09
Add a regression test for #39137
Ben Kimock
-0
/
+20
2022-10-03
Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated...
Matthias Krüger
-0
/
+10
2022-09-05
Add corresponding regression test
Daniel Henry-Mantilla
-0
/
+10
2022-08-30
Stabilize GATs
Jack Huey
-2
/
+0
2022-08-18
Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnay
bors
-57
/
+0
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-1
/
+3
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
/
+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
[next]