- Added numerous stable APIs (Box conversions, raw Arc/Rc pointers, Ordering::then, BTreeMap range, Cell enhancements, etc.) and new language features like struct field shorthand and allowing Self in impl where‑clauses
- Introduced breaking soundness changes: unsized coercions now require equal lifetimes, early‑bound lifetimes fix, hard error for transmuting fn items to pointer‑sized types, and format! now panics on formatting errors
- Improved security and stability: adaptive HashMap resizing to mitigate DOS attacks, optional C overflow checks, many bug‑fixes and ICE resolutions, plus updates to Cargo commands and documentation tooling