Skip to content

1.13.2

Latest
Compare
Choose a tag to compare
@straight-shoota straight-shoota released this 20 Aug 13:50
· 115 commits to master since this release
1.13.2
879ec12

1.13.2 (2024-08-20)

Bugfixes

stdlib

compiler

  • (codegen) Fix ReferenceStorage(T) atomic if T has no inner pointers (#14845, thanks @HertzDevil)
  • (codegen) Fix misaligned store in Bool to union upcasts (#14906, thanks @HertzDevil)
  • (interpreter) Fix misaligned stack access in the interpreter (#14843, thanks @HertzDevil)

Infrastructure