luau/Ast/src
rblanckaert b066e4c8f8
0.531 (#532)
* 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
2022-06-10 09:58:21 -07:00
..
Ast.cpp Sync to upstream/release/514 (#372) 2022-02-17 17:18:01 -08:00
Confusables.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Lexer.cpp Sync to upstream/release/525 (#467) 2022-04-28 18:24:24 -07:00
Location.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Parser.cpp 0.531 (#532) 2022-06-10 09:58:21 -07:00
StringUtils.cpp Sync to upstream/release/524 (#462) 2022-04-21 14:44:27 -07:00
TimeTrace.cpp Sync to upstream/release/522 (#450) 2022-04-07 14:29:01 -07:00