rust/src/libstd
Alex Crichton 76db37ee4b 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}
2015-07-28 16:34:01 -07:00
..
collections Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
ffi Implement Clone for Box<[T]> where T: Clone 2015-07-28 01:43:17 -07:00
io std: Stabilize a number of small APIs 2015-07-28 16:34:01 -07:00
net std: Add IntoRaw{Fd,Handle,Socket} traits 2015-07-20 09:08:50 -07:00
num Remove orphaned unsigned_negation lint reference. 2015-07-22 17:47:01 -07:00
os Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
prelude Address feedback 2015-07-13 18:38:00 -07:00
rand Auto merge of #27310 - akiss77:fix-aarch64-getrandom, r=alexcrichton 2015-07-27 09:34:05 +00:00
rt Register new snapshots (2015-07-26 a5c12f4). 2015-07-27 13:31:48 +03:00
sync Expand docs for recv 2015-07-01 12:25:25 -04:00
sys Fix escaping of characters in Debug for OsStr 2015-07-27 19:57:28 +02:00
thread Remove the module-level documentation for thread::scoped 2015-07-26 15:37:25 -07:00
time std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
ascii.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07: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 std: Stabilize a number of small APIs 2015-07-28 16:34:01 -07:00
fs.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
lib.rs Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton 2015-07-28 08:51:21 +00:00
macros.rs std: clean up duplicated attrs and comment on panic 2015-06-26 09:53:56 -07:00
panicking.rs Fix logic in panic printing with no stderr 2015-06-20 19:54:15 -07:00
path.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
primitive_docs.rs Address feedback 2015-07-20 17:12:59 -07:00
process.rs std: Stabilize a number of small APIs 2015-07-28 16:34:01 -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