Last 7 days
0
Features: 0
Changes: 0
Fixes: 0
Deprecations: 0
Memory-safe systems programming language and toolchain.
Latest Rust changelog updates, official release notes, breaking changes, security patches, pricing changes, and developer reactions in one product feed.
Follow this Rust release-notes page to spot useful features, risky migrations, noisy announcements, and source links before they hit your backlog.
Changes.Watch links back to official changelog and release-note sources so summaries stay easy to verify.
Use channels to follow groups of tools around a stack, workflow, or topic.
Rolling windows show how many product updates landed in the last 7, 30, 90, and 365 days, grouped by existing changelog semantics.
0
3
4
4
Fixed 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.
Fixed Cargo's timeout and retry behavior
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.