@@ -52,6 +52,16 @@ Stabilized APIs
52
52
---------------
53
53
- [ ` Iterator::step_by ` ]
54
54
- [ ` 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 ` ]
55
65
- [ ` btree_map::Entry::or_default ` ]
56
66
- [ ` fmt::Alignment ` ]
57
67
- [ ` hash_map::Entry::or_default ` ]
@@ -122,6 +132,16 @@ Compatibility Notes
122
132
[ cargo/5584 ] : https://github.com/rust-lang/cargo/pull/5584/
123
133
[ `Iterator::step_by` ] : https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.step_by
124
134
[ `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
125
145
[ `btree_map::Entry::or_default` ] : https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default
126
146
[ `fmt::Alignment` ] : https://doc.rust-lang.org/std/fmt/enum.Alignment.html
127
147
[ `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
3162
3182
* [ ` UnixDatagram::shutdown ` ] ( http://doc.rust-lang.org/std/os/unix/net/struct.UnixDatagram.html#method.shutdown )
3163
3183
* RawFd impls for ` UnixDatagram `
3164
3184
* ` {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 )
3166
3186
3167
3187
Libraries
3168
3188
---------
@@ -4080,7 +4100,7 @@ Compatibility Notes
4080
4100
[ 1.6bh ] : https://github.com/rust-lang/rust/pull/29811
4081
4101
[ 1.6c ] : https://github.com/rust-lang/cargo/pull/2192
4082
4102
[ 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
4084
4104
[ 1.6dv ] : https://github.com/rust-lang/rust/pull/30000
4085
4105
[ 1.6f ] : https://github.com/rust-lang/rust/pull/29129
4086
4106
[ 1.6m ] : https://github.com/rust-lang/rust/pull/29828
0 commit comments