Skip to content

LDC 1.35.0

Compare
Choose a tag to compare
@kinke kinke released this 15 Oct 11:11
· 1172 commits to master since this release

(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:
    • Fix static linkage. (#4484, #4487) (new)
    • Make gcc builtins available. (#4483) (new)
    • Apple: Support weird asm("_" "<name>") mangling stuff. (#4485, #4486) (new)
  • 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)