- The 2024 Edition is now stable, async closures are stabilized, and AsyncFn is added to the prelude across all editions.
- A large set of APIs (e.g., HashMap/HashSet with hasher, float utilities, const‑eval layout helpers) are now stable in const contexts.
- Breaking changes: the unstable `Zpolymorphize` flag is removed, `core::ffi::c_char` signedness changes on many Tier 2/3 targets, and the handling of the `test` cfg is revised.