(Changes since 1.32.0-beta1 are marked with (new).)
Big news
- Frontend, druntime and Phobos are at version 2.102.2. (#4323, #4341) (new)
- 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) - New
timetrace2txt
tool for easier inspection of--ftime-trace
output. (#4335) (new) --ftime-trace
now also traces CTFE execution: the start expression of CTFE and function calls during CTFE. (#4339) (new)
Platform support
- Supports LLVM 9.0 - 15.0.
- Now supports
-mabi
for RISC-V targets. (#4322)