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
2021-05-11
Zero out padding in custom Default trait implementations (#2051)
Daniel Xu
2021-04-24
Support emitting Makefile-syntax depfiles like gcc/clang/rustc.
Adam Perry
2021-04-11
Fix docstring comment for constants
Nico Chatzi
2021-04-03
codegen: Deal with overloads in method code generation.
Emilio Cobos Álvarez
2021-04-03
Add a flag to ensure all symbols are resolved when a library is loaded
Dr. Chat
2021-03-14
Add option to translate enum integer types to native Rust integer types
Jethro Beekman
2021-02-18
Rename whitelist -> allowlist and blacklist -> blocklist
Marcel Hlopko
2021-02-07
codegen: Track union layout more accurately.
Emilio Cobos Álvarez
2021-01-29
Generate fields as non-pub if they would be access restricted in C++.
Weston Carvalho
2020-12-20
comp: Fix bitfields to allow underaligned fields after them to take padding s...
Emilio Cobos Álvarez
2020-11-28
struct_layout: Fix field offset computation for packed(n) structs.
Emilio Cobos Álvarez
2020-11-26
Add --no-default <regex> flag
Varphone Wong
2020-11-25
dyngen: Handle variadic functions.
Emilio Cobos Álvarez
2020-11-25
codegen: Minor nits for dynamic function generation.
Emilio Cobos Álvarez
2020-11-25
Add dynamic loading support
Joe Ellis
2020-10-16
codegen: Allow to not derive Debug on enums.
Emilio Cobos Álvarez
2020-09-16
codegen: Use shorthand struct initialization when possible.
Emilio Cobos Álvarez
2020-09-16
codegen: Deindent a bit some recently-introduced objective-c code.
Emilio Cobos Álvarez
2020-09-16
Updates for CI
Sebastian Imlay
2020-09-16
Updates from PR comments
Sebastian Imlay
2020-09-16
ran cargo fmt
Sebastian Imlay
2020-09-16
Updates base on comments
Sebastian Imlay
2020-09-16
Initial stuff for changing ownership and adding inheritance
Sebastian Imlay
2020-08-29
codegen: Use shorthand initialization in VTable::new.
Emilio Cobos Álvarez
2020-08-25
codegen: Do generate unnamed enums, as they can be referred to by members.
Emilio Cobos Álvarez
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
[prev]
[next]