lua/testes
2022-09-23 11:08:10 -03:00
..
libs
all.lua
api.lua
attrib.lua
big.lua
bitwise.lua Negation in constant folding of '>>' may overflow 2022-09-23 11:08:10 -03:00
bwcoercion.lua
calls.lua More checks and documentation for uses of EXTRA_STACK 2022-05-26 15:14:54 -03:00
closure.lua
code.lua
constructs.lua
coroutine.lua 'lua_checkstack' doesn't need to check stack overflow 2022-05-23 10:38:03 -03:00
cstack.lua
db.lua
errors.lua
events.lua
files.lua Small simplification in overflow check in 'getfield' 2022-09-23 10:57:35 -03:00
gc.lua
gengc.lua
goto.lua
heavy.lua
literals.lua
locals.lua Bug: 'break' may not properly close variable in a 'for' loop 2022-08-24 17:36:47 -03:00
main.lua Simpler handling of Byte Order Mark (BOM) 2022-08-23 16:08:53 -03:00
math.lua
nextvar.lua New test for table rehash 2022-09-16 17:05:22 -03:00
packtests
pm.lua
sort.lua
strings.lua
tpack.lua
tracegc.lua
utf8.lua Bug: 'utf8.codes' accepts spurious continuation bytes 2022-09-23 10:41:16 -03:00
vararg.lua
verybig.lua