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
/
lib.rs
Age
Commit message (
Expand
)
Author
2021-12-29
Change into PathBuf
MikuroXina
2021-12-29
Derive some traits
MikuroXina
2021-12-29
More detailed error
MikuroXina
2021-12-29
Remove deprecation and Replace
MikuroXina
2021-12-29
Add non_exhaustive
MikuroXina
2021-12-29
Remove 'error: ' part
MikuroXina
2021-12-29
Merge into new one
MikuroXina
2021-12-29
Replace generate with gen in test
MikuroXina
2021-12-29
Impl Error trait for BindgenError
MikuroXina
2021-12-29
Add BindgenError
MikuroXina
2021-12-12
Handle difference between clang and rust targets on RISC-V.
Triss Healy
2021-12-07
Fix warnings on tests
MikuroXina
2021-12-07
Remove fields never read
MikuroXina
2021-11-26
Add --blocklist-file option (#2097)
David Drysdale
2021-11-26
Typo fix: "in side" -> "inside"
follower
2021-10-27
Fix warnings
MikuroXina
2021-07-31
Implement must_use_type commandline flag and builder option.
Karel Peeters
2021-07-16
Allow explicit padding (#2060)
Eric Seppanen
2021-04-30
Add a C naming option (#2045)
Boris-Chengbiao Zhou
2021-04-24
Support emitting Makefile-syntax depfiles like gcc/clang/rustc.
Adam Perry
2021-04-15
Add env var EXTRA_CLANG_ARGS_<TARGET>
Thomas Vermeilh
2021-04-06
Re-introduce whitelist_recursively (with deprecation notice)
Emilio Cobos Álvarez
2021-04-03
Add a flag to ensure all symbols are resolved when a library is loaded
Dr. Chat
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-03-09
Remove outdated comments
ldm0
2021-02-18
Rename whitelist -> allowlist and blacklist -> blocklist
Marcel Hlopko
2021-02-15
Make clang version parsing logic more robust
Marcel Hlopko
2021-01-29
Generate fields as non-pub if they would be access restricted in C++.
Weston Carvalho
2021-01-10
Use absolute paths for unsaved files passed to clang and prepend -include dir...
Andrey Pushkar
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-26
lib: Use if let on recently-introduced code.
Emilio Cobos Álvarez
2020-11-26
lib: Improve c++ auto-detection.
Emilio Cobos Álvarez
2020-11-26
Add --no-default <regex> flag
Varphone Wong
2020-11-25
Remove cfg-if dependency.
Emilio Cobos Álvarez
2020-11-25
Add dynamic loading support
Joe Ellis
2020-08-24
lib: Fix inferred target when clang target differs from rust target.
Emilio Cobos Álvarez
2020-08-14
Add --target to the clang args earlier
Mike Hommey
2020-08-09
Cleanup some `clippy::unused_io_amount` errors
Varphone Wong
2020-08-09
Add --default-macro-constant-type
Chih-Hung Hsieh
2020-08-04
Move `__bindgen_anon_` to constant `DEFAULT_ANON_FIELDS_PREFIX`
Varphone Wong
2020-08-04
Fix “warning: irrefutable if-let pattern” on add to output_vector
Varphone Wong
2020-08-04
Make anon-fields-prefix non-optional
Darren Kulp
2020-08-04
Add --anon-fields-prefix option
Varphone Wong
2020-08-03
Add --no-debug <regex> flag
Varphone Wong
2020-07-01
lib: Trivially fix various command line arguments that are not properly round...
Emilio Cobos Álvarez
2020-06-29
lib: Fix msrv build.
Emilio Cobos Álvarez
2020-06-29
Simplify multiple headers test
Travis Finkenauer
[next]