mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
b066e4c8f8
* Fix free Luau type being fully overwritten by 'any' and causing UAF * Fix lua_clonefunction implementation replacing top instead of pushing * Falsey values other than false can now narrow refinements * Fix lua_getmetatable, lua_getfenv not waking thread up * FIx a case where lua_objlen could push a new string without thread wakeup or GC * Moved Luau math and bit32 definitions to definition file * Improve Luau parse recovery of incorrect return type token |
||
---|---|---|
.. | ||
Ast.cpp | ||
Confusables.cpp | ||
Lexer.cpp | ||
Location.cpp | ||
Parser.cpp | ||
StringUtils.cpp | ||
TimeTrace.cpp |