about summary refs log tree commit diff
path: root/src/test/bench/shootout-regex-dna.rs
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-126/+0
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-2/+0
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-1/+4
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-18regex: Enable test on Windowsklutzy-2/+0
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-1/+1
2014-07-17Rename functions in the CloneableVector traitAdolfo OchagavĂ­a-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+2
2014-06-11sync: Move underneath libstdAlex Crichton-4/+3
2014-06-09Use phase(plugin) in testsKeegan McAllister-1/+1
2014-06-07relicense shootout-regex-dna.rsGuillaume Pinot-8/+38
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-04-25Ignore regex tests (regular, cfail and benchmark) on Windows (for now).Andrew Gallant-0/+2
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+94