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-21 | Struct related tests for can derive Eq | Zhiting Zhu | |
2017-08-14 | Struct related tests for derive PartialEq | Zhiting Zhu | |
2017-08-09 | Struct related tests for derive Hash | Zhiting Zhu | |
2017-01-23 | Unify under the `bindgen` name. | Emilio Cobos Álvarez | |
2016-11-16 | Transition to libbindgen sub-crate | Jeff Waugh | |
- The root crate is the `bindgen` binary - Rust-ify the test suite, no more subprocesses! - Update Travis config to test both crates | |||
2016-03-10 | Add #[derive(Debug)] to all structs and enums. | Yamakaky | |
Don't derive debug on a struct if one of it's members isn't Debug. Add a new test for this case. Fixes #261 |