| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| luau-windows.zip | 2026-04-03 | 2.7 MB | |
| Luau.Web.js | 2026-04-03 | 3.7 MB | |
| luau-ubuntu.zip | 2026-04-03 | 6.5 MB | |
| luau-macos.zip | 2026-04-03 | 4.9 MB | |
| 0.715 source code.tar.gz | 2026-04-03 | 2.2 MB | |
| 0.715 source code.zip | 2026-04-03 | 2.6 MB | |
| README.md | 2026-04-03 | 1.8 kB | |
| Totals: 7 Items | 22.6 MB | 58 | |
The Luau team has been cooking for this week's release! 🍳
We have implemented an initial version of the 64-bit Integer Type! Please keep in mind that although the RFC has been accepted, we are currently in the process of identifying and fixing bugs, which may require amending the original RFC.
Additionally, we've been working on the following:
Analysis
- Fix crash reported in https://github.com/luau-lang/luau/issues/2305.
- Reword type-function error messages.
- Fix various crashes found by fuzzer and in unit tests.
- Rework how we track generalizable free types.
Runtime
- NCG: Propagate register tags across block chains.
- NCG: Fix a bug in how register information was set up when entering a new block.
- NCG: Fix a bug where register tag information for non-live registers was incorrectly propagated.
- NCG: Remove duplicate stores of doubles and integers.
- NCG: Unconditionally provide tags to read/write functions for buffers.
Miscellaneous
- Various Makefile, lldb_formatter, and lldb-dap improvements.
Thanks as always to our open-source contributors:
- Read-only/Write-only extern properties, Read-only vector properties by @PhoenixWhitefire in [#2071]
Full Changelog: 0.714...0.715
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: James McNellis jmcnellis@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