summaryrefslogtreecommitdiff
path: root/src/codegen/helpers.rs
AgeCommit message (Expand)Author
2017-10-10Emit hex bitfield masksSergey Pepyakin
2017-10-07Tell LLVM to not mangle names if they're already mangled through link_name at...Liran Ringel
2017-09-07Use the `quote!` macro for `link_name` attributesNick Fitzgerald
2017-09-07Use `quote` instead of `syntex` for Rust code generationNick Fitzgerald
2017-08-24Simplify helpers::blobMalo Jaffré
2017-08-21Rename `TypeKind::Named` to `TypeKind::TypeParam`Anna Liao
2017-07-10codegen: Make comments indentation-aware.Emilio Cobos Álvarez
2017-04-08update dependenciesDavid Hotham
2017-03-15ir: Generate non-finite floating point constants properly.Emilio Cobos Álvarez
2017-03-08automatically allow non rust naming conventionsHuxley
2017-02-08Run `cargo fmt`Nick Fitzgerald
2017-02-08codegen: Fix remaining cases of missing core prefix.Emilio Cobos Álvarez
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2016-11-16Transition to libbindgen sub-crateJeff Waugh
2016-11-13codegen: Special-case i64::MIN since it produces a overflow on aster.Emilio Cobos Álvarez
2016-11-11Use __BindegenComplex for C Complex Fix #72Jean-Philippe DUFRAIGNE
2016-11-01Convert mod comment to a proper comment to avoid hitting https://github.com/r...Emilio Cobos Álvarez
2016-09-23Use the upstreamed version of the array builder.Emilio Cobos Álvarez
2016-09-16Rewrite the core of the binding generator.Emilio Cobos Álvarez