| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| luau-windows.zip | 2026-03-27 | 2.7 MB | |
| Luau.Web.js | 2026-03-27 | 3.7 MB | |
| luau-ubuntu.zip | 2026-03-27 | 6.6 MB | |
| luau-macos.zip | 2026-03-27 | 4.8 MB | |
| 0.714 source code.tar.gz | 2026-03-27 | 2.2 MB | |
| 0.714 source code.zip | 2026-03-27 | 2.6 MB | |
| README.md | 2026-03-27 | 1.2 kB | |
| Totals: 7 Items | 22.5 MB | 7 | |
Another week, another release! Happy spring! 🌷
Open-source contributions
- Fix
type(x) == "vector"always refiningxtoneverby @PhoenixWhitefire in https://github.com/luau-lang/luau/pull/2291
Analysis
- Remove an incorrect assertion triggered when we fail to bind a generic pack.
- Various miscellaneous fixes for bugs found by the fuzzer.
Runtime
- Fix
DUPTABLEconstant packing not respecting side-effects. - NCG: fix removal of stores that are still needed in VM exits.
- NCG: fix a bug that caused buffer access ranges to be computed incorrectly.
- Fix [#2293].
Miscellaneous
- Various
Makefileimprovements. - Add lldb providers for
Proto. - Add new
--dump-constantsflag toluau-compile.
Full Changelog: https://github.com/luau-lang/luau/compare/0.713...0.714
Co-authored-by: Andy Friesen afriesen@roblox.com Co-authored-by: Ariel Weiss arielweiss@roblox.com Co-authored-by: David Cope dcope@roblox.com Co-authored-by: Hunter Goldstein hgoldstein@roblox.com Co-authored-by: Sora Kanosue skanosue@roblox.com Co-authored-by: Thomas Schollenberger tschollenberger@roblox.com Co-authored-by: Vyacheslav Egorov vegorov@roblox.com