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 | |||
2022-03-15 | disable some tests on windows | Emil Gardström | |
This is due to differences in representation of `signed long` and `unsigned long` on most Linux-based systems and Windows (`64` vs. `32` bits) | |||
2017-08-21 | Misc tests for derive Eq | Zhiting Zhu | |
2017-08-14 | Misc tests for derive PartialEq | Zhiting Zhu | |
2017-08-09 | Misc tests for derive Hash | Zhiting Zhu | |
2017-02-08 | codegen: Fix remaining cases of missing core prefix. | Emilio Cobos Álvarez | |
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-11-08 | Fix --use-core for functions, since we used the aster helper. | Emilio Cobos Álvarez | |
Signed-off-by: Emilio Cobos Álvarez <ecoal95@gmail.com> | |||
2016-11-06 | Test for --use-core. | Emilio Cobos Álvarez | |