- Added support for named captures in format strings (`{ident}`) and expanded const‑eval capabilities (e.g., dereferencing const pointers, Duration methods, File::options) with relaxed Unsize rules.
- Stabilized new compiler and tooling options: `-Z strip` for removing debug symbols, LLVM CFI support, coverage mapping versions 5/6, and LLVM optimization remarks emission.
- Introduced breaking and quality‑of‑life changes: Windows `Command` no longer searches the current directory, proc‑macro compatibility lints are now denied by default, rustdoc now recursively shows `Deref` impls and rejects stray semicolo...