about summary refs log tree commit diff
path: root/src/libregex/lib.rs
AgeCommit message (Expand)AuthorLines
2014-08-18regex: Enable test on Windowsklutzy-2/+1
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-2/+0
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-3/+9
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
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