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