New Language Features
- Add builtin
shrinkfor dynamic maps and arrays
New Compiler Features
Compiler Improvements
- Fix
odin testrunner. - Use
memmoveif possible when emitting store over a certain size
New Packages
core:slice/heap- A max heap implementation
Package Improvements
- Tighter allocation of Arena allocator
- Remove
simd_rem; Disallowsimd_devfor integers - Remove
stringsdependency fromcore:sys/windows - Additional Win32 bindings
- Add new verbs and qualifiers to
core:fmt - Support utf-16 printing with
[]u16and[^]u16 - Add
strings.prefix_lengthandslice.prefix_length - Add
runtime.dll_forward_reasonfor Windows