summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* New kind of expression VKSTRRoberto Ierusalimschy2019-07-175-18/+54
* Micro optimization in OP_RETURN and OP_TAILCALLRoberto Ierusalimschy2019-07-163-15/+13
* '__close' method may be called again in case of errorRoberto Ierusalimschy2019-07-163-22/+32
* Avoid setting the stack top below upvalues to be closedRoberto Ierusalimschy2019-07-163-9/+13
* Unification of size representation in OP_NEWTABLE and OP_SETLISTRoberto Ierusalimschy2019-07-156-72/+80
* Reordering of instructions in the main loopRoberto Ierusalimschy2019-07-121-44/+44
* OP_NEWTABLE keeps exact size of arraysRoberto Ierusalimschy2019-07-1210-88/+67
* First implementation of constant propagationRoberto Ierusalimschy2019-07-1212-119/+249
* DetailsRoberto Ierusalimschy2019-07-103-13/+13
* Towards constant propagationRoberto Ierusalimschy2019-07-103-42/+87
* New implementation for constantsRoberto Ierusalimschy2019-07-098-131/+125
* Details (typos in comments)Roberto Ierusalimschy2019-07-059-19/+19
* Local attributes can be used in list of local variablesRoberto Ierusalimschy2019-07-033-81/+103
* First take on constant propagationRoberto Ierusalimschy2019-07-014-26/+73
* Methods separated from metamethods in 'io'Roberto Ierusalimschy2019-07-011-10/+20
* Small changes around C-stack limitRoberto Ierusalimschy2019-06-264-10/+24
* '__call' metamethod can be any callable objectRoberto Ierusalimschy2019-06-252-14/+31
* A few more tests for table access in the APIRoberto Ierusalimschy2019-06-252-1/+63
* Added script 'packtests' to the projectRoberto Ierusalimschy2019-06-211-0/+52
* Details in testsRoberto Ierusalimschy2019-06-212-18/+10
* Structure 'Vardesc' does not need a 'name' fieldRoberto Ierusalimschy2019-06-212-13/+13
* Cleaning macros in 'luaV_execute'Roberto Ierusalimschy2019-06-211-6/+14
* Fixed bug [5.4 alpha] for errors in finalizersRoberto Ierusalimschy2019-06-211-4/+4
* New function 'setCstacklimit'Roberto Ierusalimschy2019-06-189-12/+149
* Revamp around 'L->nCcalls' countRoberto Ierusalimschy2019-06-124-51/+80
* Detail in the manualRoberto Ierusalimschy2019-06-101-5/+6
* Updated the documentation for the API function 'lua_gc'v5.4-alphaRoberto Ierusalimschy2019-06-061-53/+62
* Detail in makefileRoberto Ierusalimschy2019-06-051-1/+1
* Multiple errors in '__toclose' report the first oneRoberto Ierusalimschy2019-06-055-28/+56
* Function 'warn' is varargRoberto Ierusalimschy2019-06-044-20/+43
* 'coroutine.kill' renamed 'coroutine.close'Roberto Ierusalimschy2019-06-033-28/+29
* bug in 5.4 alpha rc1: to-be-closed x vararg functionsRoberto Ierusalimschy2019-06-032-1/+10
* DetailsRoberto Ierusalimschy2019-06-038-23/+23
* Improvements in 'testes/cstack.lua'Roberto Ierusalimschy2019-06-031-12/+32
* Improvements in 'luaL_traceback'Roberto Ierusalimschy2019-05-281-24/+29
* DetailsRoberto Ierusalimschy2019-05-289-23/+46
* First implementation for 'const' variablesRoberto Ierusalimschy2019-05-177-56/+205
* Define LUA_MAXUNSIGNED as a preprocessor constantRoberto Ierusalimschy2019-05-142-3/+10
* DetailsRoberto Ierusalimschy2019-05-135-11/+13
* A few changes in tests about number of bits in integersRoberto Ierusalimschy2019-05-136-18/+19
* Some improvements in 'luaconf.h'Roberto Ierusalimschy2019-05-133-36/+65
* Flag for to-be-closed variables changed to '<toclose>'Roberto Ierusalimschy2019-05-098-38/+40
* Test for dead coroutine moved to 'lua_resume'Roberto Ierusalimschy2019-05-092-4/+2
* Coroutines do not unwind the stack in case of errorsRoberto Ierusalimschy2019-05-096-26/+80
* File 'lib2-v2.so' generated from its own sourceRoberto Ierusalimschy2019-05-033-3/+28
* A few more improvements in 'luaO_pushvfstring'Roberto Ierusalimschy2019-05-034-35/+52
* Avoid the creation of too many strings in 'package'Roberto Ierusalimschy2019-05-034-41/+79
* Some more small improvements to 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-262-54/+71
* Fixed bug with to-be-closed variables in base C levelRoberto Ierusalimschy2019-04-261-0/+2
* New function 'luaL_addgsub'Roberto Ierusalimschy2019-04-243-13/+58