summaryrefslogtreecommitdiffstats
path: root/openpgp/src/regex
AgeCommit message (Expand)Author
2022-09-06openpgp: Fix typos spotted by codespell.Wiktor Kwapisiewicz
2022-07-06openpgp: Fix parsing of dashes in regular expressions.Neal H. Walfield
2021-11-29Fix Acronym spelling.Nora Widdecke
2021-11-29Simplify filter_mapNora Widdecke
2021-09-30Drop unnecessary to_string() methodsLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Simplify writing out a literal {}Lars Wirzenius
2021-08-27openpgp: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove useless as_ref.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-03-23openpgp: Short-circuit regex alternations with empty branches.Neal H. Walfield
2021-01-21openpgp: Improve Debug output of RegexSet.Neal H. Walfield
2021-01-19openpgp: Use IntoIterator into of impl Iterator.Neal H. Walfield
2021-01-19openpgp: Keep track of regular expressions that match everything.Neal H. Walfield
2021-01-19openpgp: Assert that Regex and RegexSet are send and sync.Neal H. Walfield
2021-01-08openpgp: Add regex support.Neal H. Walfield