Skip to content

Commit 755465f

Browse files
authored
Rollup merge of #155266 - Mark-Simulacrum:relnotes-fix, r=jieyouxu
Adjust release notes for post-merge feedback * Adds musl CVE fix to compiler section * Removes Cargo section per feedback in the PR (#155162 (comment)) cc @BoxyUwU (just FYI)
2 parents 74bf795 + edee654 commit 755465f

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

RELEASES.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Language
1818

1919
Compiler
2020
--------
21-
- [Stabilize `--remap-path-scope` for controlling the scoping of how paths get remapped in the resulting binary](https://github.com/rust-lang/rust/pull/147611)
2221

22+
- [Stabilize `--remap-path-scope` for controlling the scoping of how paths get remapped in the resulting binary](https://github.com/rust-lang/rust/pull/147611)
23+
- [Apply patches for CVE-2026-6042 and CVE-2026-40200 to vendored musl](https://github.com/rust-lang/rust/pull/155171)
2324

2425
<a id="1.95-Platform-Support"></a>
2526

@@ -79,24 +80,19 @@ Stabilized APIs
7980
- [`<*mut T>::as_ref_unchecked`](https://doc.rust-lang.org/stable/std/primitive.pointer.html#method.as_ref_unchecked-1)
8081
- [`<*mut T>::as_mut_unchecked`](https://doc.rust-lang.org/stable/std/primitive.pointer.html#method.as_mut_unchecked)
8182

82-
8383
These previously stable APIs are now stable in const contexts:
8484

8585
- [`fmt::from_fn`](https://doc.rust-lang.org/stable/std/fmt/fn.from_fn.html)
8686
- [`ControlFlow::is_break`](https://doc.rust-lang.org/stable/core/ops/enum.ControlFlow.html#method.is_break)
8787
- [`ControlFlow::is_continue`](https://doc.rust-lang.org/stable/core/ops/enum.ControlFlow.html#method.is_continue)
8888

89-
90-
<a id="1.95-Cargo"></a>
91-
92-
Cargo
93-
-----
94-
- [docs(report): enhance man pages for `cargo report *`](https://github.com/rust-lang/cargo/pull/16430/)<a id="1.95-Rustdoc"></a>
89+
<a id="1.95-Rustdoc"></a>
9590

9691
Rustdoc
9792
-----
9893
- [In search results, rank unstable items lower](https://github.com/rust-lang/rust/pull/149460)
9994
- [Add new "hide deprecated items" setting in rustdoc](https://github.com/rust-lang/rust/pull/151091)
95+
10096
<a id="1.95-Compatibility-Notes"></a>
10197

10298
Compatibility Notes
@@ -116,7 +112,6 @@ Compatibility Notes
116112
- [JSON target specs](https://doc.rust-lang.org/rustc/targets/custom.html) have been destabilized and now require `-Z unstable-options` to use. Previously, they could not be used without the standard library, which has no stable build mechanism. In preparation for the `build-std` project adding that support, JSON target specs are being proactively gated to ensure they remain unstable even if `build-std` is stabilized. Cargo now includes the `-Z json-target-spec` CLI flag to automatically pass `-Z unstable-options` to the compiler when needed. See [#150151](https://github.com/rust-lang/rust/pull/150151), [#151534](https://github.com/rust-lang/rust/pull/150151), and [rust-lang/cargo#16557](https://github.com/rust-lang/cargo/pull/16557).
117113
- [The arguments of `#[feature]` attributes on invalid targets are now checked](https://github.com/rust-lang/rust/issues/153764)
118114

119-
120115
<a id="1.95-Internal-Changes"></a>
121116

122117
Internal Changes

0 commit comments

Comments
 (0)