| Commit message (Expand) | Author | Age | Files | Lines |
* | 'lua_checkstack' doesn't need to check stack overflow | Roberto Ierusalimschy | 2022-05-23 | 1 | -9/+6 |
* | Bug: Wrong code generation in bitwise operations | Roberto Ierusalimschy | 2022-04-25 | 1 | -0/+25 |
* | Bug: Lua can generate wrong code when _ENV is <const> | Roberto Ierusalimschy | 2022-02-15 | 1 | -0/+10 |
* | Bug: finalizer calling exit can corrupt finalization order | Roberto Ierusalimschy | 2021-12-22 | 1 | -0/+28 |
* | Fix debug information about finalizers | Roberto Ierusalimschy | 2021-12-14 | 2 | -2/+2 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 2 | -5/+6 |
* | Wrong assert in 'collectvalidlines' | Roberto Ierusalimschy | 2021-11-25 | 1 | -1/+1 |
* | Avoid OP_VARARGPREP for active lines | Roberto Ierusalimschy | 2021-11-10 | 1 | -0/+43 |
* | Bug: Wrong status in coroutine during reset | Roberto Ierusalimschy | 2021-11-08 | 1 | -1/+43 |
* | Bug: C stack overflow with coroutines | Roberto Ierusalimschy | 2021-11-03 | 1 | -0/+14 |
* | Avoid overflows when incrementing parameters in C | Roberto Ierusalimschy | 2021-09-22 | 2 | -0/+23 |
* | Revamp of format validation in 'string.format' | Roberto Ierusalimschy | 2021-09-03 | 1 | -8/+28 |
* | Detail in 'testes/math.lua' | Roberto Ierusalimschy | 2021-08-18 | 1 | -0/+1 |
* | Option '-l' can give a name for the global variable. | Roberto Ierusalimschy | 2021-08-16 | 1 | -0/+5 |
* | Added tests for string reuse by the scanner | Roberto Ierusalimschy | 2021-08-11 | 2 | -1/+25 |
* | Bug: luaL_tolstring may get confused with negative index | Roberto Ierusalimschy | 2021-07-22 | 1 | -0/+16 |
* | Bug: Negation in 'luaV_shiftr' may overflow | Roberto Ierusalimschy | 2021-07-22 | 1 | -0/+5 |
* | Bug: 'local function' can assign to '<const>' variables | Roberto Ierusalimschy | 2021-06-20 | 1 | -0/+2 |
* | C functions can be tail called, too | Roberto Ierusalimschy | 2021-06-14 | 2 | -3/+3 |
* | Bug: yielding in '__close' mess up number of returns | Roberto Ierusalimschy | 2021-04-16 | 1 | -0/+59 |
* | Bug: tbc variables in "for" loops don't avoid tail calls | Roberto Ierusalimschy | 2021-04-07 | 1 | -0/+23 |
* | Changes in cache for function constants | Roberto Ierusalimschy | 2021-03-30 | 1 | -0/+14 |
* | Allow yields inside '__pairs' | Roberto Ierusalimschy | 2021-03-29 | 1 | -0/+21 |
* | File 'tracegc.lua' added to 'packtests' | Roberto Ierusalimschy | 2021-03-10 | 1 | -0/+1 |
* | lua_settop/lua_pop closes to-be-closed variables | Roberto Ierusalimschy | 2021-03-09 | 1 | -1/+25 |
* | Wrong assertion in 'getbaseline' | Roberto Ierusalimschy | 2021-03-05 | 1 | -0/+8 |
* | New test module 'tracegc' | Roberto Ierusalimschy | 2021-03-01 | 4 | -18/+54 |
* | New control for reentrancy of emergency collections | Roberto Ierusalimschy | 2021-02-26 | 1 | -0/+8 |
* | Bug (kind of) in 'isinstack' | Roberto Ierusalimschy | 2021-02-25 | 1 | -0/+7 |
* | Bug: 'string.concat' error message uses wrong format | Roberto Ierusalimschy | 2021-02-15 | 1 | -0/+3 |
* | Bug: cannot allow the call 'debug.getinfo(0, ">")' | Roberto Ierusalimschy | 2021-02-15 | 1 | -0/+1 |
* | '__close' methods can yield in the return of a C function | Roberto Ierusalimschy | 2021-02-12 | 1 | -1/+75 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -8/+41 |
* | Small improvements in hooks | Roberto Ierusalimschy | 2021-01-26 | 1 | -0/+22 |
* | Correct order of return hooks vs. close metamethods | Roberto Ierusalimschy | 2021-01-21 | 1 | -7/+70 |
* | Simpler handling of errors when creating tbc variables | Roberto Ierusalimschy | 2021-01-19 | 1 | -8/+5 |
* | Allow yields in '__close' metamethods ater errors | Roberto Ierusalimschy | 2021-01-18 | 1 | -8/+40 |
* | Allow yields inside '__close' metamethods | Roberto Ierusalimschy | 2021-01-13 | 1 | -0/+88 |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 1 | -12/+17 |
* | Handles '__close' errors in coroutines in "coroutine style" | Roberto Ierusalimschy | 2020-12-30 | 1 | -2/+39 |
* | Better error messages for calling non-callable objects | Roberto Ierusalimschy | 2020-12-29 | 3 | -4/+33 |
* | No need to recheck close method before calling it | Roberto Ierusalimschy | 2020-12-29 | 1 | -2/+44 |
* | Report last error in closing methods | Roberto Ierusalimschy | 2020-12-22 | 2 | -87/+27 |
* | Upvalues removed from 'openupval' before being closed | Roberto Ierusalimschy | 2020-12-21 | 1 | -17/+9 |
* | 'coroutine.close'/'lua_resetthread' report original errors | Roberto Ierusalimschy | 2020-12-18 | 3 | -9/+28 |
* | Details (do not affect regular code) | Roberto Ierusalimschy | 2020-12-07 | 1 | -0/+14 |
* | Added test cases for error messages about goto/label | Roberto Ierusalimschy | 2020-12-03 | 1 | -0/+21 |
* | Removed optimization for «if ... then goto» | Roberto Ierusalimschy | 2020-11-11 | 1 | -22/+0 |
* | _PROMPT can have non-string values | Roberto Ierusalimschy | 2020-10-26 | 1 | -0/+27 |
* | Fixed wrong trace of vararg functions | Roberto Ierusalimschy | 2020-10-19 | 1 | -0/+10 |