summaryrefslogtreecommitdiffstats
path: root/ffi-macros
AgeCommit message (Expand)Author
2021-12-10Remove the ffi crates.Justus Winter
2021-11-29Prefer vec! macro.Nora Widdecke
2021-10-18Relicense to LGPL 2.0 or later.Neal H. Walfield
2021-09-30Annotate functions where single_match is OKLars Wirzenius
2021-09-30Drop unnecessary &mut on a sliceLars Wirzenius
2021-09-30Use the now-idiomatic option? syntaxLars Wirzenius
2021-09-23openpgp-ffi-macros: Avoid creating unused borrows.Nora Widdecke
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-27ffi, openpgp-ffi, ffi-macros: Correct links.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-13bench: Disable libtest benchmark harness.Nora Widdecke
2021-04-12Include LICENSE.txt in all published cratesFabio Valentini
2021-04-09Lint: Use char for single characters.Nora Widdecke
2021-04-09Lint: Use get() instead of iter().next().Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-04-01Fix documentation links.Neal H. Walfield
2021-03-02ffi_macros: Fix import of ToTokens.Nora Widdecke
2021-01-20Turn missing documentation into a warning in all crates.Justus Winter
2021-01-20Add branding to all crates.Justus Winter
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Correct minimal versions.Nora Widdecke
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-08-21Release 0.19.0.v0.19.0Justus Winter
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-04-03Release 0.16.0.v0.16.0Justus Winter
2020-04-02ffi-macros: Increase the length of acceptable C type names.Neal H. Walfield
2020-04-02ffi-macros: Handle some special cases in ident2c.Neal H. Walfield
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-19Don't use misleading `<&[T; N] as IntoIterator>::into_iter`Igor Matuszewski
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-25Release 0.12.0.v0.12.0Justus Winter
2019-10-31Change license to GPLv2+.Neal H. Walfield
2019-10-30Update authors.Neal H. Walfield
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-09-06Release 0.10.0.v0.10.0Justus 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-07-15Switch to Rust 2018.Justus Winter