summaryrefslogtreecommitdiffstats
path: root/ffi-macros/src/rust2c.rs
AgeCommit message (Expand)Author
2021-12-10Remove the ffi crates.Justus Winter
2021-09-30Annotate functions where single_match is OKLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2021-03-02ffi_macros: Fix import of ToTokens.Nora Widdecke
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-08-22Bump syn, quote, and proc-macro2 to 1.0.Justus Winter
2019-08-19ffi-macros: Handle type c_void.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-16ffi-macros: Generate function prototypes for C.Justus Winter