about summary refs log tree commit diff
path: root/src/libregex/parse.rs
AgeCommit message (Expand)AuthorLines
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+1062
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-1030/+0
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-14libregex: Remove all uses of `~str` from `libregex`Patrick Walton-17/+17
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