Big news
- Frontend, druntime and Phobos are at version 2.098.1+. (#3886, #3896)
- New
@hidden
UDA (as counterpart ofexport
). (#3855) - Support 'raw mangles' via leading
\1
inpragma(mangle)
strings, e.g., to access magic linker symbols on Mac. (#3854) - New
@noSanitize
UDA to selectively disable sanitizer instrumentation of functions. (#3889) - WebAssembly: Larger default stack size (1 MB) and protection against stack overflow overwriting global memory. (#3882)
Bug fixes
- Linux x86/x64: Fix TLS range with static druntime and bfd/lld linkers. (#3849, ldc-developers/druntime@ec3c0aa)
- Support
rdtscp
in DMD-style inline assembly. (#3895)