Skip to content

Commit 1deaed9

Browse files
Rollup merge of #52677 - SimonSapin:relnotes, r=Mark-Simulacrum
Release notes: add some missing 1.28 libs stabilization Some URLs are not valid yet unless you add `beta/`, but they should be when 1.28 is released.
2 parents 4bb8c31 + 3cce003 commit 1deaed9

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

RELEASES.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -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

31673187
Libraries
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

Comments
 (0)