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
Age
Commit message (
Expand
)
Author
2022-10-04
split the repo into a workspace
Christian Poveda
2022-10-03
address clippy lints
Christian Poveda
2022-10-02
Enables blocklisting of Objective-C methods
Cameron Mulhern
2022-09-28
Don't traverse through special-cased <stdint.h> types.
Geoffry Song
2022-09-23
Map size_t to usize by default and check compatibility (fixes #1901, #1903)
Geoffrey Thomas
2022-09-22
features: Bump LATEST_STABLE_RUST after #2267.
Emilio Cobos Álvarez
2022-09-22
update to rust 1.64
Christian Poveda
2022-09-22
put tests behind the `nightly` feature
Christian Poveda
2022-09-22
use `#[feature(core_ffi_c)]` when available
Christian Poveda
2022-09-22
test: add test for GH-422
Amanjeev Sethi
2022-09-23
Add option to deduplicate extern blocks (#2258)
Christian Poveda
2022-09-23
Option to wrap union members in ManuallyDrop (#2185)
Poliorcetics
2022-09-22
add the `-- -std=c++11` flag
Christian Poveda
2022-09-22
handle `__attribute__((noreturn))` attribute
Christian Poveda
2022-09-22
handle c++ `[[noreturn]]` attribute
Christian Poveda
2022-09-22
gate `_Noreturn` detection behind `--enable-fucntion-attribute-detection`
Christian Poveda
2022-09-22
add tests
Christian Poveda
2022-09-18
fix `--newtype-global-enum` option
Christian Poveda
2022-09-11
add `--newtype-global-enum` option
Christian Poveda
2022-09-08
fix clippy lints
Christian Poveda
2022-08-25
Generate opaque type for template param dependent bit field width
Collin Baker
2022-08-25
Sorting the output semantically (#2254)
Amanjeev Sethi
2022-08-18
remove macro in favor of a method
Christian Poveda
2022-08-18
test warning emission
Christian Poveda
2022-08-09
Add test coverage for 'await' and 'async' keywords
Bryn M. Reeves
2022-07-25
ty: Use canonical type to access pointee.
Emilio Cobos Álvarez
2022-07-16
Extract pointer once for all alignment tests
onalante-msft
2022-07-16
Regenerate tests targeting libclang 5
onalante-msft
2022-07-16
Regenerate tests targeting libclang 9
onalante-msft
2022-06-06
Update test expectations.
Emilio Cobos Álvarez
2022-06-06
tests: Make some other tests auto-update with BINDGEN_OVERWRITE_EXPECTED=1
Emilio Cobos Álvarez
2022-06-05
Skip input headers in Linguist statistics
Darren Kulp
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 test_clang_env_args on windows
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
Put vtable generation behind a flag for now.
Emilio Cobos Álvarez
2022-02-18
Add --allowlist-file option
David Drysdale
[next]