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
- [Prevent opaque types being instantiated twice with different regions within the same function.](https://github.com/rust-lang/rust/pull/116935/)
10
+
- [Stabilize WebAssembly target features that are in phase 4 and 5.](https://github.com/rust-lang/rust/pull/117457/)
11
+
- [Add the `redundant_lifetimes` lint to detect lifetimes which are semantically redundant.](https://github.com/rust-lang/rust/pull/118391/)
12
+
- [Stabilize the `unnameable_types` lint for public types that can't be named.](https://github.com/rust-lang/rust/pull/120144/)
13
+
- [Enable debuginfo in macros, and stabilize `-C collapse-macro-debuginfo` and `#[collapse_debuginfo]`.](https://github.com/rust-lang/rust/pull/120845/)
14
+
- [Propagate temporary lifetime extension into `if` and `match` expressions.](https://github.com/rust-lang/rust/pull/121346/)
15
+
- [Restrict promotion of `const fn` calls.](https://github.com/rust-lang/rust/pull/121557/)
16
+
- [Warn against refining impls of crate-private traits with `refining_impl_trait` lint.](https://github.com/rust-lang/rust/pull/121720/)
17
+
- [Stabilize associated type bounds (RFC 2289).](https://github.com/rust-lang/rust/pull/122055/)
18
+
- [Stabilize importing `main` from other modules or crates.](https://github.com/rust-lang/rust/pull/122060/)
19
+
- [Check return types of function types for well-formedness](https://github.com/rust-lang/rust/pull/115538)
- [Promote several Windows targets to tier 2](https://github.com/rust-lang/rust/pull/121712): `aarch64-pc-windows-gnullvm`, `i686-pc-windows-gnullvm`, and `x86_64-pc-windows-gnullvm`.
34
+
35
+
Refer to Rust's [platform support page][platform-support-doc]
36
+
for more information on Rust's tiered platform support.
- [Prevent dashes in `lib.name`, always normalizing to `_`.](https://github.com/rust-lang/cargo/pull/12783/)
98
+
- [Stabilize MSRV-aware version requirement selection in `cargo add`.](https://github.com/rust-lang/cargo/pull/13608/)
99
+
- [Switch to using `gitoxide` by default for listing files.](https://github.com/rust-lang/cargo/pull/13696/)
100
+
- [Error on `[project]` in Edition 2024; `cargo fix --edition` will change it to `[package]`.](https://github.com/rust-lang/cargo/pull/13747/)
101
+
102
+
<a id="1.79.0-Rustdoc"></a>
103
+
104
+
Rustdoc
105
+
-----
106
+
107
+
- [Always display stability version even if it's the same as the containing item.](https://github.com/rust-lang/rust/pull/118441/)
108
+
- [Show a single search result for items with multiple paths.](https://github.com/rust-lang/rust/pull/119912/)
109
+
- [Support typing `/` in docs to begin a search.](https://github.com/rust-lang/rust/pull/123355/)
110
+
111
+
<a id="1.79.0-Misc"></a>
112
+
113
+
Misc
114
+
----
115
+
116
+
<a id="1.79.0-Compatibility-Notes"></a>
117
+
118
+
Compatibility Notes
119
+
-------------------
120
+
121
+
- [Update the minimum external LLVM to 17.](https://github.com/rust-lang/rust/pull/122649/)
122
+
- [`RustcEncodable` and `RustcDecodable` are soft-destabilized, to be removed
123
+
from the prelude in next edition.](https://github.com/rust-lang/rust/pull/116016/)
124
+
- [The `wasm_c_abi` future-incompatibility lint will warn about use of the
125
+
non-spec-compliant C ABI.](https://github.com/rust-lang/rust/pull/117918/)
126
+
Use `wasm-bindgen v0.2.88` to generate forward-compatible bindings.
127
+
- [Check return types of function types for well-formedness](https://github.com/rust-lang/rust/pull/115538)
0 commit comments