about summary refs log tree commit diff
path: root/src/libregex/re.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-5/+5
2014-05-25Change regex! macro to expand to a constexpr, allowing to put it in a staticMarvin Löbel-34/+83
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-13/+13
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-14libregex: Remove all uses of `~str` from `libregex`Patrick Walton-15/+20
2014-04-30regex: General style tweaks.Huon Wilson-5/+4
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-1/+1
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+870