dev-2023-01
gingerBill
released this
11 Jan 17:23
·
6003 commits
to master
since this release
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
callscontextless
where possible - Add different variants for
sync.once_do
- Make
os.get_last_error
contextless - Numerous fixes to
core:fmt