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
/
expectations
Age
Commit message (
Expand
)
Author
2022-06-06
Update test expectations.
Emilio Cobos Álvarez
2022-06-05
Skip generated files in Linguist statistics
Darren Kulp
2022-06-05
ir: Centralize must_use checks and simplify codegen.
Emilio Cobos Álvarez
2022-06-05
Look for `must_use` on typdefs in function return
Ian Chamberlain
2022-05-17
Fix "dereferencing a null pointer" in C layout tests
Gavin Li
2022-05-08
Derive from any other trait only when deriving from Copy
Michal Rostecki
2022-04-19
Use common type alias for anonymous enums in consts mode
Alan Wu
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
escape `\` in paths for tests modules
Emil Gardström
2022-03-15
tests: Remove testing_only_libclang_4 and expectations
Darren Kulp
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
codegen: Use raw pointers rather than references in vtable functions.
Emilio Cobos Álvarez
2022-02-18
Add --allowlist-file option
David Drysdale
2022-02-18
tests: Remove clang-3.9 expectations
Darren Kulp
2022-01-29
Mark all vtable functions as `unsafe extern "C"`
Justin Moore
2022-01-29
On second thought, don't generate virtual destructors
Dr. Chat
2022-01-29
Mark all vtable functions as `pub`
Dr. Chat
2022-01-29
Account for virtual destructors
Dr. Chat
2022-01-29
Extremely basic Vtable generation
Dr. Chat
2021-12-29
codegen: Don't automatically derive Debug and Copy for non-rust enums.
Emilio Cobos Álvarez
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-05-11
Zero out padding in custom Default trait implementations (#2051)
Daniel Xu
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-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
Add a flag to ensure all symbols are resolved when a library is loaded
Dr. Chat
[next]