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
Age
Commit message (
Expand
)
Author
2021-11-26
Drop 'static for pub const strings for rustc>1.17
Alberto Planas
2021-11-26
allow custom derives on enums
Eric Seppanen
2021-10-27
Don't generate 2^64 byte padding fields on unions
Theodore Dubois
2021-10-27
Fix warnings
MikuroXina
2021-08-24
Use annotations on enumerations: This enables users to add additional derives...
Christian Vetter
2021-07-31
Also implement must-use-type for enums.
Karel Peeters
2021-07-31
Also implement div-style must_use_type annotation.
Karel Peeters
2021-07-31
Implement must_use_type commandline flag and builder option.
Karel Peeters
2021-07-26
codegen: Don't check large_arrays to generate bitfield ctors because they use...
Emilio Cobos Álvarez
2021-07-16
Let Rust derive everything but Default for large arrays in 1.47 and later
Ian P. Cooke
2021-07-16
add custom derives callback
Eric Seppanen
2021-07-16
Allow explicit padding (#2060)
Eric Seppanen
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
codegen: Don't use a `sym` temporary in dynamic library code.
Emilio Cobos Álvarez
2021-04-03
remove old comment
Dr. Chat
2021-04-03
Deduplicate dyngen code
Dr. Chat
2021-04-03
Remove `DynamicItems::has_required`
Dr. Chat
2021-04-03
Add a flag to ensure all symbols are resolved when a library is loaded
Dr. Chat
2021-03-22
Add from_library for generated dynamic library structs (#2011)
Wang, Chi
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-12-02
dyngen: Pass null-terminated byte strings to libloading.
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
[next]