Big news
- Frontend, druntime and Phobos are at version 2.102.1+. (#4323)
- LLVM for prebuilt packages bumped to v15.0.7. (#4311)
- Linker-level dead code elimination is enabled by default for Apple, wasm and all ELF targets too now. (#4320)
- Vector comparisons (==, !=, <, <=, >, >=) now yield a vector mask. Identity comparisons (
is
,!is
) still yield a scalarbool
. (3a59ee8)
Platform support
- Supports LLVM 9.0 - 15.0.
- Now supports
-mabi
for RISC-V targets. (#4322)