summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/key_flags.rs
AgeCommit message (Expand)Author
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-06-01openpgp: Add doctests to types module.Wiktor Kwapisiewicz
2020-03-31openpgp: Implement Arbitrary for the bit field types.Justus Winter
2020-03-31openpgp: Clarify PartialEq for bit field types.Justus Winter
2020-02-20openpgp: Improve debug formatting of the bitfield types.Justus Winter
2020-01-02openpgp: Fix impl std::hash::Hash for KeyFlags.Justus Winter
2020-01-02openpgp: Fix roundtripping of KeyFlags, add test.Justus Winter
2020-01-02openpgp: Align function name.Justus Winter
2020-01-02openpgp: Make KeyFlags::new polymorphic, improve KeyFlags::default.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter