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
/
main.rs
Age
Commit message (
Expand
)
Author
2022-03-15
tests: Remove testing_only_libclang_4 and expectations
Darren Kulp
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-10-27
Fix warnings
MikuroXina
2020-07-20
Remove testing_only_libclang_3_8 and expectations
Darren Kulp
2020-07-06
main: Remove unused use statement.
Emilio Cobos Álvarez
2020-06-29
Properly shell quote flags in test output
Travis Finkenauer
2020-06-29
Simplify multiple headers test
Travis Finkenauer
2020-06-29
Handle multiple headers for command_line_flags()
Travis Finkenauer
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2020-02-24
Delay invoking clang version checks until a functional path is taken
Kent Fredric
2019-10-14
Run `cargo fmt` on the main crate.
Emilio Cobos Álvarez
2019-10-14
Add llvm 9.0 to CI.
Emilio Cobos Álvarez
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2019-05-21
Update Links
Alex Touchet
2018-02-13
Update log to 0.4 and bump version
Bastien Orivel
2017-09-07
Use `quote` instead of `syntex` for Rust code generation
Nick Fitzgerald
2017-08-21
Rename `TypeKind::Named` to `TypeKind::TypeParam`
Anna Liao
2017-07-28
Remove the incomplete `--dummy-uses` feature
Nick Fitzgerald
2017-07-25
s/servo/rust-lang-nursery/ \o/
Nick Fitzgerald
2017-05-25
Allow asserting expectations across different libclang versions
Nick Fitzgerald
2017-05-01
Remove rustc-serialize dependency.
Emilio Cobos Álvarez
2017-03-06
Run without logging feature
Kornel Lesiński
2017-02-09
Auto merge of #501 - faineance:master, r=fitzgen
bors-servo
2017-02-09
remove underscore prefix from feature name
faineance
2017-02-09
rename llvm_stable feature, and remove references from docs
faineance
2017-02-08
Run `cargo fmt`
Nick Fitzgerald
2017-02-08
Auto merge of #463 - dengjeffrey:whitelist-binding-panic, r=emilio
bors-servo
2017-02-04
Removed verbose option flag from builder, and kept it in options
Jeffrey Deng
2017-02-03
Run `cargo fmt`
Nick Fitzgerald
2017-02-02
Added false-by-default verbose option flag
Jeffrey Deng
2017-02-02
Added catch_unwind to catch panic at generator due to missing or incorrect flags
Jeffrey Deng
2017-01-23
Unify under the `bindgen` name.
Emilio Cobos Álvarez
2016-12-09
Use a shared workspace for bindgen, libbindgen, and test_expectations
Nick Fitzgerald
2016-11-16
Transition to libbindgen sub-crate
Jeff Waugh