- Stabilized numerous APIs (AtomicPtr fetch ops, strict integer ops, PathBuf extensions, Duration::from_mins/hours, const‑context methods) and added new diagnostics/linters (dangling pointer, integer‑to‑ptr transmutes, semicolon‑in‑macro d...
- Promoted aarch64/Windows platforms to higher tiers, made the Cargo build directory configurable (build.build) with host‑tuple target flag, and changed crate publishing to exclude intermediate build artifacts by default.
- Introduced breaking changes: semicolon‑in‑macro lint is now a hard error, invalid attribute syntax and trait‑impl modifiers are rejected, static closures are disallowed, and other attribute‑related compatibility checks are stricter.