New Language Features
Compiler Improvements
-obfuscate-source-code-locationsflag to hash location strings- MacOS:
-no-crtnow works- Fix the duplicate
-lSystemlinker warning - Default to SDK version for -minimum-os-version to avoid linker warnings
#loadnow works with absolute paths- Fix a bug that caused running tests twice
- General compiler crash fixes
New Packages
Package Improvements
- Fixes:
- Default
temp_allocator/arena edge cases - Dynamic array
assign_at_elemsbug
- Default
core:sys/linux: syscall additionscore:sys/windows: HIDPI, Error codes enumvendor:raylib: update to version 5core:slice:reduce_reverse,filter_reverse,repeat,unique,unique_proccore:log:Allocatorprint formatted (kb, mb etc.) bytescore:fmt: Make%gthe default for floatscore:encoding/json: basic union unmarshalling