rust/src/test/bench
Palmer Cox 9ba6bb5a71 Update io iterators to produce IoResults
Most IO related functions return an IoResult so that the caller can handle failure
in whatever way is appropriate. However, the `lines`, `bytes`, and `chars` iterators all
supress errors. This means that code that needs to handle errors can't use any of these
iterators. All three of these iterators were updated to produce IoResults.

Fixes #12368
2014-03-12 22:42:50 -04:00
..
core-map.rs Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
core-set.rs Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
core-std.rs rand: deprecate rng. 2014-03-12 11:31:43 +11: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 Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11: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 Update io iterators to produce IoResults 2014-03-12 22:42:50 -04:00
shootout-k-nucleotide.data Revert "src/test/bench: restructure" 2013-08-30 16:17:53 -04:00
shootout-k-nucleotide.rs create a sensible comparison trait hierarchy 2014-03-07 22:45:22 -05: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 fix shootout-spectralnorm, broken since Arc cannot unwrap. 2014-03-09 14:11:28 +01: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 Update io iterators to produce IoResults 2014-03-12 22:42:50 -04: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