Skip to content

dev-2025-04

Choose a tag to compare

@gingerBill gingerBill released this 03 Apr 16:08
· 2158 commits to master since this release

New Language Features

New Compiler Improvements

  • Support LLVM 20.1
  • Fix Objective-C Selector and Class linking problems caused by a race condition
  • VERY Rudimentary support for Android:
    • -subtarget:android for -target:linux_arm64
  • Numerous js_wasm32 improvements
  • Add ~{memory} clobber to syscalls intrinsics
  • Improve or_else type inference logic
  • Use Microsoft's "best practices" for using vswhere
  • General Bug Fixes which caused compiler crashes

New Packages

Package Improvements

  • Update vendor:sdl3 to 3.2.10
  • core:crypto
    • General improvements
  • core:os/os2/path.odin rewrite from scratch
    • Improved Documentation
    • Remove dependency on core:path/filepath