Skip to content

dev-2022-07

Compare
Choose a tag to compare
@Kelimion Kelimion released this 02 Jul 10:00
· 6535 commits to master since this release

New Language Features

  • Add builtin shrink for dynamic maps and arrays

New Compiler Features

Compiler Improvements

  • Fix odin test runner.
  • Use memmove if 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; Disallow simd_dev for integers
  • Remove strings dependency from core:sys/windows
  • Additional Win32 bindings
  • Add new verbs and qualifiers to core:fmt
  • Support utf-16 printing with []u16 and [^]u16
  • Add strings.prefix_length and slice.prefix_length
  • Add runtime.dll_forward_reason for Windows