summary refs log tree commit diff
path: root/src/libregex/re.rs
AgeCommit message (Expand)AuthorLines
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-13/+13
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-03Some minor documentation touchups for libregex. Fixes #13800.Andrew Gallant-12/+16
2014-05-29auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...bors-2/+2
2014-05-28Replace StrAllocating.into_owned() with .into_string()Kevin Ballard-2/+2
2014-05-28std: Remove format_strbuf!()Alex Crichton-4/+3
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