rust/src/test/bench
bors dd4dad8c86 Auto merge of #24920 - alexcrichton:duration, r=aturon
This commit is an implementation of [RFC 1040][rfc] which is a redesign of the
currently-unstable `Duration` type. The API of the type has been scaled back to
be more conservative and it also no longer supports negative durations.

[rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1040-duration-reform.md

The inner `duration` module of the `time` module has now been hidden (as
`Duration` is reexported) and the feature name for this type has changed from
`std_misc` to `duration`. All APIs accepting durations have also been audited to
take a more flavorful feature name instead of `std_misc`.

Closes #24874
2015-05-14 18:18:39 +00:00
..
core-map.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
core-set.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
core-std.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07: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 std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
msgsend-pipes.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
msgsend-ring-mutex-arcs.rs Auto merge of #24920 - alexcrichton:duration, r=aturon 2015-05-14 18:18:39 +00: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 Fallout: move from scoped to spawn 2015-04-14 08:15:45 -07:00
shootout-fasta-redux.rs bench: Fix fallout in benchmarks 2015-04-14 10:14:19 -07: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 Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
shootout-k-nucleotide.data Revert "src/test/bench: restructure" 2013-08-30 16:17:53 -04:00
shootout-k-nucleotide.rs Reference the correct issue and clarify failure 2015-04-28 17:51:01 -07:00
shootout-mandelbrot.rs rollup merge of #24385: aturon/unstable-scoped 2015-04-14 10:59:55 -07:00
shootout-meteor.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
shootout-nbody.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
shootout-pfib.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
shootout-reverse-complement.rs Reference the correct issue and clarify failure 2015-04-28 17:51:01 -07:00
shootout-spectralnorm.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
shootout-threadring.rs rollup merge of #22435: aturon/final-stab-thread 2015-02-17 17:27:44 -08:00
std-smallintmap.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
sudoku.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
task-perf-alloc-unwind.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07: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