- Const fn support expanded: generic trait bounds, impl Trait args/returns, function pointers, opaque impl Trait returns, and many offset/wrapping arithmetic methods now usable in const contexts.
- Several std APIs stabilized, including Pin::static, mutable retain for Vec/VecDeque, std::process::ExitCode & Termination, thread::available_parallelism (cgroup‑aware), and stdio lock returning 'static handles.
- Breaking changes: Cargo now avoids whole‑archive linking by default (may cause link errors), cfg predicates are always fully evaluated, and proc‑macro ident matchers no longer wrap groups.