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
2022-10-04
split the repo into a workspace
Christian Poveda
2022-09-22
use `#[feature(core_ffi_c)]` when available
Christian Poveda
2022-02-18
Allow fully-qualified derives
Jake Merdich
2021-10-27
Fix warnings
MikuroXina
2020-12-20
comp: Fix bitfields to allow underaligned fields after them to take padding s...
Emilio Cobos Álvarez
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2019-10-03
Use c_void from core when --use-core is specified
Kyle Tomsic
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2019-06-10
Add support for non_exhaustive rustified enums.
uk
2019-04-26
Remove redundant imports.
Emilio Cobos Álvarez
2019-01-08
Support #[repr(packed(N))] on Rust 1.33+
Christian Legnitto
2018-12-28
codegen: ctypes_prefix may not be an ident.
Emilio Cobos Álvarez
2018-11-30
Update quote and proc-macro.
Bastien Orivel
2018-11-27
Add #[must_use] to functions annotated with __attribute__((warn_unused_result))
Porter Smith
2018-09-19
Teach the float code about u128.
Emilio Cobos Álvarez
2018-09-19
Teach the blob code to generate i128 / u128 if available.
Emilio Cobos Álvarez
2018-07-05
Fix integer_type to actually return integers all the time.
Emilio Cobos Álvarez
2018-04-07
Make doc comments nice again.
Emilio Cobos Álvarez
2018-04-04
Bump quote to 0.5 and proc_macro2 to 0.3
Bastien Orivel
2018-04-03
Revert "Revert "Bump quote to 0.4""
Bastien Orivel
2018-02-14
Revert "Bump quote to 0.4"
Nick Fitzgerald
2018-01-23
Bump quote to 0.4
Bastien Orivel
2017-11-21
Support bitfield allocation units larger than 64 bits
Nick Fitzgerald
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