about summary refs log tree commit diff
path: root/src/libregex/testdata/README
AgeCommit message (Collapse)AuthorLines
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+17
Also adds a regex_macros crate, which provides natively compiled regular expressions with a syntax extension. Closes #3591. RFC: 0007-regexps