rust/src/test/bench
Guillaume Pinot 7956a11df6 fix a bug in shootout-reverse-complement, official tests should pass with it
In the "reverse-complement" loop, if there is an odd number of element,
we forget to complement the element in the middle.  For example, if the
input is "ggg", the result before the fix is "CgC" instead of "CCC".

This is because of this bug that the official shootout says that the rust
version is in "Bad Output".  This commit should fix this error.
2014-03-11 08:44:32 +01:00
..
core-map.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
core-set.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
core-std.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
core-uint-to-str.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
msgsend-pipes-shared.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
msgsend-pipes.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
msgsend-ring-mutex-arcs.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
msgsend-ring-rw-arcs.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
noise.rs Clean up the Perlin noise benchmark 2014-02-15 13:12:32 -05:00
rt-messaging-ping-pong.rs fix typos with with repeated words, just like this sentence. 2014-03-06 20:19:14 +09:00
rt-parfib.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
rt-spawn-rate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-ackermann.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-binarytrees.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-chameneos-redux.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-fannkuch-redux.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
shootout-fasta-redux.rs std: Switch stdout/stderr to buffered by default 2014-03-01 10:06:20 -08:00
shootout-fasta.rs std: Switch stdout/stderr to buffered by default 2014-03-01 10:06:20 -08:00
shootout-fibo.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-k-nucleotide-pipes.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
shootout-k-nucleotide.data Revert "src/test/bench: restructure" 2013-08-30 16:17:53 -04:00
shootout-k-nucleotide.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
shootout-mandelbrot.rs std: Switch stdout/stderr to buffered by default 2014-03-01 10:06:20 -08:00
shootout-meteor.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
shootout-nbody.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
shootout-pfib.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
shootout-pidigits.rs Move std::num::Integer to libnum 2014-02-22 01:45:29 +11:00
shootout-reverse-complement.rs fix a bug in shootout-reverse-complement, official tests should pass with it 2014-03-11 08:44:32 +01:00
shootout-spectralnorm.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-threadring.rs Remove std::from_str::FromStr from the prelude 2014-02-24 21:22:26 -08:00
silly-test-spawn.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
spawnone.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
std-smallintmap.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
sudoku.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
task-perf-alloc-unwind.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
task-perf-jargon-metal-smoke.rs fix typos with with repeated words, just like this sentence. 2014-03-06 20:19:14 +09:00
task-perf-one-million.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
task-perf-spawnalot.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00