issues
search
mcarton
/
rust-derivative
A set of alternative `derive` attributes for Rust
Apache License 2.0
420
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update to syn 2.0
#118
clubby789
opened
10 months ago
2
Is this crate dead?
#117
Dushistov
opened
1 year ago
4
Add `skip_discriminant` to skip discriminant comparison in derived `PartialEq` implementations
#116
compiler-errors
opened
1 year ago
0
clippy::incorrect_partial_ord_impl_on_ord_type tripping up
#115
rooooooooob
opened
1 year ago
2
Replace allowing specific lints for derived impls with #[automatically_derived]
#114
Toromyx
opened
1 year ago
0
Allow global bound declarations
#113
jakubdabek
opened
1 year ago
0
incorrect_clone_impl_on_copy_type
#112
vitvakatu
opened
1 year ago
2
Generated code doesn't use fully qualified syntax leading to unexpected behaviour of derived trait impls
#111
AlastairHolmes
opened
1 year ago
1
Cargo outdated
#110
martinfrances107
opened
1 year ago
1
Can give instructions on how to use this one on the readme page?
#109
jackzhp
opened
1 year ago
0
feature request: default on Clone
#108
bryanlarsen
opened
1 year ago
0
enum variant with one or more field causes clippy::let_underscore_untyped on Debug derive
#107
KisaragiEffective
opened
1 year ago
0
derive-debug-generics test fails with Rust 1.66+
#106
decathorpe
opened
1 year ago
0
Lifetime-aware Clone
#105
alxiong
opened
2 years ago
1
#[derivative(Debug(value = "..."))]
#104
kangalio
opened
2 years ago
1
Avoid hidden lifetime parameters for latest Rust nightly
#103
weikengchen
opened
2 years ago
2
Debug derivative causes clippy warning `let_underscore_must_use`
#102
vicky5124
opened
2 years ago
0
Derive Sync and Send
#101
michalmoc
opened
3 years ago
1
Enums with Infallible Variants and Derivative Clone Impls make Clippy Overreact on Nightly
#100
bhgomes
opened
3 years ago
0
Deref support.
#99
cheako
opened
3 years ago
0
Attribute `bound` does not work with `stringify!`
#98
entropylost
opened
3 years ago
0
Allow derivative for specialized types.
#97
entropylost
opened
3 years ago
0
RFC: use finish_non_exhaustive
#96
elmarco
opened
3 years ago
0
Fix typo in comparison trait docs
#95
Seeker14491
closed
3 years ago
1
Add an Option to use a Format String to Structs
#94
ModProg
opened
3 years ago
0
Added documentation for relaxing trait bounds on PhatomData
#93
CoffmanTaylor
opened
3 years ago
1
Feature request: Add a way to display only part of a collection-like type
#92
dzfranklin
opened
3 years ago
0
Enum: Unknown attribute "format_with" for trait Debug
#91
simonsilvalauinger
opened
3 years ago
0
Failed to derive Clone for structs with fields which have references
#90
yubrot
opened
3 years ago
1
Problem with rust-derivative with rust-analyzer on VSCode
#89
aaomidi
opened
3 years ago
1
Add test coverage report
#88
mcarton
closed
3 years ago
0
Fix issue #82 and release 2.2.0
#87
mcarton
closed
3 years ago
0
Using `derive(Derivative)` with no further attribute should be an error
#86
mcarton
opened
3 years ago
0
`derivative(Eq)` doesn't require fields to implement `Eq`
#85
mcarton
opened
3 years ago
0
Support `const fn new`
#84
mcarton
opened
3 years ago
0
Migrate documentation to mdBook
#83
mcarton
closed
3 years ago
0
`#[derivative(Debug)]` does not work well with packed structs
#82
rijenkii
closed
3 years ago
1
Fix Clippy warnings
#81
mcarton
closed
3 years ago
0
Move to GitHub actions
#80
mcarton
closed
3 years ago
0
Avoid parsing any non-derivative attribute
#79
dtolnay
closed
3 years ago
0
Invalid attribute error when combined with thiserror
#78
attente
closed
3 years ago
1
Fix a clippy warning when using clone_from = "true"
#77
TeXitoi
closed
3 years ago
4
Skip enum fields for `Debug` implementation
#76
GeorgeHahn
closed
3 years ago
1
The `#derive(Derivative)` attribute does not work in macro afer updating to the latest nightly.
#75
A1-Triard
closed
4 years ago
1
clippy warns when using clone_from = "true"
#74
TeXitoi
closed
3 years ago
0
Fix typo in the derivative(Hash) documentation
#73
stanislav-tkach
closed
4 years ago
1
Remove `derive(Default)` attribute for `RegexOptions` (example)
#72
stanislav-tkach
closed
4 years ago
1
Fix issue #58
#71
mcarton
closed
4 years ago
0
Improve error messages
#70
mcarton
closed
4 years ago
0
Fix all warnings without `allow`
#69
mcarton
closed
4 years ago
0
Next