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 | |||
2017-08-21 | Union related tests for can derive Eq | Zhiting Zhu | |
2017-08-14 | Union related tests for derive PartialEq | Zhiting Zhu | |
2017-08-13 | Re-add --rust-target to replace --unstable-rust | Travis Finkenauer | |
Instead of specifying whether or not to use stable, specify the Rust release to support (one of several stable/beta releases or nightly). The `--unstable-rust` option is still accepted and implies nightly. The definitions of `RustTarget` and `RustFeatures` are created with macros. For each test that uses unions, there is a version that uses the latest stable and 1.0. This also fixes the bug where unions were generated with non-Copy fields. | |||
2017-08-09 | Union related tests for derive Hash | zzhu | |
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-04-08 | gen: Generate a more solid API for __BindgenUnionField | Emilio Cobos Álvarez | |