summaryrefslogtreecommitdiffstats
path: root/openpgp/src/macros.rs
AgeCommit message (Expand)Author
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