Commits
User selector
Commit History
Commits on May 29, 2026
respect @noSelf on interface containing call signature (#1724)
Show description for c40b6faauthored
Commits on May 3, 2026
diagnose unsupported async generators and for-await-of (#1717)
Show description for 4855d04authoredfix >> (signed right shift) on Lua 5.3+ (#1720) (#1721)
Show description for 9158aceauthored
Commits on Apr 21, 2026
Upgrade to TypeScript 6.0 (#1704)
Show description for 591989bauthored
Commits on Apr 18, 2026
- authored
fix await inside catch/finally in async try (#1659) (#1709)
Show description for 3d14be8authored
Commits on Apr 16, 2026
fix return, break and continue inside try in async functions (#1706) (#1707)
Show description for 5753d6cauthoredfix array destructuring prefix operator side effects (#1405) (#1708)
Show description for 781db84authored
Commits on Apr 3, 2026
fix >>> (unsigned right shift) producing wrong results on Lua 5.3+ (#1703)
Show description for 5176fcdauthored
Commits on Apr 1, 2026
fix Number.MAX_SAFE_INTEGER, MIN_SAFE_INTEGER, MIN_VALUE, MAX_VALUE emitting wrong Lua (#1698)
Show description for c043cdcauthoredfix Math.atan2 emitting math.atan2 instead of math.atan for Lua 5.4+ (#1700)
Show description for 84ef0b2authored
Commits on Mar 29, 2026
fix try/finally rethrow when try block has return paths (#1699)
Show description for ec26bdfauthored
Commits on Mar 24, 2026
fix try/finally not re-throwing errors when there is no catch clause (#1692)
Show description for cfb6e2bauthored
Commits on Feb 23, 2026
Add lua 5.5 target (#1680)
Show description for 8a0a85dauthoredFix enum nested in namespace (#1682)
Show description for e1f5d4fauthored
Commits on Dec 27, 2025
Fix constructor scope breaking vararg spread optimization (#1675)
Show description for a6230a7authored
Commits on Nov 9, 2025
Commits on Jul 17, 2025
Commits on Jul 12, 2025
- authored
fix: resolve #1647 (#1648)
Show description for ecad13fauthored
Commits on May 24, 2025
Commits on Mar 9, 2025
- committed
Commits on Feb 8, 2025
Add `bit` and `bit32` as lua keywords (#1617)
Show description for e6daa5fauthored
Commits on Dec 29, 2024
Basic `Luau` target (#1608)
Show description for 7cb97adauthored
Commits on Dec 28, 2024
Allow new Array() syntax for constructing lua tables (#1609)
Show description for 6dfe252authored
Commits on Dec 25, 2024
Commits on Nov 26, 2024
Commits on Nov 8, 2024
Fix LuaMultiReturn not being recognized inside more complicated iterables (#1595)
Show description for 43d8274authored