Download Latest Version 0.698 source code.tar.gz (2.1 MB)
Email in envelope

Get an email when there's a new version of Luau

Home / 0.695
Name Modified Size InfoDownloads / Week
Parent folder
luau-windows.zip 2025-10-11 2.6 MB
luau-ubuntu.zip 2025-10-11 6.4 MB
luau-macos.zip 2025-10-11 4.8 MB
Luau.Web.js 2025-10-11 767.8 kB
0.695 source code.tar.gz 2025-10-11 2.1 MB
0.695 source code.zip 2025-10-11 2.5 MB
README.md 2025-10-11 1.4 kB
Totals: 7 Items   19.0 MB 0

Hey there friends, apologies for the late release this week! Most of the changes amount to essentially spring (really, autumn) cleaning as we prepare for the next stage of release for the New Type Solver! We've cleaned up lots of flags, enabled regression tests that had been disabled because the New Type Solver did not support them, done some refactoring and otherwise cleaned up bits of code. None of these are really worth capturing beyond the high-level of saying we cleaned things up, but there's also a few small runtime fixes that we'll describe below.

Runtime

  • Fix a bug with the argument ordering for the vblendvps and vblendvpd instructions in our Native Code Generation IR that led to vector.lerp having the wrong argument order in some situations when using NCG. vector.lerp should now behave correctly under NCG.
  • Remove an incorrect debug assertion in Native Code Generation's register allocation implementation for A64 assembly (i.e. for ARM's 64-bit architecture).

Co-authored-by: Andy Friesen afriesen@roblox.com Co-authored-by: Annie Tang annietang@roblox.com Co-authored-by: Ariel Weiss aaronweiss@roblox.com Co-authored-by: Hunter Goldstein hgoldstein@roblox.com Co-authored-by: Ilya Rezvov irezvov@roblox.com Co-authored-by: Sora Kanosue skanosue@roblox.com Co-authored-by: Vyacheslav Egorov vegorov@roblox.com

Source: README.md, updated 2025-10-11