241
I Use This!
Moderate Activity

Commits : Listings

Analyzed 21 minutes ago. based on code collected 22 minutes ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed signal of GC debt More... about 3 years ago
Revamp of GC parameters More... about 3 years ago
Merge branch 'master' into nextversion More... about 3 years ago
Reduce calls to 'luaC_step' when GC is stopped More... about 3 years ago
New function 'luaL_openselectedlibs' More... about 3 years ago
Simplification in handling of GC debt More... about 3 years ago
Details More... about 3 years ago
Merge branch 'master' into nextversion More... about 3 years ago
Simpler control for major collections More... about 3 years ago
Removed GC checks from function calls More... about 3 years ago
'l_mem' renamed to 'l_obj' to count objects More... about 3 years ago
First version of GC counting objects for control More... about 3 years ago
Stop GC while building initial state More... about 3 years ago
Removed unused field 'UpVal.tbc' More... over 3 years ago
Added a counter of the total number of existing objects More... over 3 years ago
Merge branch 'master' into nextversion More... over 3 years ago
Threads are created like other objects More... over 3 years ago
Tables have a 'lastfree' information only when needed More... over 3 years ago
Stack reallocation done with a single realloc More... over 3 years ago
Stack indices changed to union's More... over 3 years ago
Details More... over 3 years ago
Bug: stack overflow with nesting of coroutine.close More... over 3 years ago
Removed test function 'luaH_isdummy' More... over 3 years ago
Option '-l g=mod' added to the manual More... over 3 years ago
Details More... over 3 years ago
Portability issue in a test for 'string.format' More... over 3 years ago
Negation in constant folding of '>>' may overflow More... over 3 years ago
Small simplification in overflow check in 'getfield' More... over 3 years ago
Bug: 'utf8.codes' accepts spurious continuation bytes More... over 3 years ago
New test for table rehash More... over 3 years ago