summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-10-12openpgp: Add notations to CertRevocationBuilder.nora/476Nora Widdecke
2021-10-08store: Update to tokio 1.0.Nora Widdecke
2021-10-08ipc: Update to tokio 1.0.Nora Widdecke
2021-10-07sq: Update to tokio 1.0.Nora Widdecke
2021-10-07ffi: Update to tokio 1.0.Nora Widdecke
2021-10-07net: Reduce features of tokio, hyper.Nora Widdecke
2021-10-07net: Update dependency hyper.Nora Widdecke
2021-10-06openpgp: Remove dependency unicode-normalization.Nora Widdecke
2021-10-05openpgp: Release 1.4.0.openpgp/v1.4.0Justus Winter
2021-10-05doc: Update release checklist.Justus Winter
2021-10-05openpgp: Fix crash in the CNG backend.Justus Winter
2021-10-05sq: Don't panic if reading the password fails.Neal H. Walfield
2021-10-05Fix typos.Neal H. Walfield
2021-10-05openpgp: Implement ECDH and ECDSA over NistP256 with RustCrypto.Justus Winter
2021-10-05openpgp: Add a RustCrypto backend.Nikhil Benesch
2021-09-30openpgp: Add features to opt-in to experimental crypto backends.Justus Winter
2021-09-30openpgp: Use new padding methods in the CNG backend.Justus Winter
2021-09-30openpgp: Simplify code.Justus Winter
2021-09-30Annotate function to allow if_let_some_resultLars Wirzenius
2021-09-30Revert "Simplify tests for OK"Lars Wirzenius
2021-09-30Annotate functions where single_match is OKLars Wirzenius
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Use strip_{prefix,suffix} for code that's easier to followLars Wirzenius
2021-09-30Use match for tri-state conditionLars Wirzenius
2021-09-30Allow a pointer-to-pointer transmutationLars Wirzenius
2021-09-30Tell clippy loops that never loop are OKLars Wirzenius
2021-09-30Allow complex types without namesLars Wirzenius
2021-09-30Allow up to ten arguments to functionsLars Wirzenius
2021-09-30Allow short single-character argument and variable namesLars Wirzenius
2021-09-30Allow enum variants up to 512 bytesLars Wirzenius
2021-09-30Allow if conditions that use complex codeLars Wirzenius
2021-09-30Avoid casting a usize to isize in the argument to pointer::offsetLars Wirzenius
2021-09-30Be explicit about giving Ok() the unit valueLars Wirzenius
2021-09-30Avoid calling .map with function returning the unit typeLars Wirzenius
2021-09-30Remove evaluation order dependenceLars Wirzenius
2021-09-30Use as_derefLars Wirzenius
2021-09-30Tell clippy it's OK not to implement traitsLars Wirzenius
2021-09-30Allow new() without default()Lars Wirzenius
2021-09-30Allow ::new to not return SelfLars Wirzenius
2021-09-30Add an is_empty method when len is thereLars Wirzenius
2021-09-30Return a value without first assigning it to a variableLars Wirzenius
2021-09-30Drop unnecessary to_string() methodsLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Rename variable to be clearerLars Wirzenius
2021-09-30Avoid redundant closuresLars Wirzenius
2021-09-30Use .sort_unstable for speedLars Wirzenius
2021-09-30Replace .filter_map with just .filter when possibleLars Wirzenius
2021-09-30Simplify how to create a vector of cloned valuesLars Wirzenius
2021-09-30Drop unnecessary main function from doc testLars Wirzenius
2021-09-30Use .iter() instead of .into_iter()Lars Wirzenius