Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring of 'luaH_newkey' | Roberto Ierusalimschy | 2024-12-05 | 1 | -3/+2 |
* | New way to keep hints for table length | Roberto Ierusalimschy | 2024-11-29 | 1 | -14/+2 |
* | New function 'lua_numbertostrbuff' | Roberto Ierusalimschy | 2024-10-23 | 1 | -0/+1 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -1/+1 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -10/+10 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -0/+3 |
* | Yet another representation for arrays | Roberto Ierusalimschy | 2024-04-05 | 1 | -4/+1 |
* | Fixed dangling 'StkId' in 'luaV_finishget' | Roberto Ierusalimschy | 2024-03-29 | 1 | -0/+2 |
* | 'luaH_get' functions return tag of the result | Roberto Ierusalimschy | 2024-03-21 | 1 | -18/+8 |
* | 'luaH_get' functions return 'TValue' | Roberto Ierusalimschy | 2024-03-18 | 1 | -0/+19 |
* | Several tweaks in the garbage collector | Roberto Ierusalimschy | 2023-12-27 | 1 | -2/+2 |
* | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 2023-12-20 | 1 | -0/+3 |
* | Simpler coding for new representation for arrays | Roberto Ierusalimschy | 2023-11-24 | 1 | -1/+1 |
* | External strings | Roberto Ierusalimschy | 2023-11-09 | 1 | -0/+8 |
* | Towards external strings | Roberto Ierusalimschy | 2023-11-08 | 1 | -10/+13 |
* | Merge branch 'newarray' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -1/+6 |
|\ | |||||
| * | Merge branch 'master' into newarray | Roberto Ierusalimschy | 2023-11-03 | 1 | -10/+8 |
| |\ | |||||
| * | | Full implementation of new representation for arrays | Roberto Ierusalimschy | 2023-11-03 | 1 | -1/+3 |
| * | | Full abstraction for representation of array values | Roberto Ierusalimschy | 2023-10-30 | 1 | -1/+4 |
* | | | Added suport for Fixed Buffers | Roberto Ierusalimschy | 2023-09-05 | 1 | -0/+1 |
* | | | New macro 'getlstr' | Roberto Ierusalimschy | 2023-08-30 | 1 | -2/+9 |
* | | | Field 'Proto.is_vararg' uses only one bit | Roberto Ierusalimschy | 2023-08-30 | 1 | -1/+8 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 1 | -10/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -10/+8 |
| |/ | |||||
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-01 | 1 | -1/+0 |
|\| | |||||
| * | Removed unused field 'UpVal.tbc' | Roberto Ierusalimschy | 2022-11-08 | 1 | -1/+0 |
* | | Tables have a 'lastfree' information only when needed | Roberto Ierusalimschy | 2022-11-01 | 1 | -1/+0 |
|/ | |||||
* | Stack reallocation done with a single realloc | Roberto Ierusalimschy | 2022-10-31 | 1 | -0/+6 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -1/+9 |
* | More checks and documentation for uses of EXTRA_STACK | Roberto Ierusalimschy | 2022-05-26 | 1 | -0/+2 |
* | Avoid taking the address of a 'TValue' field | Roberto Ierusalimschy | 2021-10-11 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2021-03-29 | 1 | -1/+1 |
* | New implementation for 'tbclist' | Roberto Ierusalimschy | 2021-03-10 | 1 | -2/+3 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -1/+9 |
* | Cleaner definition for macro 'ttisclosure' | Roberto Ierusalimschy | 2020-12-16 | 1 | -1/+2 |
* | Fixed bug of keys removed from tables vs 'next' | Roberto Ierusalimschy | 2020-10-14 | 1 | -8/+10 |
* | Free bit 7 of GC 'marked' field | Roberto Ierusalimschy | 2020-08-07 | 1 | -3/+3 |
* | Detail (in asserts) | Roberto Ierusalimschy | 2020-08-03 | 1 | -1/+2 |
* | Cleaner definition for 'TString' | Roberto Ierusalimschy | 2020-05-19 | 1 | -4/+3 |
* | Several details about 5.4.0 rc1 | Roberto Ierusalimschy | 2020-04-23 | 1 | -2/+1 |
* | Tag values don't need to be different from type values | Roberto Ierusalimschy | 2020-01-31 | 1 | -18/+19 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -60/+76 |
* | New macro 'makevariant' to codify variant tags | Roberto Ierusalimschy | 2020-01-06 | 1 | -11/+14 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -7/+10 |
* | Changed definition of macro 'l_isfalse' | Roberto Ierusalimschy | 2019-10-22 | 1 | -1/+1 |
* | Details (mostly comments) | Roberto Ierusalimschy | 2019-10-22 | 1 | -8/+23 |
* | Tag LUA_TUPVALTBC replaced by a flag | Roberto Ierusalimschy | 2019-07-19 | 1 | -3/+1 |
* | Details | Roberto Ierusalimschy | 2019-07-18 | 1 | -5/+5 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 1 | -2/+0 |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 1 | -1/+1 |