summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-06 19:02:52 +0000
committerbors <bors@rust-lang.org>2024-08-06 19:02:52 +0000
commit3f5fd8dd41153bc5fdca9427e9e05be2c767ba23 (patch)
tree01cdc48561c6f259221b76ee764f3e8fba492708 /RELEASES.md
parent051478957371ee0084a7c0913941d2a8c4757bb9 (diff)
parent1cc8da5c1015f8ce0268f856a4de42cb9e77e218 (diff)
downloadrust-1.80.1.tar.gz
rust-1.80.1.zip
Auto merge of #128635 - pietroalbini:pa-1.80.1, r=pietroalbini 1.80.1
Prepare Rust 1.80.1 point release

The point release is scheduled to include:

* https://github.com/rust-lang/rust/pull/128271
* https://github.com/rust-lang/rust/pull/128618
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 0ecd472efb6..a8616ec39f7 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,4 +1,12 @@
-Version 1.80 (2024-07-25)
+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)
 ==========================
 
 <a id="1.80-Language"></a>