rust/src/test/bench
Alex Crichton 6c29708bf9 regex: Remove in-tree version
The regex library was largely used for non-critical aspects of the compiler and
various external tooling. The library at this point is duplicated with its
out-of-tree counterpart and as such imposes a bit of a maintenance overhead as
well as compile time hit for the compiler itself.

The last major user of the regex library is the libtest library, using regexes
for filters when running tests. This removal means that the filtering has gone
back to substring matching rather than using regexes.
2015-01-23 21:04:10 -08:00
..
core-map.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
core-set.rs Merge pull request #20718 from tshepang/bench-fix-some-warnings 2015-01-09 01:19:53 +00:00
core-std.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
core-uint-to-str.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
msgsend-pipes-shared.rs Merge pull request #20718 from tshepang/bench-fix-some-warnings 2015-01-09 01:19:53 +00:00
msgsend-pipes.rs Merge pull request #20718 from tshepang/bench-fix-some-warnings 2015-01-09 01:19:53 +00:00
msgsend-ring-mutex-arcs.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
noise.rs Merge core::num::Float and std::num::FloatMath. 2015-01-06 23:21:27 +11:00
rt-messaging-ping-pong.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
rt-parfib.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
shootout-ackermann.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-binarytrees.rs Fix type inference problems in tests and docs 2015-01-21 11:16:00 -08:00
shootout-chameneos-redux.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
shootout-fannkuch-redux.rs remove unnecessary parentheses from range notation 2015-01-19 12:24:43 -05:00
shootout-fasta-redux.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
shootout-fasta.rs remove unnecessary parentheses from range notation 2015-01-19 12:24:43 -05:00
shootout-fibo.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-k-nucleotide-pipes.rs remove unnecessary parentheses from range notation 2015-01-19 12:24:43 -05:00
shootout-k-nucleotide.data
shootout-k-nucleotide.rs Merge pull request #20718 from tshepang/bench-fix-some-warnings 2015-01-09 01:19:53 +00:00
shootout-mandelbrot.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
shootout-meteor.rs fix the &mut _ patterns 2015-01-07 19:26:36 -05:00
shootout-nbody.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
shootout-pfib.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
shootout-reverse-complement.rs Merge pull request #20718 from tshepang/bench-fix-some-warnings 2015-01-09 01:19:53 +00:00
shootout-spectralnorm.rs More test fixes 2015-01-06 21:26:48 -08:00
shootout-threadring.rs fix shootout-threadring.rs 2015-01-11 00:10:26 +01:00
std-smallintmap.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
sudoku.rs Merge pull request #20718 from tshepang/bench-fix-some-warnings 2015-01-09 01:19:53 +00:00
task-perf-alloc-unwind.rs Merge pull request #20718 from tshepang/bench-fix-some-warnings 2015-01-09 01:19:53 +00:00
task-perf-jargon-metal-smoke.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
task-perf-one-million.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
task-perf-spawnalot.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00