- Stabilized language features such as associated constants, new `pub(restricted)` in `thread_local!`, expanded impls for unsized tuples, and increased `repr(align(N))` limit
- Significant compiler and library improvements: macro bug fixes, 29× faster expansion, better error reporting, RELRO support, wasm32‑emscripten and MSP430 targets, O(1) `Iterator::nth` for ranges, and many new trait impls and API stabiliz...
- Cargo updates include moving the API token file location, building binaries in sub‑directories of `src/bin`, versioned `cargo install`, and a no‑fail‑fast benchmark flag