diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-01-30 20:47:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 20:47:08 +0100 |
| commit | 41c8ce99a986f43be0744b7c3ed29130a9fef01e (patch) | |
| tree | 702289a157b3ff5fc2992156b9844628568bff32 | |
| parent | 6a66a270b09abc76110db5558b8a2220ae9b71bd (diff) | |
| parent | e4db6d7825cc22991f2c73623c39c457e86a1600 (diff) | |
| download | rust-41c8ce99a986f43be0744b7c3ed29130a9fef01e.tar.gz rust-41c8ce99a986f43be0744b7c3ed29130a9fef01e.zip | |
Rollup merge of #136256 - cuviper:relnotes-1.84.1, r=pietroalbini
Add release notes for 1.84.1 r? `@Mark-Simulacrum`
| -rw-r--r-- | RELEASES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 2da6ed3f100..e0175db7ec8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,18 @@ +Version 1.84.1 (2025-01-30) +========================== + +<a id="1.84.1"></a> + +- [Fix ICE 132920 in duplicate-crate diagnostics.](https://github.com/rust-lang/rust/pull/133304/) +- [Fix errors for overlapping impls in incremental rebuilds.](https://github.com/rust-lang/rust/pull/133828/) +- [Fix slow compilation related to the next-generation trait solver.](https://github.com/rust-lang/rust/pull/135618/) +- [Fix debuginfo when LLVM's location discriminator value limit is exceeded.](https://github.com/rust-lang/rust/pull/135643/) +- Fixes for building Rust from source: + - [Only try to distribute `llvm-objcopy` if llvm tools are enabled.](https://github.com/rust-lang/rust/pull/134240/) + - [Add Profile Override for Non-Git Sources.](https://github.com/rust-lang/rust/pull/135433/) + - [Resolve symlinks of LLVM tool binaries before copying them.](https://github.com/rust-lang/rust/pull/135585/) + - [Make it possible to use ci-rustc on tarball sources.](https://github.com/rust-lang/rust/pull/135722/) + Version 1.84.0 (2025-01-09) ========================== |
