Skip to content

Commit 1f3b626

Browse files
authored
Update RELEASES.md
1 parent 312e53d commit 1f3b626

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

RELEASES.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Libraries
3333
- [`UnsafeCell::into_inner` is now safe.][47204]
3434
- [Implement libstd for CloudABI.][47268]
3535
- [`Float::{from_bits, to_bits}` is now available in libcore.][46931]
36-
- [renamed `ptr::Shared` to `ptr::NonNull`.][46952]
36+
3737
- [Implement `AsRef<Path>` for Component][46985]
38-
- [Deprecated `[T]::rotate` in favor of `[T]::rotate_{left,right}`.][46777]
3938
- [Implemented `Write` for `Cursor<&mut Vec<T>>`][46830]
4039
- [Moved `Duration` to libcore.][46666]
4140

4241
Stabilized APIs
4342
---------------
4443
- [`Location::column`]
44+
- [`ptr::NonNull`]
4545

4646
The following functions can now be used in a constant expression.
4747
eg. `static MINUTE: Duration = Duration::from_secs(60);`
@@ -65,10 +65,11 @@ Compatibility Notes
6565
- [Deprecated `net::lookup_host`.][47510]
6666
- [`rustdoc` has switched to pulldown as the default markdown renderer.][47398]
6767
- The borrow checker was sometimes incorrectly permitting overlapping borrows
68-
around indexing operations (see #47349). This has been fixed (which also
69-
enabled some correct code that used to cause errors (e.g. #33903 and #46095).
68+
around indexing operations (see [#47349][47349]). This has been fixed (which also
69+
enabled some correct code that used to cause errors (e.g. [#33903][33903] and [#46095][46095]).
7070
- [Removed deprecated unstable attribute `#[simd]`.][47251]
7171

72+
[33903]: https://github.com/rust-lang/rust/pull/33903
7273
[47947]: https://github.com/rust-lang/rust/pull/47947
7374
[47948]: https://github.com/rust-lang/rust/pull/47948
7475
[47760]: https://github.com/rust-lang/rust/pull/47760
@@ -82,17 +83,18 @@ Compatibility Notes
8283
[47268]: https://github.com/rust-lang/rust/pull/47268
8384
[47282]: https://github.com/rust-lang/rust/pull/47282
8485
[47300]: https://github.com/rust-lang/rust/pull/47300
86+
[47349]: https://github.com/rust-lang/rust/pull/47349
8587
[46931]: https://github.com/rust-lang/rust/pull/46931
86-
[46952]: https://github.com/rust-lang/rust/pull/46952
8788
[46985]: https://github.com/rust-lang/rust/pull/46985
8889
[47006]: https://github.com/rust-lang/rust/pull/47006
89-
[46777]: https://github.com/rust-lang/rust/pull/46777
9090
[46830]: https://github.com/rust-lang/rust/pull/46830
91+
[46095]: https://github.com/rust-lang/rust/pull/46095
9192
[46666]: https://github.com/rust-lang/rust/pull/46666
9293
[cargo/5013]: https://github.com/rust-lang/cargo/pull/5013
9394
[cargo/5029]: https://github.com/rust-lang/cargo/pull/5029
9495
[RFC 1358]: https://github.com/rust-lang/rfcs/pull/1358
9596
[`Location::column`]: https://doc.rust-lang.org/std/panic/struct.Location.html#method.column
97+
[`ptr::NonNull`]: https://doc.rust-lang.org/std/ptr/struct.NonNull.html
9698

9799

98100
Version 1.24.0 (2018-02-15)

0 commit comments

Comments
 (0)