rust/src/test/bench
Steven Fackler 999bdeca88 Stabilize the Duration API
This commit stabilizes the `std::time` module and the `Duration` type.
`Duration::span` remains unstable, and the `Display` implementation for
`Duration` has been removed as it is still being reworked and all trait
implementations for stable types are de facto stable.

This is a [breaking-change] to those using `Duration`'s `Display`
implementation.
2015-08-10 20:04:18 -04:00
..
core-map.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
core-set.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
core-std.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
core-uint-to-str.rs Fix remaining bench/debuginfo tests (and a few stragglers) 2015-02-18 09:11:02 -05:00
msgsend-pipes-shared.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
msgsend-pipes.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
msgsend-ring-mutex-arcs.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
noise.rs test: Fix some tests to run with musl 2015-04-28 09:35:22 -07:00
rt-messaging-ping-pong.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
rt-parfib.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
shootout-ackermann.rs Replace some uses of deprecated os functions 2015-02-16 16:19:24 +02:00
shootout-binarytrees.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
shootout-chameneos-redux.rs Fallout in tests 2015-04-01 11:22:39 -04:00
shootout-fannkuch-redux.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
shootout-fasta-redux.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
shootout-fasta.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
shootout-fibo.rs Replace some uses of deprecated os functions 2015-02-16 16:19:24 +02:00
shootout-k-nucleotide-pipes.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
shootout-k-nucleotide.data Revert "src/test/bench: restructure" 2013-08-30 16:17:53 -04:00
shootout-k-nucleotide.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
shootout-mandelbrot.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
shootout-meteor.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
shootout-nbody.rs Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
shootout-pfib.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
shootout-reverse-complement.rs Reference the correct issue and clarify failure 2015-04-28 17:51:01 -07:00
shootout-spectralnorm.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
shootout-threadring.rs rollup merge of #22435: aturon/final-stab-thread 2015-02-17 17:27:44 -08:00
std-smallintmap.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
sudoku.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
task-perf-alloc-unwind.rs Stabilize the Duration API 2015-08-10 20:04:18 -04:00
task-perf-jargon-metal-smoke.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
task-perf-spawnalot.rs Fix remaining bench/debuginfo tests (and a few stragglers) 2015-02-18 09:11:02 -05:00