@@ -52,6 +52,16 @@ Stabilized APIs
5252---------------
5353- [ ` Iterator::step_by ` ]
5454- [ ` Path::ancestors ` ]
55+ - [ ` SystemTime::UNIX_EPOCH ` ]
56+ - [ ` alloc::GlobalAlloc ` ]
57+ - [ ` alloc::Layout ` ]
58+ - [ ` alloc::LayoutErr ` ]
59+ - [ ` alloc::System ` ]
60+ - [ ` alloc::alloc ` ]
61+ - [ ` alloc::alloc_zeroed ` ]
62+ - [ ` alloc::dealloc ` ]
63+ - [ ` alloc::realloc ` ]
64+ - [ ` alloc::handle_alloc_error ` ]
5565- [ ` btree_map::Entry::or_default ` ]
5666- [ ` fmt::Alignment ` ]
5767- [ ` hash_map::Entry::or_default ` ]
@@ -122,6 +132,16 @@ Compatibility Notes
122132[ cargo/5584 ] : https://github.com/rust-lang/cargo/pull/5584/
123133[ `Iterator::step_by` ] : https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.step_by
124134[ `Path::ancestors` ] : https://doc.rust-lang.org/std/path/struct.Path.html#method.ancestors
135+ [ `SystemTime::UNIX_EPOCH` ] : https://doc.rust-lang.org/std/time/struct.SystemTime.html#associatedconstant.UNIX_EPOCH
136+ [ `alloc::GlobalAlloc` ] : https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html
137+ [ `alloc::Layout` ] : https://doc.rust-lang.org/std/alloc/struct.Layout.html
138+ [ `alloc::LayoutErr` ] : https://doc.rust-lang.org/std/alloc/struct.LayoutErr.html
139+ [ `alloc::System` ] : https://doc.rust-lang.org/std/alloc/struct.System.html
140+ [ `alloc::alloc` ] : https://doc.rust-lang.org/std/alloc/fn.alloc.html
141+ [ `alloc::alloc_zeroed` ] : https://doc.rust-lang.org/std/alloc/fn.alloc_zeroed.html
142+ [ `alloc::dealloc` ] : https://doc.rust-lang.org/std/alloc/fn.dealloc.html
143+ [ `alloc::realloc` ] : https://doc.rust-lang.org/std/alloc/fn.realloc.html
144+ [ `alloc::handle_alloc_error` ] : https://doc.rust-lang.org/std/alloc/fn.handle_alloc_error.html
125145[ `btree_map::Entry::or_default` ] : https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default
126146[ `fmt::Alignment` ] : https://doc.rust-lang.org/std/fmt/enum.Alignment.html
127147[ `hash_map::Entry::or_default` ] : https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default
@@ -3162,7 +3182,7 @@ Stabilized APIs
31623182* [ ` UnixDatagram::shutdown ` ] ( http://doc.rust-lang.org/std/os/unix/net/struct.UnixDatagram.html#method.shutdown )
31633183* RawFd impls for ` UnixDatagram `
31643184* ` {BTree,Hash}Map::values_mut `
3165- * [ ` <[_]>::binary_search_by_key ` ] ( http://doc.rust-lang.org/beta/ std/primitive.slice.html#method.binary_search_by_key )
3185+ * [ ` <[_]>::binary_search_by_key ` ] ( http://doc.rust-lang.org/std/primitive.slice.html#method.binary_search_by_key )
31663186
31673187Libraries
31683188---------
@@ -4080,7 +4100,7 @@ Compatibility Notes
40804100[ 1.6bh ] : https://github.com/rust-lang/rust/pull/29811
40814101[ 1.6c ] : https://github.com/rust-lang/cargo/pull/2192
40824102[ 1.6cc ] : https://github.com/rust-lang/cargo/pull/2131
4083- [ 1.6co ] : http://doc.rust-lang.org/beta/ core/index.html
4103+ [ 1.6co ] : http://doc.rust-lang.org/core/index.html
40844104[ 1.6dv ] : https://github.com/rust-lang/rust/pull/30000
40854105[ 1.6f ] : https://github.com/rust-lang/rust/pull/29129
40864106[ 1.6m ] : https://github.com/rust-lang/rust/pull/29828
0 commit comments