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
/
mod.rs
Age
Commit message (
Expand
)
Author
2020-08-15
codegen: Simplify a bit the code in #1847
Emilio Cobos Álvarez
2020-08-15
Added Bindgen names to objective-c pointer return types
Sebastian Imlay
2020-08-09
Add --default-macro-constant-type
Chih-Hung Hsieh
2020-08-03
codegen: Use shorthand initialization in EnumBuilder.
Emilio Cobos Álvarez
2020-08-03
Add --no-debug <regex> flag
Varphone Wong
2020-08-03
Improves bindings for typed and anonymous enums
Cameron Mulhern
2020-07-21
Change non-fatal errors to warnings
leo60228
2020-06-15
Permit IntKind::Custom to represent Paths instead of just Idents
Alan Egerton
2020-06-15
Derive traits for newtype aliases (#1802)
eggyal
2020-06-07
Fix warning introduced in recent objective-c work.
Emilio Cobos Álvarez
2020-05-11
Added inheritance to objective-c support.
Sebastian Imlay
2020-05-04
Do not emit Rust method wrapper for blacklisted functions
Stephen Crane
2020-04-27
Run `cargo fmt`
Joshua Nelson
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2020-03-25
Indicate undefined behaviour in enum docs and point to alternative
Aphek
2020-03-16
Added some initial constraints to the objective-c bindgen stuff
Sebastian Imlay
2020-02-03
options: Add an opt-in to recover the size_t behavior removed in 5d38f2ac.
Emilio Cobos Álvarez
2020-02-02
ir: codegen: Handle too large bitfield units.
Emilio Cobos Álvarez
2020-01-05
An initial implementation of objective-c generics for #1259 (#1702)
simlay
2019-12-13
Remove size_t to usize conversion rule
Conor McAvity
2019-12-11
codegen: Minor cleanup after #1691.
Emilio Cobos Álvarez
2019-12-11
Add support for wasm_import_module
Jasper-Bekkers
2019-11-28
Fix warning on rustdoc
Jake Merdich
2019-11-14
Make rustfmt happy
David Vo
2019-11-14
Add newtype enum style
David Vo
2019-11-09
Replace unsafe ref->ptr transmute with 'as' casting
Elichai Turkel
2019-11-08
Option to use #[repr(transparent)] structs instead of type aliasing.
Joseph Rafael Ferrer
2019-11-08
Add support for MaybeUninit
Elichai Turkel
2019-11-03
Do not generate implementation for clone for FAM
David Frey
2019-10-22
codegen: Handle opaque aliases to enums correctly.
Emilio Cobos Álvarez
2019-10-14
Rustfmt to account for rebase.
Emilio Cobos Álvarez
2019-10-08
Fix BitfieldUnit constructor to handle 64 bit wide bitfields on 32 bit.
Cameron McCormack
2019-10-03
Use c_void from core when --use-core is specified
Kyle Tomsic
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2019-07-27
Fix beta build warnings / errors. (#1603)
Emilio Cobos Álvarez
2019-07-24
Cleanup wchar_t layout computation to happen later. (#1596)
Emilio Cobos Álvarez
2019-06-12
Style fixes.
uk
2019-06-11
Add rust target configuration for feature #1554
uk
2019-06-11
Rename a couple miscalled identifiers.
uk
2019-06-10
Add support for non_exhaustive rustified enums.
uk
2019-06-06
For rust-target >= 1.30, make __IncompleteArrayField::new a const fn
Colin Wallace
2019-06-06
For rust-target >= 1.30, make __BindgenUnionField::new a const fn
Colin Wallace
2019-06-06
FIX #1571: For rust-target >= 1.30, make __BindgenBitfieldUnit::new a const fn
Colin Wallace
2019-05-22
Added array pointers to the CLI
Elichai Turkel
2019-05-22
Added array pointers codegen
Elichai Turkel
2019-05-21
Update Links
Alex Touchet
2019-05-15
Only emit #[link_name] attribute if necessary.
Michael Woerister
2019-05-06
Remove unused mut.
Emilio Cobos Álvarez
2019-03-25
ir: Whitelist items that don't generate code to improve derive behavior.
Emilio Cobos Álvarez
2019-03-21
Unify derive logic
Jethro Beekman
[next]