Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | split the repo into a workspace | Christian Poveda | |
remove `clap` dependency :tada: update the book installation instructions | |||
2021-07-16 | Let Rust derive everything but Default for large arrays in 1.47 and later | Ian P. Cooke | |
Fixes #1977 as of rust-lang/rust#74060 is available since Rust 1.47 Fixes #2041. Closes #2070. | |||
2017-10-05 | Use bitfield getter_name in impl_debug. | Sergey Pepyakin | |
Also make impl_partialeq test to also cover impl_debug case. |