Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-08-01 | Details | Roberto Ierusalimschy | 2 | -8/+13 |
2019-07-31 | Correction in the documentation of 'io.lines' | Roberto Ierusalimschy | 2 | -7/+5 |
2019-07-31 | Tracebacks recognize metamethods '__close' | Roberto Ierusalimschy | 2 | -4/+20 |
2019-07-31 | To-be-closed variables must be closed on initialization | Roberto Ierusalimschy | 6 | -41/+70 |
2019-07-30 | Fixed test in 'main.lua' | Roberto Ierusalimschy | 1 | -7/+10 |
2019-07-30 | Change in the syntax of attributes | Roberto Ierusalimschy | 11 | -102/+103 |
2019-07-26 | Change in the handling of 'L->top' when calling metamethods | Roberto Ierusalimschy | 10 | -29/+75 |
2019-07-26 | Bug: 'Vardesc' array can be reallocated in 'localstat' | Roberto Ierusalimschy | 1 | -12/+15 |
2019-07-25 | Small corrections when setting 'L->top' | Roberto Ierusalimschy | 4 | -6/+17 |
2019-07-24 | Some improvements in date/time functions | Roberto Ierusalimschy | 2 | -41/+100 |
2019-07-23 | Fixed bug in 'string.format' with option '%f' | Roberto Ierusalimschy | 2 | -8/+12 |
2019-07-22 | Do not collect open upvalues | Roberto Ierusalimschy | 4 | -14/+11 |
2019-07-19 | 'math.randomseed' always returns the two seed components | Roberto Ierusalimschy | 3 | -11/+15 |
2019-07-19 | Avoid using addresses of static variables as unique keys | Roberto Ierusalimschy | 3 | -16/+17 |
2019-07-19 | Fixed bug for emergency collection in upvalue creation | Roberto Ierusalimschy | 3 | -8/+10 |
2019-07-19 | Tag LUA_TUPVALTBC replaced by a flag | Roberto Ierusalimschy | 5 | -18/+13 |
2019-07-19 | Some details in 'lmem.c' and 'lgc.c' | Roberto Ierusalimschy | 2 | -27/+42 |
2019-07-18 | Details | Roberto Ierusalimschy | 3 | -25/+17 |
2019-07-18 | Reviving HARDMEMTESTS | Roberto Ierusalimschy | 4 | -15/+35 |
2019-07-18 | Small bug with stack reallocation | Roberto Ierusalimschy | 2 | -7/+9 |
2019-07-17 | 'math.randomseed()' returns the seeds it used | Roberto Ierusalimschy | 4 | -7/+27 |
2019-07-17 | Calls 'luaF_close' in 'lua_settop' only when needed | Roberto Ierusalimschy | 1 | -5/+7 |
2019-07-17 | Fixed small issue with constant propagation | Roberto Ierusalimschy | 2 | -7/+21 |
2019-07-17 | New kind of expression VKSTR | Roberto Ierusalimschy | 5 | -18/+54 |
2019-07-16 | Micro optimization in OP_RETURN and OP_TAILCALL | Roberto Ierusalimschy | 3 | -15/+13 |
2019-07-16 | '__close' method may be called again in case of error | Roberto Ierusalimschy | 3 | -22/+32 |
2019-07-16 | Avoid setting the stack top below upvalues to be closed | Roberto Ierusalimschy | 3 | -9/+13 |
2019-07-15 | Unification of size representation in OP_NEWTABLE and OP_SETLIST | Roberto Ierusalimschy | 6 | -72/+80 |
2019-07-12 | Reordering of instructions in the main loop | Roberto Ierusalimschy | 1 | -44/+44 |
2019-07-12 | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 10 | -88/+67 |
2019-07-12 | First implementation of constant propagation | Roberto Ierusalimschy | 12 | -119/+249 |
2019-07-10 | Details | Roberto Ierusalimschy | 3 | -13/+13 |
2019-07-10 | Towards constant propagation | Roberto Ierusalimschy | 3 | -42/+87 |
2019-07-09 | New implementation for constants | Roberto Ierusalimschy | 8 | -131/+125 |
2019-07-05 | Details (typos in comments) | Roberto Ierusalimschy | 9 | -19/+19 |
2019-07-03 | Local attributes can be used in list of local variables | Roberto Ierusalimschy | 3 | -81/+103 |
2019-07-01 | First take on constant propagation | Roberto Ierusalimschy | 4 | -26/+73 |
2019-07-01 | Methods separated from metamethods in 'io' | Roberto Ierusalimschy | 1 | -10/+20 |
2019-06-26 | Small changes around C-stack limit | Roberto Ierusalimschy | 4 | -10/+24 |
2019-06-25 | '__call' metamethod can be any callable object | Roberto Ierusalimschy | 2 | -14/+31 |
2019-06-25 | A few more tests for table access in the API | Roberto Ierusalimschy | 2 | -1/+63 |