about summary refs log tree commit diff
path: root/src/libregex/parse.rs
AgeCommit message (Expand)AuthorLines
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-10/+10
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-2/+4
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-58/+58
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+1028