rust/src/libstd/sys
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
..
common syntax: Implement #![no_core] 2015-08-03 17:23:01 -07:00
unix Stabilize the Duration API 2015-08-10 20:04:18 -04:00
windows Stabilize the Duration API 2015-08-10 20:04:18 -04:00