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
2022-09-23
move codegen postprocessing to its own module
Christian Poveda
2022-09-23
Map size_t to usize by default and check compatibility (fixes #1901, #1903)
Geoffrey Thomas
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-18
fix `--newtype-global-enum` option
Christian Poveda
2022-09-11
add `--newtype-global-enum` option
Christian Poveda
2022-09-09
add `BindgenOptions::require_syn` method
Christian Poveda
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
store warnings and emit them later
Christian Poveda
2022-06-05
Fix some clippy warnings
Darren Kulp
2022-02-18
BINDGEN_EXTRA_CLANG_ARGS for dump_preprocessed_input.
Nicklas Boman
2022-02-18
Put vtable generation behind a flag for now.
Emilio Cobos Álvarez
2022-02-18
Add --allowlist-file option
David Drysdale
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
[next]