summaryrefslogtreecommitdiff
path: root/libbindgen/src/codegen/mod.rs
AgeCommit message (Collapse)Author
2016-11-15Auto merge of #266 - fitzgen:little-logging-things, r=emiliobors-servo
Little logging things Little things. See commit messages for details. r? @emilio
2016-11-15Add `debug!` logging in code generationNick Fitzgerald
This instruments each `CodeGenerator` implementation with a `debug!` logging macro.
2016-11-15Add an option to emit our ir for debuggingNick Fitzgerald
Similar to our ability to emit the clang AST, this adds an option to emit our IR for debugging purposes.
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