- Implemented DST coercions for smart pointers, experimental parallel codegen, MSVC linker support, and numerous new library APIs (e.g., iter::once/empty, Extend implementations, wrapping arithmetic, pretty‑print debug formatting, RawFd/Ha...
- Changed core semantics: char case conversion now follows Unicode, mem::align reports minimum alignment (mem::min_align deprecated), the packed attribute is no longer accepted, and associated type defaults are now gated.
- Added deprecation for mem::min_align and introduced several bug‑fixes and compiler optimizations such as smarter typo heuristics and faster fat‑pointer handling.