dlang/dmd
dmd D Programming Language compiler
2 Releases
Latest: 3mo ago
DMD v2.112.1-rc.1v2.112.1-rc.1LatestPre-release
📋 What's Changed
- fix #22323 - error "cannot get frame pointer" with AA in struct literal by @rainers in https://github.com/dlang/dmd/pull/22324
- fix #22354 - aa[key] ~= null discarded by @rainers in https://github.com/dlang/dmd/pull/22361
- fix #22386 - Indexed initialization of multi dimensional const array does not compile. by @rainers in https://github.com/dlang/dmd/pull/22391
- fix #22406 - [REG 2.112] Error: function '_d_aaLen' is not callable … by @rainers in https://github.com/dlang/dmd/pull/22407
- [stable] Fix #22422 - Missing _d_cast lowering for CommaExp by @kinke in https://github.com/dlang/dmd/pull/22424
- [stable] etc.linux.memoryerror: Adapt to dynamic SIGSTKSZ since glibc v2.34 by @kinke in https://github.com/dlang/dmd/pull/22473
- Backport PR's to fix stable by @rikkimax in https://github.com/dlang/dmd/pull/22475
- fix #22480 - Regression in DMD v2.112, betterC can not work with CTFE associative array any more by @rainers in https://github.com/dlang/dmd/pull/22488
- + 15 more
✨ New Contributors
- @divyansharma001 made their first contribution in https://github.com/dlang/dmd/pull/22622
- Full Changelog: https://github.com/dlang/dmd/compare/v2.112.0...v2.112.1-rc.1
DMD nightlynightlyPre-release
Nightly build of the reference D compiler Note that the official date and commit will be outdated because this release is continuously updated. The actually built revisions are: | Component | Revision | | --------- | ---------------------------------------------------------------- | | DMD | dlang/dmd@eb972a44597bc1f36a5e4feedf12490721773e5e | | Phobos | dlang/phobos@57f660fab94b29e216f5cae81151097d6b2ceae3 |
