- Stabilized major language features: impl Trait, inclusive range syntax, 128‑bit integers, const evaluation for many operations, and Copy/Clone for closures.
- Extended standard library with new APIs and performance improvements, such as default/hash for cmp::Reverse, 8× faster str::repeat, hexadecimal Debug formatting, and additional const methods.
- Breaking changes and deprecations: Fn alias syntax invalidated, deref results no longer promoted to 'static, .e0 literal now errors, AsciiExt deprecated, higher‑kinded lifetimes now hard errors, and hoedown removed from rustdoc.