Skip to content

Commit 283358b

Browse files
authored
Update RELEASES.md
1 parent bd5ed9e commit 283358b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

RELEASES.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ Compiler
1717
--------
1818
- [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156]
1919
Additionally when in incremental mode rustc defaults to 256 codegen units.
20-
- [Added tier 3\* support for the `aarch64-unknown-none` and
21-
`aarch64-unknown-none-softfloat` targets.][68334]
2220
- [Refactored `catch_unwind`, to have zero-cost unless unwinding is enabled and
2321
a panic is thrown.][67502]
22+
- [Added tier 3\* support for the `aarch64-unknown-none` and
23+
`aarch64-unknown-none-softfloat` targets.][68334]
24+
- [Added tier 3 support for `arm64-apple-tvos` and
25+
`x86_64-apple-tvos` targets.][68191]
26+
2427

2528
Libraries
2629
---------
@@ -33,6 +36,9 @@ Libraries
3336
- [`String` now implements `From<&mut str>`.][69661]
3437
- [`IoSlice` now implements `Copy`.][69403]
3538
- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is less than 32.
39+
- [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899]
40+
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, and `to_be_bytes` methods are
41+
now `const` for all integer types.][69373]
3642

3743
Stabilized APIs
3844
---------------
@@ -84,6 +90,9 @@ Compatibility Notes
8490
source file rather than the previous format of `<NAME macros>`.][70969]
8591
**Note:** this may not point a file that actually exists on the user's system.
8692
- [The minimum required external LLVM version has been bumped to LLVM 8.][71147]
93+
- [`mem::{zeroed, uninitialised, MaybeUninit}` will now panic when used with types
94+
that do not allow zero initialization such as `NonZeroU8`.][66059] This was
95+
previously a warning.
8796

8897
Internal Only
8998
-------------
@@ -94,7 +103,10 @@ related tools.
94103
- [dep_graph Avoid allocating a set on when the number reads are small.][69778]
95104
- [Replace big JS dict with JSON parsing.][71250]
96105

97-
106+
[69373]: https://github.com/rust-lang/rust/pull/69373/
107+
[66059]: https://github.com/rust-lang/rust/pull/66059/
108+
[68191]: https://github.com/rust-lang/rust/pull/68191/
109+
[68899]: https://github.com/rust-lang/rust/pull/68899/
98110
[71147]: https://github.com/rust-lang/rust/pull/71147/
99111
[71250]: https://github.com/rust-lang/rust/pull/71250/
100112
[70937]: https://github.com/rust-lang/rust/pull/70937/

0 commit comments

Comments
 (0)