File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ Compiler
30
30
- [Added Tier 3\* support for the `wasm64-unknown-unknown` target.][80525]
31
31
- [Improved debuginfo for closures and async functions on Windows MSVC.][83941]
32
32
33
+ \* Refer to Rust's [platform support page][platform-support-doc] for more
34
+ information on Rust's tiered platform support.
35
+
33
36
Libraries
34
37
-----------------------
35
38
- [Abort messages will now forward to `android_set_abort_message` on
@@ -108,6 +111,10 @@ Compatibility Notes
108
111
109
112
Internal Only
110
113
-------------
114
+ These changes provide no direct user facing benefits, but represent significant
115
+ improvements to the internals and overall performance of rustc and
116
+ related tools.
117
+
111
118
- [Rework the `std::sys::windows::alloc` implementation.][83065]
112
119
- [rustdoc: Don't enter an infer_ctxt in get_blanket_impls for impls that aren't blanket impls.][82864]
113
120
- [rustdoc: Only look at blanket impls in `get_blanket_impls`][83681]
You can’t perform that action at this time.
0 commit comments