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
/
tests
/
headers
Age
Commit message (
Expand
)
Author
2022-06-05
Look for `must_use` on typdefs in function return
Ian Chamberlain
2022-03-15
add attributes to dynamic functions
Emil Gardström
2022-03-15
disable some tests on windows
Emil Gardström
2022-03-15
disable layout tests for `derive-custom` and `convert-cpp-comment-to-rust` test
Emil Gardström
2022-03-15
tests: Enable a test with a const template param
Darren Kulp
2022-03-15
Added support for `vectorcall` ABI
David Cole
2022-03-15
Fix macOS test expectations
Sebastian Imlay
2022-02-18
Add --allowlist-file option
David Drysdale
2022-01-29
Extremely basic Vtable generation
Dr. Chat
2021-11-26
Add --blocklist-file option (#2097)
David Drysdale
2021-11-26
Drop 'static for pub const strings for rustc>1.17
Alberto Planas
2021-10-30
context: Escape the try keyword properly
Fionera
2021-10-27
Avoid case of a self-referential type alias.
Adrian Taylor
2021-10-27
Don't generate 2^64 byte padding fields on unions
Theodore Dubois
2021-08-24
Detect and avoid cycles when resolving items.
Patrick Walton
2021-08-24
Add tests
Christian Vetter
2021-08-24
Use annotations on enumerations: This enables users to add additional derives...
Christian Vetter
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-31
Don't assume that an inner class declaration always immediately yields a
Patrick Walton
2021-07-31
Canonicalize types before looking for their definitions.
Patrick Walton
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
Allow explicit padding (#2060)
Eric Seppanen
2021-06-21
comp: Do a better effort of computing packedness before bitfield units.
Emilio Cobos Álvarez
2021-05-18
Identify forward declarations in params. (#2052)
Adrian Taylor
2021-04-30
Don't generate bindings for deleted member functions. (#2044)
Martin Boehme
2021-04-30
Add a C naming option (#2045)
Boris-Chengbiao Zhou
2021-04-27
Translate types that were declared inside functions as opaque types.
Patrick Walton
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-22
Add callback to check derives for blocklisted types
Jethro Beekman
2021-03-22
Use original name when checking allowlist for anonymous enum variants
Jethro Beekman
2021-03-14
Add option to translate enum integer types to native Rust integer types
Jethro Beekman
2021-03-11
Revert "Add flag to ignore type blocklist when computing derive information"
Emilio Cobos Álvarez
2021-03-11
Add flag to ignore type blocklist when computing derive information
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-20
context: Escape the dyn keyword properly.
Emilio Cobos Álvarez
2020-12-19
tests: Add another fit-macro-constant-types test.
Emilio Cobos Álvarez
2020-12-19
Add option to fit macro consts into smaller types
Antoni Simka
2020-12-02
cli: Expose module_raw_lines to the CLI.
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
Add tests for dynamic binding generation
Joe Ellis
2020-10-16
codegen: Allow to not derive Debug on enums.
Emilio Cobos Álvarez
[next]