about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-05-21 12:56:35 +0200
committerGitHub <noreply@github.com>2021-05-21 12:56:35 +0200
commitac5d15a4ca728cb1e7795425bc12a8391c9b38dc (patch)
tree36398fc68adb923bf0e8bc2410f8e51f549630dd /RELEASES.md
parentd2241e3635b2ba2b0d46e2caa392170c1539b3c8 (diff)
downloadrust-ac5d15a4ca728cb1e7795425bc12a8391c9b38dc.tar.gz
rust-ac5d15a4ca728cb1e7795425bc12a8391c9b38dc.zip
Update RELEASES.md
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 977b7f34f37..155d47414b0 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -30,6 +30,9 @@ Compiler
 - [Added Tier 3\* support for the `wasm64-unknown-unknown` target.][80525]
 - [Improved debuginfo for closures and async functions on Windows MSVC.][83941]
 
+\* Refer to Rust's [platform support page][platform-support-doc] for more
+information on Rust's tiered platform support.
+
 Libraries
 -----------------------
 - [Abort messages will now forward to `android_set_abort_message` on
@@ -108,6 +111,10 @@ Compatibility Notes
 
 Internal Only
 -------------
+These changes provide no direct user facing benefits, but represent significant
+improvements to the internals and overall performance of rustc and
+related tools.
+
 - [Rework the `std::sys::windows::alloc` implementation.][83065]
 - [rustdoc: Don't enter an infer_ctxt in get_blanket_impls for impls that aren't blanket impls.][82864]
 - [rustdoc: Only look at blanket impls in `get_blanket_impls`][83681]