Skip to content

dev-2023-01

Compare
Choose a tag to compare
@gingerBill gingerBill released this 11 Jan 17:23
· 6003 commits to master since this release
86511d4

New Language Features

Compiler Improvements

  • Improvements to multiple return values ABI for Odin calling conventions
  • Improved internal thread pool implementation (ready for next month's release)
    • Futex usage too
  • Numerous bug and typo fixes

New Packages

  • core:text/match

Package Improvements

  • Make sync calls contextless where possible
  • Add different variants for sync.once_do
  • Make os.get_last_error contextless
  • Numerous fixes to core:fmt