rust/src/librustc/metadata
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
..
common.rs eddyb's changes for DST coercions 2015-05-13 14:19:51 +12:00
creader.rs rollup merge of #24711: alexcrichton/fs2.1 2015-04-29 15:45:34 -07:00
csearch.rs eddyb's changes for DST coercions 2015-05-13 14:19:51 +12:00
cstore.rs
decoder.rs eddyb's changes for DST coercions 2015-05-13 14:19:51 +12:00
encoder.rs eddyb's changes for DST coercions 2015-05-13 14:19:51 +12:00
filesearch.rs rustc: Fix more verbatim paths leaking to gcc 2015-05-05 15:21:52 -07:00
loader.rs std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
macro_import.rs
mod.rs
tydecode.rs Stop using Rc in TraitRef and TraitDef 2015-04-30 15:09:11 +03:00
tyencode.rs Stop using Rc in TraitRef and TraitDef 2015-04-30 15:09:11 +03:00