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
/
tests.rs
Age
Commit message (
Expand
)
Author
2022-06-06
tests: Make some other tests auto-update with BINDGEN_OVERWRITE_EXPECTED=1
Emilio Cobos Álvarez
2022-03-15
disable test_clang_env_args on windows
Emil Gardström
2022-03-15
tests: Remove testing_only_libclang_4 and expectations
Darren Kulp
2022-02-18
Put vtable generation behind a flag for now.
Emilio Cobos Álvarez
2022-02-18
tests: Remove clang-3.9 expectations
Darren Kulp
2021-12-29
Remove deprecation and Replace
MikuroXina
2021-12-29
Replace generate with gen in test
MikuroXina
2021-12-07
Fix warnings on tests
MikuroXina
2021-07-26
docs: Fix rustfmt install steps.
Emilio Cobos Álvarez
2021-04-24
Support emitting Makefile-syntax depfiles like gcc/clang/rustc.
Adam Perry
2021-03-22
Add test infrastructure for ParseCallbacks
Jethro Beekman
2021-03-11
Fix typo in roundtrip test error message
Jethro Beekman
2021-02-15
tests: Guess modern libclang version when we fail to parse a version.
Emilio Cobos Álvarez
2021-01-10
Use absolute paths for unsaved files passed to clang and prepend -include dir...
Andrey Pushkar
2020-11-25
tests: Added option to hand check test differences.
Volker Weißmann
2020-07-20
Remove testing_only_libclang_3_8 and expectations
Darren Kulp
2020-07-01
tests: Check that command_line_args round-trips.
Emilio Cobos Álvarez
2020-07-01
tests: Minor simplification of test harness.
Emilio Cobos Álvarez
2020-06-29
Emit bindgen version in generated header
Darren Kulp
2020-06-29
Disable generated comment in expectations test
Darren Kulp
2020-06-15
tests: Fix rustfmt check to allow for RUSTFMT env vars.
Emilio Cobos Álvarez
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2020-02-17
var: Constant arrays of const elements should not generate `static mut`s.
Emilio Cobos Álvarez
2019-12-11
tests: Minor rustc warning fixes.
Emilio Cobos Álvarez
2019-10-14
tests: Remove support for test directive that is no longer used.
Emilio Cobos Álvarez
2019-10-14
Run `cargo fmt` on the main crate.
Emilio Cobos Álvarez
2019-10-14
tests: Fix some warning in the test crate.
Emilio Cobos Álvarez
2019-10-14
Add llvm 9.0 to CI.
Emilio Cobos Álvarez
2019-10-14
tests: Look at expectations/tests/libclang-9 expectations.
Emilio Cobos Álvarez
2019-10-14
tests: Look at the more specific tests first, but don't require specific expe...
Emilio Cobos Álvarez
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2019-05-15
Update tests to account for changed #[link_name] attribute emission.
Michael Woerister
2019-03-20
Enable logging in test suite
Jethro Beekman
2019-03-13
Add BINDGEN_EXTRA_CLANG_ARGS env variable
jhwgh1968
2019-02-03
ir: Ignore constructors with bogus spellings.
Emilio Cobos Álvarez
2019-01-16
Add `BINDGEN_OVERWRITE_EXPECTED` for recording tests
Christian Legnitto
2018-04-03
Now that we have stuff that depends on libclang-5 we need to do this.
Emilio Cobos Álvarez
2018-03-04
Untry.
Emilio Cobos Álvarez
2017-10-27
lib: rustfmt output to stdout
Manas Karekar
2017-10-11
Give explicit target to builder tests.
Sergey Pepyakin
2017-10-11
Make the default target for expectation files as x86_64-unknown-linux
Liran Ringel
2017-09-07
Just check for `rustfmt`; don't install it
Nick Fitzgerald
2017-09-07
Also print rustfmt's stderr for expectations
Nick Fitzgerald
2017-09-07
Use `quote` instead of `syntex` for Rust code generation
Nick Fitzgerald
2017-09-07
Run `rustfmt` on the test actual output and expectations
Nick Fitzgerald
2017-08-21
Rename `TypeKind::Named` to `TypeKind::TypeParam`
Anna Liao
2017-07-20
Use a platform-neutral header for test_multiple_header_calls_in_builder
Xidorn Quan
2017-07-20
Skip no_system_header_includes test for Windows
Xidorn Quan
2017-07-20
Have tests targetting Linux by default on Windows
Xidorn Quan
2017-07-13
Add the ability to dump preprocessed input headers
Nick Fitzgerald
[next]