Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed conversion warnings from clang | Roberto Ierusalimschy | 2025-01-14 | 1 | -1/+1 |
* | Error "break outside loop" made a syntax error | Roberto Ierusalimschy | 2025-01-13 | 1 | -11/+14 |
* | Details in lparser.c | Roberto Ierusalimschy | 2025-01-10 | 1 | -10/+13 |
* | Another way to compile goto's | Roberto Ierusalimschy | 2025-01-10 | 1 | -107/+80 |
* | Scanner and parser use different tables for constants | Roberto Ierusalimschy | 2024-12-17 | 1 | -1/+6 |
* | USHRT_MAX changed to SHRT_MAX | Roberto Ierusalimschy | 2024-09-19 | 1 | -1/+1 |
* | 'lcode.c' can use 'checklimit', too | Roberto Ierusalimschy | 2024-08-20 | 1 | -5/+5 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -16/+18 |
* | New instruction format for SETLIST/NEWTABLE | Roberto Ierusalimschy | 2024-06-28 | 1 | -1/+1 |
* | Flexible limit for use of registers by constructors | Roberto Ierusalimschy | 2024-06-27 | 1 | -2/+19 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -1/+1 |
* | New macro 'getlstr' | Roberto Ierusalimschy | 2023-08-30 | 1 | -2/+4 |
* | Field 'Proto.is_vararg' uses only one bit | Roberto Ierusalimschy | 2023-08-30 | 1 | -2/+2 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 1 | -6/+6 |
|\ | |||||
| * | Bug: Wrong line number for function calls | Roberto Ierusalimschy | 2023-08-23 | 1 | -6/+6 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -4/+4 |
|\| | |||||
| * | Detailsv5.4.5 | Roberto Ierusalimschy | 2023-04-18 | 1 | -4/+4 |
* | | Changes in opcodes for generic 'for' | Roberto Ierusalimschy | 2022-12-22 | 1 | -12/+11 |
* | | Simplification in opcodes for numerical 'for' | Roberto Ierusalimschy | 2022-12-21 | 1 | -2/+2 |
* | | Control variables in for loops are read only | Roberto Ierusalimschy | 2022-12-21 | 1 | -11/+19 |
|/ | |||||
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -3/+3 |
* | Bug: 'break' may not properly close variable in a 'for' loop | Roberto Ierusalimschy | 2022-08-24 | 1 | -8/+8 |
* | Bug: Lua can generate wrong code when _ENV is <const> | Roberto Ierusalimschy | 2022-02-15 | 1 | -0/+1 |
* | Bug: 'local function' can assign to '<const>' variables | Roberto Ierusalimschy | 2021-06-20 | 1 | -0/+1 |
* | Bug: tbc variables in "for" loops don't avoid tail calls | Roberto Ierusalimschy | 2021-04-07 | 1 | -6/+15 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -4/+4 |
* | Details | Roberto Ierusalimschy | 2020-12-02 | 1 | -23/+23 |
* | Removed optimization for «if ... then goto» | Roberto Ierusalimschy | 2020-11-11 | 1 | -44/+6 |
* | Comments | Roberto Ierusalimschy | 2020-10-22 | 1 | -4/+4 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -5/+1 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -5/+7 |
* | Fixed missing GC barriers in compiler and undump | Roberto Ierusalimschy | 2020-06-16 | 1 | -0/+3 |
* | Fixed two bugs in to-be-closed variables x constants | Roberto Ierusalimschy | 2020-06-01 | 1 | -28/+36 |
* | Small issue in 'exprstat' | Roberto Ierusalimschy | 2020-04-23 | 1 | -1/+2 |
* | Fixed "conceptual" bug in 'luaK_setreturns' | Roberto Ierusalimschy | 2020-03-02 | 1 | -1/+2 |
* | Fixed a warning and other minor issues | Roberto Ierusalimschy | 2019-10-04 | 1 | -2/+2 |
* | Change in the syntax of attributes | Roberto Ierusalimschy | 2019-07-30 | 1 | -12/+13 |
* | Bug: 'Vardesc' array can be reallocated in 'localstat' | Roberto Ierusalimschy | 2019-07-26 | 1 | -12/+15 |
* | Small corrections when setting 'L->top' | Roberto Ierusalimschy | 2019-07-25 | 1 | -1/+2 |
* | New kind of expression VKSTR | Roberto Ierusalimschy | 2019-07-17 | 1 | -6/+8 |
* | Unification of size representation in OP_NEWTABLE and OP_SETLIST | Roberto Ierusalimschy | 2019-07-15 | 1 | -22/+7 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 1 | -11/+26 |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 1 | -49/+64 |
* | Details | Roberto Ierusalimschy | 2019-07-10 | 1 | -7/+6 |
* | Towards constant propagation | Roberto Ierusalimschy | 2019-07-10 | 1 | -37/+76 |
* | New implementation for constants | Roberto Ierusalimschy | 2019-07-09 | 1 | -72/+86 |
* | Local attributes can be used in list of local variables | Roberto Ierusalimschy | 2019-07-03 | 1 | -49/+41 |
* | First take on constant propagation | Roberto Ierusalimschy | 2019-07-01 | 1 | -12/+22 |
* | Structure 'Vardesc' does not need a 'name' field | Roberto Ierusalimschy | 2019-06-21 | 1 | -12/+13 |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 1 | -1/+1 |