rust/src/libstd
bors 50141d7e1e Auto merge of #26818 - sfackler:duration-stabilization, r=aturon
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.

I'm opening this PR as a platform for discussion - there may be some method renaming to do as part of the stabilization process.
2015-08-11 03:47:16 +00:00
..
collections Revert "Mark round_up_to_next as inline" 2015-08-10 13:51:55 +02:00
ffi Make slice::transmute* private 2015-08-09 22:05:22 +02:00
io Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichton 2015-08-10 22:03:09 +00:00
net syntax: Implement #![no_core] 2015-08-03 17:23:01 -07:00
num syntax: Implement #![no_core] 2015-08-03 17:23:01 -07:00
os Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10.1 x86_64 and i686 2015-07-28 11:10:23 -07:00
prelude doc: prelude nits 2015-07-30 10:45:00 +02:00
rand Replace many uses of mem::transmute with more specific functions 2015-08-09 22:05:22 +02:00
rt Auto merge of #27338 - alexcrichton:remove-morestack, r=brson 2015-08-10 23:40:54 +00:00
sync Replace many uses of mem::transmute with more specific functions 2015-08-09 22:05:22 +02:00
sys Auto merge of #26818 - sfackler:duration-stabilization, r=aturon 2015-08-11 03:47:16 +00:00
thread Remove morestack support 2015-08-10 16:35:44 -07:00
time Fix doc test 2015-08-10 22:31:17 -04:00
ascii.rs Make str::as_bytes_mut private 2015-08-09 22:05:22 +02:00
dynamic_lib.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
env.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
error.rs Replace many uses of mem::transmute with more specific functions 2015-08-09 22:05:22 +02:00
fs.rs Rollup merge of #27550 - tshepang:missing-info, r=brson 2015-08-06 11:42:57 +05:30
lib.rs Make str::as_bytes_mut private 2015-08-09 22:05:22 +02:00
macros.rs Show appropriate feature flags in docs 2015-07-27 12:28:13 -04:00
panicking.rs Fix logic in panic printing with no stderr 2015-06-20 19:54:15 -07:00
path.rs Replace many uses of mem::transmute with more specific functions 2015-08-09 22:05:22 +02:00
primitive_docs.rs Show appropriate feature flags in docs 2015-07-27 12:28:13 -04:00
process.rs syntax: Don't assume std exists for tests 2015-08-04 14:02:36 -07:00
rtdeps.rs Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson 2015-07-06 19:49:16 +00:00
thunk.rs std: Deprecate the thunk module 2015-06-17 09:07:17 -07:00