summaryrefslogtreecommitdiff
path: root/bindgen/codegen/mod.rs
AgeCommit message (Expand)Author
2022-11-04Wrap `unsafe` function's bodies in `unsafe` blocks (#2266)Christian Poveda Ruiz
2022-11-04Add support for the `"C-unwind"` ABI (#2334)Christian Poveda Ruiz
2022-11-02Add the `--override-abi` option (#2329)Christian Poveda Ruiz
2022-11-02Allow callback composition (#2330)Christian Poveda Ruiz
2022-11-02Fix clippy warnings (#2331)Christian Poveda Ruiz
2022-10-04split the repo into a workspaceChristian Poveda