summaryrefslogtreecommitdiff
path: root/bindgen/ir/function.rs
AgeCommit message (Expand)Author
2023-02-07Generate extern wrappers for inlined functions (#2335)Christian Poveda Ruiz
2022-11-28Extend `generated_name_override` callback to variables (#2351)Justin W Smith
2022-11-24Remove traits that have a single implementation (#2363)Christian Poveda Ruiz
2022-11-09Fix inline function identificationkohanis
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-10-06Merge branch 'master' into generated_name_overrideJustin Smith
2022-10-04split the repo into a workspaceChristian Poveda