]> git.lizzy.rs Git - rust.git/commit
std: Stabilize a number of small APIs
authorAlex Crichton <alex@alexcrichton.com>
Tue, 28 Jul 2015 22:44:30 +0000 (15:44 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 28 Jul 2015 23:34:01 +0000 (16:34 -0700)
commit76db37ee4b916a678181b36e42c26d92524e7041
tree8043944bade48a2a63c63019a19f8eaee3cf6662
parentba9224f35451e5d5ef7647bd2b40e5da80ce2735
std: Stabilize a number of small APIs

The following APIs were all marked with a `#[stable]` tag:

* process::Child::id
* error::Error::is
* error::Error::downcast
* error::Error::downcast_ref
* error::Error::downcast_mut
* io::Error::get_ref
* io::Error::get_mut
* io::Error::into_inner
* hash::Hash::hash_slice
* hash::Hasher::write_{i,u}{8,16,32,64,size}
src/libcore/hash/mod.rs
src/libstd/error.rs
src/libstd/io/error.rs
src/libstd/process.rs