Skip to content

Commit

Permalink
Finalize v1.35.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Oct 15, 2023
1 parent e003006 commit 9c1ae1e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
# LDC master

#### Big news

#### Platform support

#### Bug fixes

# LDC 1.35.0 (2023-10-15)

#### Big news
- Frontend, druntime and Phobos are at version [2.105.2+](https://dlang.org/changelog/2.105.0.html). (#4476, #4498, #4513)
- The Windows installer now supports non-admin installs *without* an explicit `/CURRENTUSER` switch. (#4495)

#### Platform support
- Initial compiler support for LoongArch64. druntime support is pending. (#4500)

#### Bug fixes
- ImportC:
- Fix `static` linkage. (#4484, 4487)
- Fix `static` linkage. (#4484, #4487)
- Make gcc builtins available. (#4483)
- Apple: Support weird `asm("_" "<name>")` mangling stuff. (#4485, #4486)
- AArch64: Fix an ABI-related ICE. (#4489, #4490)
- Fix GC2Stack optimization regression introduced in v1.24. (#4510, #4511)
- Fix druntime ABI divergence when compiling with sanitizers support. (#4508, #4509)
- Windows: Fix an instance of missed backslash-escaping in `-ftime-trace` JSON. (#4506, #4507)

# LDC 1.34.0 (2023-08-26)

Expand Down

0 comments on commit 9c1ae1e

Please sign in to comment.