You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Internal Changes" section currently says "no direct user facing
benefits", but includes "significant improvements to the ... overall
performance", which is a user-facing benefit. Reword it to say "do not
affect any public interfaces" instead.
Copy file name to clipboardExpand all lines: RELEASES.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,9 @@ Compatibility Notes
92
92
Internal Changes
93
93
----------------
94
94
95
-
These changes provide no direct user facing benefits, but represent significant
96
-
improvements to the internals and overall performance of rustc
97
-
and related tools.
95
+
These changes do not affect any public interfaces of Rust, but they represent
96
+
significant improvements to the performance or internals of rustc and related
97
+
tools.
98
98
99
99
- Windows builds now use profile-guided optimization, providing 10-20% improvements to compiler performance: [Utilize PGO for windows x64 rustc dist builds](https://github.com/rust-lang/rust/pull/96978/)
100
100
- [Stop keeping metadata in memory before writing it to disk](https://github.com/rust-lang/rust/pull/96544/)
0 commit comments