| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| luau-windows.zip | 2026-03-13 | 2.7 MB | |
| Luau.Web.js | 2026-03-13 | 3.7 MB | |
| luau-ubuntu.zip | 2026-03-13 | 6.6 MB | |
| luau-macos.zip | 2026-03-13 | 4.8 MB | |
| 0.712 source code.tar.gz | 2026-03-13 | 2.2 MB | |
| 0.712 source code.zip | 2026-03-13 | 2.6 MB | |
| README.md | 2026-03-13 | 957 Bytes | |
| Totals: 7 Items | 22.5 MB | 1 | |
Analysis
- Fix being able to write to a read-only field in a compound assignment by @PhoenixWhitefire in https://github.com/luau-lang/luau/pull/2290
- Fix https://github.com/luau-lang/luau/issues/1986
- Fix https://github.com/luau-lang/luau/issues/1890
- Minor bugfixes and improvements
Compiler
- Do not constant-fold strings that are longer than 4096 characters. This helps to avoid pathalogical misoptimizations that could result in the compiling bytecode growing very large.
- fix constant placement into the CHECK_BUFFER_LEN 'double source' argument
Contributors
Co-authored-by: Ariel Weiss arielweiss@roblox.com Co-authored-by: Hunter Goldstein hgoldstein@roblox.com Co-authored-by: Thomas Schollenberger tschollenberger@roblox.com Co-authored-by: Vighnesh Vijay vvijay@roblox.com Co-authored-by: Vyacheslav Egorov vegorov@roblox.com
Full Changelog: https://github.com/luau-lang/luau/compare/0.711...0.712