summary refs log tree commit diff
path: root/src/libregex/lib.rs
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-6/+6
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+0
2014-06-03Some minor documentation touchups for libregex. Fixes #13800.Andrew Gallant-7/+8
2014-05-25Change regex! macro to expand to a constexpr, allowing to put it in a staticMarvin Löbel-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-1/+1
2014-04-25Ignore regex tests (regular, cfail and benchmark) on Windows (for now).Andrew Gallant-1/+2
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+425