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
Auto merge of rust-lang#129936 - matthiaskrgr:rollup-0s8xycb, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#127692 (Suggest `impl Trait` for References to Bare Trait in Function Header)
- rust-lang#128701 (Don't Suggest Labeling `const` and `unsafe` Blocks )
- rust-lang#128934 (Non-exhaustive structs may be empty)
- rust-lang#129630 (Document the broken C ABI of `wasm32-unknown-unknown`)
- rust-lang#129863 (update comment regarding TargetOptions.features)
- rust-lang#129896 (do not attempt to prove unknowable goals)
- rust-lang#129926 (Move `SanityCheck` and `MirPass`)
- rust-lang#129928 (rustc_driver_impl: remove some old dead logic)
- rust-lang#129930 (include 1.80.1 release notes on master)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: RELEASES.md
+8
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,14 @@ tools.
112
112
113
113
- [Add a Rust-for Linux `auto` CI job to check kernel builds.](https://github.com./rust-lang/rust/pull/125209/)
114
114
115
+
Version 1.80.1 (2024-08-08)
116
+
===========================
117
+
118
+
<a id="1.80.1"></a>
119
+
120
+
- [Fix miscompilation in the jump threading MIR optimization when comparing floats](https://github.com./rust-lang/rust/pull/128271)
121
+
- [Revert changes to the `dead_code` lint from 1.80.0](https://github.com./rust-lang/rust/pull/128618)
0 commit comments