(Changes since 1.35.0-beta1 are marked with (new).)
Big news
- Frontend, druntime and Phobos are at version 2.105.2+. (#4476, #4498, #4513) (new)
- The Windows installer now supports non-admin installs without an explicit
/CURRENTUSER
switch. (#4495) (new)
Platform support
- Initial compiler support for LoongArch64. druntime support is pending. (#4500) (new)
Bug fixes
- ImportC:
- AArch64: Fix an ABI-related ICE. (#4489, #4490) (new)
- Fix GC2Stack optimization regression introduced in v1.24. (#4510, #4511) (new)
- Fix druntime ABI divergence when compiling with sanitizers support. (#4508, #4509) (new)
- Windows: Fix an instance of missed backslash-escaping in
-ftime-trace
JSON. (#4506, #4507) (new)