summary refs log tree commit diff
path: root/src/libregex/compile.rs
AgeCommit message (Expand)AuthorLines
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-14libregex: Remove all uses of `~str` from `libregex`Patrick Walton-4/+4
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-26/+25
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+274