1.86.0

1.86.0 #

  • Released on: 3 April, 2025
  • Branched from master on: 14 February, 2025

Language #

Compiler #

Platform Support #

Refer to Rust’s [platform support page][platform-support-doc] for more information on Rust’s tiered platform support.

Libraries #

Stabilized APIs #

These APIs are now stable in const contexts:

Cargo #

Rustdoc #

Compatibility Notes #

Internal Changes #

These changes do not affect any public interfaces of Rust, but they represent significant improvements to the performance or internals of rustc and related tools.

  • Build the rustc on AArch64 Linux with ThinLTO + PGO. The ARM 64-bit compiler (AArch64) on Linux is now optimized with ThinLTO and PGO, similar to the optimizations we have already performed for the x86-64 compiler on Linux. This should make it up to 30% faster.