Rust 1.84.0 pre-release testing

The 1.84.0 pre-release is ready for testing. The release is scheduled for January 9. Release notes can be found here.

You can try it out locally by running:

RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable

The index is https://dev-static.rust-lang.org/dist/2025-01-07/index.html.

The release team is also thinking about changes to our pre-release process: we'd love your feedback on this GitHub issue.

3 Likes

std::os::darwin has been made public links to the wrong PR.

EDIT: Already mentioned here Release notes for 1.84.0 by BoxyUwU · Pull Request #134568 · rust-lang/rust · GitHub

Thanks for pointing that out! Opened Fix release notes link by pietroalbini · Pull Request #135252 · rust-lang/rust · GitHub with the fix.

Please backport bootstrap: revert `rust.download-rustc` global default to `false` · rust-lang/rust@aafd56b · GitHub It will fix Rustc 1.84 beta3 can't build from tarball: bootstrap try to find git commit on non git directory · Issue #133860 · rust-lang/rust · GitHub