issues
search
JelteF
/
derive_more
Some more derive(Trait) options
MIT License
1.74k
stars
123
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make strings in error types public
#425
okamt
closed
1 week ago
3
Test `full` feature separately on CI
#424
tyranron
opened
1 week ago
2
fix: README feature `iterator` does not exist, now `into_iterator`
#423
minh-dng
closed
1 week ago
0
`cargo test --all-features` fails during `test_compile_fail` with `PermissionDenied` when crate directory is read-only
#421
dkg
opened
2 weeks ago
1
`cargo test --no-default-features --features=full` fails because of `no_std`
#420
dkg
opened
2 weeks ago
1
Hide deprecation warnings inside derive expansions
#419
aborgna-q
opened
4 weeks ago
0
Missing docs for `Div`, `Rem`, `Shl` and `Shr` (they show `Mul` instead.)
#418
Achtuur
opened
1 month ago
0
`Deref` and `DerefMut` share attr tags
#417
AstrickHarren
opened
1 month ago
2
Skip enum variant debug name?
#416
stevefan1999-personal
opened
1 month ago
0
Add new derive: AsVariant
#415
crazymerlyn
opened
1 month ago
0
Derive PartialEq?
#414
tisonkun
opened
1 month ago
2
Support `Self` in `Into` derive
#413
nazar-pc
opened
1 month ago
2
๐ RoSctober 2024: The Open Source Developer Challenge is about to start! ๐
#412
race-of-sloths
closed
1 month ago
4
Change display on enum without `_variant` to "use as default" behaviour
#411
JelteF
opened
2 months ago
0
Fix ambiguous associated item for `TryFrom`, `TryInto` and `FromStr`
#410
bluurryy
closed
2 months ago
1
Ambiguous associated item error when deriving `TryFrom`, `TryInto` or `FromStr`
#409
bluurryy
closed
2 months ago
0
From for unit enum variants
#408
spearman
closed
2 months ago
5
Exposing macros for reuse
#407
Porges
opened
2 months ago
4
Swap macro re-export modules (#405)
#406
tyranron
closed
2 months ago
2
Stop exporting traits by default and early 2.0 release
#405
JelteF
closed
2 months ago
3
Add `#[allow(unreachable_code)]` to generated impls for `!` type
#404
tyranron
closed
2 months ago
0
`derive_more::Error` refuses to compile when an `enum` variant contains a type which does not satisfy `derive_more` trait bounds
#403
U007D
closed
2 months ago
1
`derive_more` cannot handle mixed `From` impls whereas `thiserror` can
#402
U007D
closed
1 month ago
3
`derive_more::Error` macro collides with local `Error` enum, whereas `thiserror` is fine.
#401
U007D
closed
2 months ago
2
Deriving Display on never gives a warning
#400
ndmitchell
closed
2 months ago
1
Consider associated types of type parameters for implied bounds
#399
tyranron
closed
3 months ago
0
Docs for `AsMut` shows `AsRef` docs instead
#398
CGMossa
opened
3 months ago
3
Clippy attributes doesn't work with `Constructor`
#397
tokarevvit
opened
3 months ago
1
Canโt define traits on TryIntoError
#396
mina86
opened
3 months ago
3
Fix transparency check on shared attribute formatting on enums (#377)
#395
tyranron
opened
3 months ago
0
Remove nightly cfg from impl crate
#394
JelteF
opened
3 months ago
1
Add compile_fail test for on purpose limited bounds
#393
JelteF
closed
3 months ago
0
Regression in v1.0.0-beta.7
#392
link2xt
closed
3 months ago
2
Don't create git tags for derive_more-impl
#391
JelteF
closed
3 months ago
0
Add release announcement
#390
JelteF
closed
3 months ago
0
Bump up MSRV to 1.75
#389
tyranron
closed
3 months ago
1
`Deref` and `DerefMut` for enums
#388
BenLeadbetter
opened
3 months ago
4
Only put Display-like bounds on type variables
#387
JelteF
closed
3 months ago
0
Fix dead-code warning
#386
JelteF
closed
4 months ago
1
Remove unused imports for no_std tests
#385
JelteF
closed
4 months ago
0
Fix TryInto derive for generics
#384
JelteF
closed
4 months ago
0
Simplify pull request template
#383
JelteF
closed
4 months ago
0
Update documentation about Error in no_std
#382
JelteF
closed
4 months ago
0
Fix incorrect `fmt::Pointer` implementations attempt two
#381
JelteF
closed
3 months ago
2
Don't use double ref vars in Debug derive
#380
JelteF
closed
4 months ago
0
Re-enable commented out test
#379
JelteF
closed
4 months ago
0
Add #[track_caller] to Add/Mul(Assign) derives
#378
JelteF
closed
4 months ago
0
Support _variant in outer level enum formatting for Display
#377
JelteF
closed
3 months ago
4
Work around bug in rust-analyzer to make auto-imports work nicely
#376
JelteF
closed
4 months ago
1
Typo / confusing wording in From docs
#375
joshka
closed
4 months ago
5
Next