Skip to content

Commit 5ad927e

Browse files
authored
Merge pull request #1467 from cuviper/rust-1.84.1
Announcing Rust 1.84.1
2 parents 14ca4c0 + a564fa4 commit 5ad927e

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

posts/2025-01-30-Rust-1.84.1.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: post
3+
title: "Announcing Rust 1.84.1"
4+
author: The Rust Release Team
5+
release: true
6+
---
7+
8+
The Rust team has published a new point release of Rust, 1.84.1. Rust is a
9+
programming language that is empowering everyone to build reliable and
10+
efficient software.
11+
12+
If you have a previous version of Rust installed via rustup, getting Rust
13+
1.84.1 is as easy as:
14+
15+
```
16+
rustup update stable
17+
```
18+
19+
If you don't have it already, you can [get `rustup`][rustup] from the
20+
appropriate page on our website.
21+
22+
[rustup]: https://www.rust-lang.org/install.html
23+
24+
## What's in 1.84.1
25+
26+
1.84.1 resolves a few regressions introduced in 1.84.0:
27+
28+
- [Fix ICE 132920 in duplicate-crate diagnostics.](https://github.com/rust-lang/rust/pull/133304/)
29+
- [Fix errors for overlapping impls in incremental rebuilds.](https://github.com/rust-lang/rust/pull/133828/)
30+
- [Fix slow compilation related to the next-generation trait solver.](https://github.com/rust-lang/rust/pull/135618/)
31+
- [Fix debuginfo when LLVM's location discriminator value limit is exceeded.](https://github.com/rust-lang/rust/pull/135643/)
32+
33+
It also includes several fixes for those building Rust from source:
34+
35+
- [Only try to distribute `llvm-objcopy` if LLVM tools are enabled.](https://github.com/rust-lang/rust/pull/134240/)
36+
- [Add Profile Override for Non-Git Sources.](https://github.com/rust-lang/rust/pull/135433/)
37+
- [Resolve symlinks of LLVM tool binaries before copying them.](https://github.com/rust-lang/rust/pull/135585/)
38+
- [Make it possible to use ci-rustc on tarball sources.](https://github.com/rust-lang/rust/pull/135722/)
39+
40+
### Contributors to 1.84.1
41+
42+
Many people came together to create Rust 1.84.1. We couldn't have done it
43+
without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.84.1/)

0 commit comments

Comments
 (0)