rust/src/test/bench
bors 068781e5aa auto merge of #12422 : alexcrichton/rust/buffered-default, r=brson
One of the most common ways to use the stdin stream is to read it line by line
for a small program. In order to facilitate this common usage pattern, this
commit changes the stdin() function to return a BufferedReader by default. A new
`stdin_raw()` method was added to get access to the raw unbuffered stream.

I have not changed the stdout or stderr methods because they are currently
unable to flush in their destructor, but #12403 should have just fixed that.
2014-02-21 23:56:47 -08:00
..
core-map.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
core-set.rs Move time out of extra (cc #8784) 2014-02-21 07:44: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
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 extern mod => extern crate 2014-02-14 22:55:21 -08: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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
shootout-fasta-redux.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
shootout-fasta.rs Improve naming of tuple getters, and add mutable tuple getter 2014-02-17 00:57:56 +11:00
shootout-fibo.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-k-nucleotide-pipes.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-k-nucleotide.data
shootout-k-nucleotide.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-mandelbrot.rs Fixing remaining warnings and errors throughout 2014-02-03 10:39:23 -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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
shootout-spectralnorm.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
shootout-threadring.rs
silly-test-spawn.rs
spawnone.rs
std-smallintmap.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
sudoku.rs Return a buffered stdin by default. 2014-02-20 09:11:56 -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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
task-perf-linked-failure.rs Rewrite channels yet again for upgradeability 2014-02-11 16:32:00 -08: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