Age | Commit message (Collapse) | Author |
|
|
|
|
|
Little logging things
Little things. See commit messages for details.
r? @emilio
|
|
This instruments each `CodeGenerator` implementation with a `debug!`
logging macro.
|
|
This adds labels to each thing that gets printed for each AST node, and
uses a range for indent iteration rather than an index variable.
|
|
Similar to our ability to emit the clang AST, this adds an option to
emit our IR for debugging purposes.
|
|
- The root crate is the `bindgen` binary
- Rust-ify the test suite, no more subprocesses!
- Update Travis config to test both crates
|