Download Latest Version 0.737 source code.zip (3.8 MB)
Email in envelope

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

Home / 0.736
Name Modified Size InfoDownloads / Week
Parent folder
luau-windows.zip 2026-08-28 3.1 MB
luau-ubuntu.zip 2026-08-28 7.5 MB
Luau.Web.js 2026-08-28 4.2 MB
luau-macos.zip 2026-08-28 5.7 MB
0.736 source code.tar.gz 2026-08-28 3.3 MB
0.736 source code.zip 2026-08-28 3.8 MB
README.md 2026-08-28 833 Bytes
Totals: 7 Items   27.5 MB 40

New week, new Luau!

In this episode:

Type System

  • better generalization of types for lambdas defined in table literals
  • less ICE on generics
  • check whether table indexer values are coincident when simplifying tables
  • fix infinite recursion into degenerate intersection type in autocomplete

Cyclic Modules

  • modules without return make their way in cyclic groups
  • better error messages for cyclic requires
  • fix use-after-free when a self-requiring module is checked before its dependents

Runtime

  • many correctness bug fixes for JIT Bytecode Inliner
  • reduced unnecessary move instructions around static function inlining

Common

  • Use the Bitset iterator to iterate through the k-v pairs in DenseHashMap2
  • fixed a memory leak in DenseHash2 and its erase implementation
  • more benchmarks
Source: README.md, updated 2026-08-28