lua/testes
2022-10-25 16:44:06 -03:00
..
libs
all.lua
api.lua Bug: GC is not reentrant 2021-12-13 10:41:17 -03:00
attrib.lua Bug: Lua can generate wrong code when _ENV is <const> 2022-02-15 12:28:46 -03:00
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 Changes in cache for function constants 2021-03-30 14:49:18 -03:00
constructs.lua Bug: Wrong code generation in bitwise operations 2022-04-25 14:42:51 -03:00
coroutine.lua 'lua_checkstack' doesn't need to check stack overflow 2022-05-23 10:38:03 -03:00
cstack.lua Bug: stack overflow with nesting of coroutine.close 2022-10-25 16:44:06 -03:00
db.lua Fix debug information about finalizers 2021-12-14 12:50:05 -03:00
errors.lua Added tests for string reuse by the scanner 2021-08-11 11:19:33 -03:00
events.lua
files.lua Small simplification in overflow check in 'getfield' 2022-09-23 10:57:35 -03:00
gc.lua Fix debug information about finalizers 2021-12-14 12:50:05 -03:00
gengc.lua
goto.lua
heavy.lua
literals.lua Added tests for string reuse by the scanner 2021-08-11 11:19:33 -03:00
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 Detail in 'testes/math.lua' 2021-08-18 10:46:18 -03:00
nextvar.lua New test for table rehash 2022-09-16 17:05:22 -03:00
packtests File 'tracegc.lua' added to 'packtests' 2021-03-10 10:35:57 -03:00
pm.lua
sort.lua
strings.lua Portability issue in a test for 'string.format' 2022-10-19 16:20:11 -03:00
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