diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-09-03 19:13:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 19:13:33 +0200 |
| commit | 2e005112fdd15af33f76eb2fd839c4f7f646d3ac (patch) | |
| tree | 707dd7ddfab4ec6f0faca0e0445d9f85bd96b360 | |
| parent | 442c0779944ac735ac49c0e8bb68b07ea672e952 (diff) | |
| parent | 17f3f92e8b6619f73a92fac95a324bb59b0390bf (diff) | |
| download | rust-2e005112fdd15af33f76eb2fd839c4f7f646d3ac.tar.gz rust-2e005112fdd15af33f76eb2fd839c4f7f646d3ac.zip | |
Rollup merge of #129930 - ferrocene:pa-relnotes-1801, r=pietroalbini
include 1.80.1 release notes on master Forgot this during the release process.
| -rw-r--r-- | RELEASES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 6aba476103e..29c872eb448 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -112,6 +112,14 @@ tools. - [Add a Rust-for Linux `auto` CI job to check kernel builds.](https://github.com/rust-lang/rust/pull/125209/) +Version 1.80.1 (2024-08-08) +=========================== + +<a id="1.80.1"></a> + +- [Fix miscompilation in the jump threading MIR optimization when comparing floats](https://github.com/rust-lang/rust/pull/128271) +- [Revert changes to the `dead_code` lint from 1.80.0](https://github.com/rust-lang/rust/pull/128618) + Version 1.80.0 (2024-07-25) ========================== |
