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