- Fixed Cargo's timeout and retry behavior
- Patched libssh2 for CVE‑2025‑15661, CVE‑2026‑55199, and CVE‑2026‑55200
- Fixed a rustc miscompilation in MIR optimization
Official Rust changelog summary with source attribution, release tags, and community reactions.
Track this Rust release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Rust release note into a weekly digest for the tools you actually use.
Create digestFixed a miscompilation issue caused by LLVM optimizations.
Added numerous stable const APIs, new Cargo configuration options (build.warnings, resolver.lockfile path), Rustdoc flags, and language lint improvements including trailing‑self import support.
Added several language and compiler features: expr metavariables in cfg, automatic coercion of never types in tuples, support for s390x vector registers and LoongArch link relaxation, and allowing ManuallyDrop constants in patterns.