- Stabilized numerous APIs (e.g., thread::Builder::spawn_unchecked, const ops in inline asm, iterator sorting methods, const Waker/Context, uninit Rc/Arc/Box) and added new const capabilities
- Added several new tier‑2/3 compilation targets (riscv64gc‑musl, Mac Catalyst, powerpc‑muslspe, Trusty OS, wasm32‑wasip2) and improved diagnostics such as proper unreachable code warnings for async functions
- Introduced breaking changes: disallow overriding built‑in cfgs via CLI, binary‑search may return a different equal element, WebAssembly default features (multivalue, reference types) behavior changed, and new unsafety errors for union pa...