Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mcarton/rust-derivative issues and pull requests

#118 - Update to syn 2.0

Pull Request - State: open - Opened by clubby789 8 months ago - 2 comments

#117 - Is this crate dead?

Issue - State: open - Opened by Dushistov 10 months ago - 4 comments
Labels: bug

#115 - clippy::incorrect_partial_ord_impl_on_ord_type tripping up

Issue - State: open - Opened by rooooooooob 12 months ago - 2 comments
Labels: bug

#113 - Allow global bound declarations

Issue - State: open - Opened by jakubdabek about 1 year ago

#112 - incorrect_clone_impl_on_copy_type

Issue - State: open - Opened by vitvakatu about 1 year ago - 2 comments
Labels: bug

#110 - Cargo outdated

Issue - State: open - Opened by martinfrances107 over 1 year ago - 1 comment

#109 - Can give instructions on how to use this one on the readme page?

Issue - State: open - Opened by jackzhp over 1 year ago
Labels: bug

#108 - feature request: default on Clone

Issue - State: open - Opened by bryanlarsen over 1 year ago

#106 - derive-debug-generics test fails with Rust 1.66+

Issue - State: open - Opened by decathorpe over 1 year ago

#105 - Lifetime-aware Clone

Issue - State: open - Opened by alxiong about 2 years ago - 1 comment
Labels: bug

#104 - #[derivative(Debug(value = "..."))]

Issue - State: open - Opened by kangalio over 2 years ago - 1 comment

#103 - Avoid hidden lifetime parameters for latest Rust nightly

Pull Request - State: open - Opened by weikengchen over 2 years ago - 2 comments

#102 - Debug derivative causes clippy warning `let_underscore_must_use`

Issue - State: open - Opened by vicky5124 almost 3 years ago
Labels: bug

#101 - Derive Sync and Send

Issue - State: open - Opened by michalmoc almost 3 years ago - 1 comment

#99 - Deref support.

Issue - State: open - Opened by cheako about 3 years ago
Labels: bug

#98 - Attribute `bound` does not work with `stringify!`

Issue - State: open - Opened by iMplode-nZ about 3 years ago
Labels: bug

#97 - Allow derivative for specialized types.

Issue - State: open - Opened by iMplode-nZ about 3 years ago

#96 - RFC: use finish_non_exhaustive

Pull Request - State: open - Opened by elmarco about 3 years ago

#95 - Fix typo in comparison trait docs

Pull Request - State: closed - Opened by Seeker14491 about 3 years ago - 1 comment

#94 - Add an Option to use a Format String to Structs

Issue - State: open - Opened by ModProg over 3 years ago

#93 - Added documentation for relaxing trait bounds on PhatomData

Pull Request - State: open - Opened by CoffmanTaylor over 3 years ago - 1 comment

#90 - Failed to derive Clone for structs with fields which have references

Issue - State: open - Opened by yubrot over 3 years ago - 1 comment
Labels: bug

#89 - Problem with rust-derivative with rust-analyzer on VSCode

Issue - State: open - Opened by aaomidi over 3 years ago - 1 comment
Labels: bug

#88 - Add test coverage report

Pull Request - State: closed - Opened by mcarton over 3 years ago

#87 - Fix issue #82 and release 2.2.0

Pull Request - State: closed - Opened by mcarton over 3 years ago

#85 - `derivative(Eq)` doesn't require fields to implement `Eq`

Issue - State: open - Opened by mcarton over 3 years ago
Labels: bug

#84 - Support `const fn new`

Issue - State: open - Opened by mcarton over 3 years ago
Labels: feature-attribute

#83 - Migrate documentation to mdBook

Pull Request - State: closed - Opened by mcarton over 3 years ago

#82 - `#[derivative(Debug)]` does not work well with packed structs

Issue - State: closed - Opened by rijenkii over 3 years ago - 1 comment
Labels: bug

#81 - Fix Clippy warnings

Pull Request - State: closed - Opened by mcarton over 3 years ago

#80 - Move to GitHub actions

Pull Request - State: closed - Opened by mcarton over 3 years ago

#79 - Avoid parsing any non-derivative attribute

Pull Request - State: closed - Opened by dtolnay almost 4 years ago

#78 - Invalid attribute error when combined with thiserror

Issue - State: closed - Opened by attente almost 4 years ago - 1 comment
Labels: bug

#77 - Fix a clippy warning when using clone_from = "true"

Pull Request - State: closed - Opened by TeXitoi about 4 years ago - 4 comments

#76 - Skip enum fields for `Debug` implementation

Issue - State: closed - Opened by GeorgeHahn about 4 years ago - 1 comment
Labels: feature-attribute

#75 - The `#derive(Derivative)` attribute does not work in macro afer updating to the latest nightly.

Issue - State: closed - Opened by A1-Triard about 4 years ago - 1 comment
Labels: bug

#74 - clippy warns when using clone_from = "true"

Issue - State: closed - Opened by TeXitoi over 4 years ago
Labels: bug

#73 - Fix typo in the derivative(Hash) documentation

Pull Request - State: closed - Opened by stanislav-tkach over 4 years ago - 1 comment

#72 - Remove `derive(Default)` attribute for `RegexOptions` (example)

Pull Request - State: closed - Opened by stanislav-tkach over 4 years ago - 1 comment

#71 - Fix issue #58

Pull Request - State: closed - Opened by mcarton over 4 years ago

#70 - Improve error messages

Pull Request - State: closed - Opened by mcarton over 4 years ago

#69 - Fix all warnings without `allow`

Pull Request - State: closed - Opened by mcarton over 4 years ago

#68 - Fix issue with deriving `Hash` on generic `enums`

Pull Request - State: closed - Opened by mcarton over 4 years ago

#67 - Hash doesn't work for generic enums

Issue - State: closed - Opened by brunocodutra over 4 years ago - 1 comment
Labels: bug

#66 - Replace `try!` with `?`

Pull Request - State: closed - Opened by mcarton over 4 years ago

#65 - Simplify code generated for simple enumerations

Pull Request - State: closed - Opened by mcarton over 4 years ago

#64 - Deprecate `feature_allow_slow_enum` for `PartialEq`

Pull Request - State: closed - Opened by mcarton over 4 years ago

#63 - Revisit `feature_allow_slow_enum`

Issue - State: closed - Opened by RReverser over 4 years ago - 1 comment
Labels: bug

#62 - Fix some warnings in tests from rustc

Pull Request - State: closed - Opened by mcarton over 4 years ago

#61 - Fix issue #55

Pull Request - State: closed - Opened by mcarton over 4 years ago

#60 - Fix issue #54

Pull Request - State: closed - Opened by mcarton over 4 years ago

#59 - Upgrade to syn/quote/proc-macro2 1.0

Pull Request - State: closed - Opened by benesch over 4 years ago

#58 - clippy complains about clippy::match_single_binding when deriving Debug

Issue - State: closed - Opened by imp over 4 years ago - 6 comments
Labels: bug

#57 - Publish Ord support as 1.0.4 on crates.io

Issue - State: closed - Opened by TeXitoi over 4 years ago - 2 comments
Labels: bug

#56 - Allow skipping fields in Clone.

Issue - State: open - Opened by kevincox almost 5 years ago - 1 comment
Labels: feature-attribute

#55 - `format_with` misses bounds on the Dummy struct and its instantiation.

Issue - State: closed - Opened by glandium almost 5 years ago - 2 comments
Labels: bug

#54 - "error: cannot find value `__f` in this scope" within macro body

Issue - State: closed - Opened by ennis almost 5 years ago - 2 comments
Labels: bug

#53 - PartialEq + "compare with" for two fields?

Issue - State: open - Opened by Dushistov about 5 years ago

#52 - Produce more helpful build errors

Issue - State: closed - Opened by cassiersg about 5 years ago - 2 comments
Labels: bug

#51 - Please add a way to automate bounds

Issue - State: open - Opened by glandium about 5 years ago
Labels: feature-attribute

#50 - update quote and syn to 1.0, rust to 2018 and run cargo fmt

Pull Request - State: closed - Opened by jakobhellermann about 5 years ago - 5 comments

#49 - `#[derivative(Debug)]` triggers `clippy::use_self` pedantic lint

Issue - State: closed - Opened by ghost about 5 years ago - 1 comment
Labels: bug

#48 - Feature/ord

Pull Request - State: closed - Opened by mcarton about 5 years ago

#47 - Update to 1.0.3

Pull Request - State: closed - Opened by mcarton about 5 years ago

#46 - Bugfix/various

Pull Request - State: closed - Opened by mcarton about 5 years ago

#45 - Fix issue with default value expressions

Pull Request - State: closed - Opened by mcarton about 5 years ago

#44 - Various improvements

Pull Request - State: closed - Opened by mcarton about 5 years ago

#43 - Please update to syn/quote/proc-macro2 version 1.0

Issue - State: closed - Opened by Lokathor about 5 years ago - 5 comments

#42 - Add some non-scalar value tests for Default.

Pull Request - State: closed - Opened by kankri about 5 years ago - 1 comment

#41 - Support no_std

Issue - State: closed - Opened by axos88 about 5 years ago - 1 comment

#40 - Fix part of #37

Pull Request - State: closed - Opened by mcarton about 5 years ago

#39 - Run `cargo fmt` on all `src`

Pull Request - State: closed - Opened by mcarton about 5 years ago

#39 - Run `cargo fmt` on all `src`

Pull Request - State: closed - Opened by mcarton about 5 years ago

#38 - Remove "full" feature from syn

Pull Request - State: closed - Opened by Pratyush about 5 years ago - 4 comments

#37 - Weird behaviors of `format_with`

Issue - State: open - Opened by magiclen about 5 years ago - 1 comment

#36 - Work around `overflow evaluating the requirement` in Nightly rustdoc

Pull Request - State: closed - Opened by SimonSapin about 5 years ago - 1 comment

#36 - Work around `overflow evaluating the requirement` in Nightly rustdoc

Pull Request - State: closed - Opened by SimonSapin about 5 years ago - 1 comment

#35 - Fix clippy default_trait_access lint

Pull Request - State: closed - Opened by spease over 5 years ago - 1 comment

#34 - Default derivatative triggers clippy pedantic lint

Issue - State: closed - Opened by spease over 5 years ago

#33 - Include README.md in Cargo metadata

Pull Request - State: closed - Opened by hcpl almost 6 years ago - 2 comments

#33 - Include README.md in Cargo metadata

Pull Request - State: closed - Opened by hcpl almost 6 years ago - 2 comments

#32 - Reduce `maxAge` for some README badges

Pull Request - State: closed - Opened by hcpl almost 6 years ago - 2 comments

#32 - Reduce `maxAge` for some README badges

Pull Request - State: closed - Opened by hcpl almost 6 years ago - 2 comments

#30 - Improve `Debug` derive with `[u8]`/`str`

Issue - State: open - Opened by mcarton almost 6 years ago - 1 comment
Labels: feature-attribute

#30 - Improve `Debug` derive with `[u8]`/`str`

Issue - State: open - Opened by mcarton almost 6 years ago - 1 comment
Labels: feature-attribute

#29 - Add support for use in #[no_std] crates.

Issue - State: closed - Opened by Lymia almost 6 years ago - 1 comment

#29 - Add support for use in #[no_std] crates.

Issue - State: closed - Opened by Lymia almost 6 years ago - 1 comment

#28 - Fix Appveyor builds

Pull Request - State: closed - Opened by hcpl almost 6 years ago

#28 - Fix Appveyor builds

Pull Request - State: closed - Opened by hcpl almost 6 years ago

#27 - Minor improvements

Pull Request - State: closed - Opened by hcpl almost 6 years ago - 1 comment