summaryrefslogtreecommitdiff
path: root/libbindgen/src/parse.rs
AgeCommit message (Collapse)Author
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2016-12-23ir: Don't parse default template parameter types.Emilio Cobos Álvarez
It's a bunch of complexity we don't use nor need.
2016-11-16Transition to libbindgen sub-crateJeff Waugh
- The root crate is the `bindgen` binary - Rust-ify the test suite, no more subprocesses! - Update Travis config to test both crates