- - Added several new language features (let‑chains, naked functions, cfg boolean literals) and stabilized many const APIs and slice iteration methods.
- - Introduced breaking changes: the #[bench] attribute is now a hard error, vector types with non‑Rust ABI require the proper target feature, and i686‑pc‑windows‑gnu is demoted to Tier 2.
- - Added safety‑focused lints (invalid null arguments, dangerous implicit autorefs), fixed borrow‑checker permissiveness, and deprecated the libtest "nocapture" flag in favor of "no_capture".