- Breaking changes introduced to type soundness and associated types, line iteration handling, static‑lifetime loan scope, str::parse rounding behavior, and use‑statement renaming, with some warnings becoming errors in the next release.
- Hundreds of new stable APIs added to the standard library (e.g., Box<str>, Arc, CString, TcpStream timeouts, Vec::append, HashMap/HashSet Extend, etc.) and several older APIs deprecated (BTreeMap/Set with_b, Option/Result slice helpers, ...
- Bug fixes and performance enhancements including fixed VecDeque zero‑size panic, faster string searching, O(1) iterator count/nth/last, improved compiler stack handling, and new Windows MSVC 64‑bit support.