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
Age
Commit message (
Expand
)
Author
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
2022-02-18
tests: Remove clang-3.9 expectations
Darren Kulp
2022-02-18
parser: Simplify handle_function_macro for clang 4.0+
Darren Kulp
2022-02-18
parser: Simplify parse_macro for clang 4.0+
Darren Kulp
2022-02-18
clang: Stop accommodating libclang 3.9
Darren Kulp
2022-02-18
Allow fully-qualified derives
Jake Merdich
2022-02-18
Fix an erroneous +x bit on a source code file.
Adrian Taylor
2022-01-29
Upgrade Clap to version 3
Mateusz Mikuła
2022-01-29
Mark all vtable functions as `unsafe extern "C"`
Justin Moore
2022-01-29
On second thought, don't generate virtual destructors
Dr. Chat
2022-01-29
Mark all vtable functions as `pub`
Dr. Chat
2022-01-29
Account for virtual destructors
Dr. Chat
2022-01-29
Pass the vtable's base class as the first parameter
Dr. Chat
2022-01-29
Extremely basic Vtable generation
Dr. Chat
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-29
codegen: Don't automatically derive Debug and Copy for non-rust enums.
Emilio Cobos Álvarez
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
Drop 'static for pub const strings for rustc>1.17
Alberto Planas
2021-11-26
Typo fix: "in side" -> "inside"
follower
2021-11-26
allow custom derives on enums
Eric Seppanen
2021-10-30
context: Escape the try keyword properly
Fionera
2021-10-27
Avoid case of a self-referential type alias.
Adrian Taylor
2021-10-27
Don't generate 2^64 byte padding fields on unions
Theodore Dubois
2021-10-27
Avoid transmute
MikuroXina
2021-10-27
Fix separator and treating expression
MikuroXina
2021-10-27
Fix repetetion
MikuroXina
2021-10-27
Fix log args
Mikuroさいな
2021-10-27
Remove trailing semis
Mikuroさいな
2021-10-27
Shorten patterns
MikuroXina
2021-10-27
Bring back comment
MikuroXina
2021-10-27
Extract as is_reached_limit
MikuroXina
2021-10-27
Fix warnings
MikuroXina
2021-08-24
Detect and avoid cycles when resolving items.
Patrick Walton
2021-08-24
Use annotations on enumerations: This enables users to add additional derives...
Christian Vetter
2021-07-31
Also implement must-use-type for enums.
Karel Peeters
2021-07-31
Also implement div-style must_use_type annotation.
Karel Peeters
[next]