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
/
bindgen
/
codegen
/
mod.rs
Age
Commit message (
Expand
)
Author
2023-02-27
codegen: Don't generate conflicting packed() and align() representation hints.
HEAD
master
Emilio Cobos Álvarez
2023-02-16
Also de-duplicate functions with wrapped static functions feature (#2416)
Urgau
2023-02-07
Generate extern wrappers for inlined functions (#2335)
Christian Poveda Ruiz
2023-01-20
Implement cli option for custom derive (#2328)
Dan Dumont
2023-01-06
codegen: Look through typedefs to detect void return type. (#2379)
Emilio Cobos Álvarez
2022-12-07
codegen: Do generate field offset checks for classes with multiple bases.
Emilio Cobos Álvarez
2022-11-28
Fix name collision between C enum and typedef (#2326)
David Tolnay
2022-11-24
Remove traits that have a single implementation (#2363)
Christian Poveda Ruiz
2022-11-24
Fix clippy warnings (#2362)
Christian Poveda Ruiz
2022-11-22
Add `--wrap-unsafe-ops` option (#2354)
Christian Poveda Ruiz
2022-11-22
Add `ParseCallbacks::process_comment` (#2347)
Christian Poveda Ruiz
2022-11-21
Introduce `DeriveInfo` (#2355)
Christian Poveda Ruiz
2022-11-11
Fix duplicated function names (#2341)
Christian Poveda Ruiz
2022-11-04
Wrap `unsafe` function's bodies in `unsafe` blocks (#2266)
Christian Poveda Ruiz
2022-11-04
Add support for the `"C-unwind"` ABI (#2334)
Christian Poveda Ruiz
2022-11-02
Add the `--override-abi` option (#2329)
Christian Poveda Ruiz
2022-11-02
Allow callback composition (#2330)
Christian Poveda Ruiz
2022-11-02
Fix clippy warnings (#2331)
Christian Poveda Ruiz
2022-10-04
split the repo into a workspace
Christian Poveda