| Commit message (Expand) | Author | Age | Files | Lines |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 1 | -1/+1 |
* | Subtraction of small constant integers optimized with OP_ADDI | Roberto Ierusalimschy | 2019-09-24 | 1 | -1/+1 |
* | Default for warnings changed to "off" | Roberto Ierusalimschy | 2019-08-20 | 1 | -0/+1 |
* | Improvement in warn-mode '@store' (for testing) | Roberto Ierusalimschy | 2019-08-18 | 1 | -14/+21 |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 1 | -25/+127 |
* | Tracebacks recognize metamethods '__close' | Roberto Ierusalimschy | 2019-07-31 | 1 | -4/+17 |
* | To-be-closed variables must be closed on initialization | Roberto Ierusalimschy | 2019-07-31 | 1 | -11/+12 |
* | Change in the syntax of attributes | Roberto Ierusalimschy | 2019-07-30 | 1 | -35/+35 |
* | '__close' method may be called again in case of error | Roberto Ierusalimschy | 2019-07-16 | 1 | -7/+14 |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 1 | -1/+1 |
* | New implementation for constants | Roberto Ierusalimschy | 2019-07-09 | 1 | -4/+14 |
* | Local attributes can be used in list of local variables | Roberto Ierusalimschy | 2019-07-03 | 1 | -6/+28 |
* | Details in tests | Roberto Ierusalimschy | 2019-06-21 | 1 | -18/+6 |
* | Multiple errors in '__toclose' report the first one | Roberto Ierusalimschy | 2019-06-05 | 1 | -13/+24 |
* | bug in 5.4 alpha rc1: to-be-closed x vararg functions | Roberto Ierusalimschy | 2019-06-03 | 1 | -0/+9 |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 1 | -1/+0 |
* | Flag for to-be-closed variables changed to '<toclose>' | Roberto Ierusalimschy | 2019-05-09 | 1 | -25/+25 |
* | Coroutines do not unwind the stack in case of errors | Roberto Ierusalimschy | 2019-05-09 | 1 | -8/+27 |
* | No more to-be-closed functions | Roberto Ierusalimschy | 2019-01-04 | 1 | -23/+31 |
* | Calls cannot be tail in the scope of a to-be-closed variable | Roberto Ierusalimschy | 2018-12-04 | 1 | -5/+8 |
* | A to-be-closed variable must have a closable value (or be nil) | Roberto Ierusalimschy | 2018-11-29 | 1 | -0/+21 |
* | Auxiliary buffer cannot close box with 'lua_remove' | Roberto Ierusalimschy | 2018-11-26 | 1 | -16/+40 |
* | String buffer using to-be-closed variable | Roberto Ierusalimschy | 2018-11-13 | 1 | -0/+32 |
* | To-be-closed variable in 'for' loop separated from the state | Roberto Ierusalimschy | 2018-11-07 | 1 | -1/+7 |
* | New syntax for to-be-closed variables | Roberto Ierusalimschy | 2018-11-07 | 1 | -21/+21 |
* | State in generic 'for' acts as a to-be-closed variable | Roberto Ierusalimschy | 2018-10-31 | 1 | -1/+49 |
* | Closing methods should not interfere with returning values | Roberto Ierusalimschy | 2018-10-25 | 1 | -1/+54 |
* | Complete implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-22 | 1 | -4/+29 |
* | Handling of memory errors when creating to-be-closed upvalues | Roberto Ierusalimschy | 2018-10-18 | 1 | -6/+52 |
* | First "complete" implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-17 | 1 | -5/+59 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 1 | -0/+9 |
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 1 | -1/+1 |
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 1 | -0/+181 |