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
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
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
shootout-binarytrees.rs
shootout-chameneos-redux.rs
shootout-fannkuch-redux.rs
shootout-fasta-redux.rs
shootout-fasta.rs
shootout-fibo.rs
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
shootout-k-nucleotide.rs Reference the correct issue and clarify failure 2015-04-28 17:51:01 -07:00
shootout-mandelbrot.rs
shootout-meteor.rs
shootout-nbody.rs
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
shootout-threadring.rs
std-smallintmap.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
sudoku.rs
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