rust/src/test/bench
Huon Wilson 689f19722f rand: deprecate rng.
This should be called far less than it is because it does expensive OS
interactions and seeding of the internal RNG, `task_rng` amortises this
cost. The main problem is the name is so short and suggestive.

The direct equivalent is `StdRng::new`, which does precisely the same
thing.

The deprecation will make migrating away from the function easier.
2014-03-12 11:31:43 +11: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 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 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 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