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-08-11 | Renames cli --force-derive-debug to --impl-debug | Bastian Köcher | |
2017-08-10 | Implements Debug trait for types which do not support derive Debug | Bastian Köcher | |
For types that do not support derive Debug be implemented automatically by rust, we know can generate implementations of the Debug trait. This code generation is hidden behind the '--force-derive-debug' command-line flag. |