summaryrefslogtreecommitdiffstats
path: root/openpgp/src/macros.rs
AgeCommit message (Expand)Author
2023-09-26openpgp: More ergonomic and robust interface to zero stacks.Justus Winter
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-11-11openpgp: Allow tracer to be used just for tracing.Neal H. Walfield
2022-07-04buffered-reader, openpgp: Fix macro's doctests.Justus Winter
2022-07-04openpgp: Drop unnecessary trailing semicolon.Justus Winter
2021-10-28net, openpgp: Fix private documentation.Nora Widdecke
2020-12-10openpgp: Add remaining assert_send_and_sync! calls.Azul
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Allow dangling `,` in assert_send_and_sync! calls.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-20openpgp: Fix indentation.Justus Winter
2020-03-31openpgp: Add a replacement note to destructures_to!Igor Matuszewski
2019-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-03-26openpgp: Move destructures_to macro to macros.rsNeal H. Walfield
2019-01-29openpgp: Add a macro to profile a block of code.Neal H. Walfield
2018-10-09openpgp: Make tracing less invasive.Neal H. Walfield