Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed conversion warnings from clang | Roberto Ierusalimschy | 2025-01-14 | 1 | -1/+1 |
* | When parser reuses constants, only floats can collide | Roberto Ierusalimschy | 2024-12-28 | 1 | -26/+28 |
* | Scanner and parser use different tables for constants | Roberto Ierusalimschy | 2024-12-17 | 1 | -6/+6 |
* | 'addk' broken in two functions | Roberto Ierusalimschy | 2024-12-16 | 1 | -19/+28 |
* | OP_SELF restricted to constant short strings | Roberto Ierusalimschy | 2024-12-11 | 1 | -16/+27 |
* | Details | Roberto Ierusalimschy | 2024-09-06 | 1 | -2/+2 |
* | 'lcode.c' can use 'checklimit', too | Roberto Ierusalimschy | 2024-08-20 | 1 | -7/+3 |
* | A return can have at most 254 values | Roberto Ierusalimschy | 2024-08-19 | 1 | -0/+2 |
* | Bug: wrong code gen. for indices with comparisons | Roberto Ierusalimschy | 2024-08-17 | 1 | -1/+2 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -17/+17 |
* | Explicit limit for number of results in a call | Roberto Ierusalimschy | 2024-07-18 | 1 | -0/+2 |
* | New instruction format for SETLIST/NEWTABLE | Roberto Ierusalimschy | 2024-06-28 | 1 | -25/+34 |
* | 'isIT'/'isOT' turned from macros to functions | Roberto Ierusalimschy | 2024-06-27 | 1 | -1/+3 |
* | Flexible limit for use of registers by constructors | Roberto Ierusalimschy | 2024-06-27 | 1 | -1/+1 |
* | Clearer code for controlling maximum registers | Roberto Ierusalimschy | 2024-06-26 | 1 | -5/+1 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -3/+3 |
* | Bug: overlapping assignments | Roberto Ierusalimschy | 2024-06-12 | 1 | -2/+4 |
* | 'luaH_get' functions return tag of the result | Roberto Ierusalimschy | 2024-03-21 | 1 | -2/+3 |
* | 'luaH_get' functions return 'TValue' | Roberto Ierusalimschy | 2024-03-18 | 1 | -3/+2 |
* | Merge branch 'newarray' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -4/+4 |
|\ | |||||
| * | Merge branch 'master' into newarray | Roberto Ierusalimschy | 2023-11-03 | 1 | -14/+15 |
| |\ | |||||
| * | | Some cleaning in the new table API | Roberto Ierusalimschy | 2023-05-16 | 1 | -4/+4 |
* | | | Field 'Proto.is_vararg' uses only one bit | Roberto Ierusalimschy | 2023-08-30 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Several functions turned 'static' | Roberto Ierusalimschy | 2023-05-22 | 1 | -11/+11 |
* | | Details | Roberto Ierusalimschy | 2023-05-15 | 1 | -3/+4 |
|/ | |||||
* | More orderliness in casts of enumerations | Roberto Ierusalimschy | 2023-03-27 | 1 | -14/+41 |
* | More regularity in uses of enums in 'lcode.c' | Roberto Ierusalimschy | 2023-03-24 | 1 | -18/+18 |
* | Factoring out common parts of 'codearith' and 'codebitwise' | Roberto Ierusalimschy | 2022-05-06 | 1 | -25/+33 |
* | Bug: Wrong code generation in bitwise operations | Roberto Ierusalimschy | 2022-04-25 | 1 | -6/+10 |
* | Detail | Roberto Ierusalimschy | 2022-01-03 | 1 | -1/+1 |
* | Changes in cache for function constants | Roberto Ierusalimschy | 2021-03-30 | 1 | -8/+26 |
* | Don't use tointegerns when luaV_tointegerns will do | Roberto Ierusalimschy | 2021-02-24 | 1 | -1/+2 |
* | Optimization/simplification of 'getbaseline' | Roberto Ierusalimschy | 2021-02-02 | 1 | -2/+2 |
* | Optimizations for line hook | Roberto Ierusalimschy | 2021-01-28 | 1 | -9/+0 |
* | Changes in the API of 'luaH_set' and related functions | Roberto Ierusalimschy | 2020-12-04 | 1 | -2/+6 |
* | Details | Roberto Ierusalimschy | 2020-12-02 | 1 | -3/+3 |
* | Details | Roberto Ierusalimschy | 2020-10-30 | 1 | -5/+9 |
* | Fixed "conceptual" bug in 'luaK_setreturns' | Roberto Ierusalimschy | 2020-03-02 | 1 | -4/+3 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 1 | -10/+5 |
* | OP_LOADFALSE broken in two instructions | Roberto Ierusalimschy | 2020-02-11 | 1 | -4/+4 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -6/+6 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -15/+35 |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 1 | -1/+1 |
* | Using an enumeration for float->integer coercion modes | Roberto Ierusalimschy | 2019-12-05 | 1 | -2/+2 |
* | Fixed warnings from Keil compiler | Roberto Ierusalimschy | 2019-10-25 | 1 | -1/+1 |
* | Fixed a warning and other minor issues | Roberto Ierusalimschy | 2019-10-04 | 1 | -2/+2 |
* | Janitorial work | Roberto Ierusalimschy | 2019-10-01 | 1 | -32/+29 |
* | Subtraction of small constant integers optimized with OP_ADDI | Roberto Ierusalimschy | 2019-09-24 | 1 | -27/+41 |
* | Janitorial work in 'lcode.c' | Roberto Ierusalimschy | 2019-09-19 | 1 | -33/+25 |
* | Simplification in the call to 'constfolding' | Roberto Ierusalimschy | 2019-09-11 | 1 | -15/+11 |