index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen
/
helpers.rs
Age
Commit message (
Expand
)
Author
2017-10-10
Emit hex bitfield masks
Sergey Pepyakin
2017-10-07
Tell LLVM to not mangle names if they're already mangled through link_name at...
Liran Ringel
2017-09-07
Use the `quote!` macro for `link_name` attributes
Nick Fitzgerald
2017-09-07
Use `quote` instead of `syntex` for Rust code generation
Nick Fitzgerald
2017-08-24
Simplify helpers::blob
Malo Jaffré
2017-08-21
Rename `TypeKind::Named` to `TypeKind::TypeParam`
Anna Liao
2017-07-10
codegen: Make comments indentation-aware.
Emilio Cobos Álvarez
2017-04-08
update dependencies
David Hotham
2017-03-15
ir: Generate non-finite floating point constants properly.
Emilio Cobos Álvarez
2017-03-08
automatically allow non rust naming conventions
Huxley
2017-02-08
Run `cargo fmt`
Nick Fitzgerald
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
2016-11-13
codegen: Special-case i64::MIN since it produces a overflow on aster.
Emilio Cobos Álvarez
2016-11-11
Use __BindegenComplex for C Complex Fix #72
Jean-Philippe DUFRAIGNE
2016-11-01
Convert mod comment to a proper comment to avoid hitting https://github.com/r...
Emilio Cobos Álvarez
2016-09-23
Use the upstreamed version of the array builder.
Emilio Cobos Álvarez
2016-09-16
Rewrite the core of the binding generator.
Emilio Cobos Álvarez