aboutsummaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 'math.randomseed' always returns the two seed componentsRoberto Ierusalimschy2019-07-191-2/+4
* Avoid using addresses of static variables as unique keysRoberto Ierusalimschy2019-07-191-0/+4
* DetailsRoberto Ierusalimschy2019-07-182-20/+12
* Reviving HARDMEMTESTSRoberto Ierusalimschy2019-07-182-5/+13
* 'math.randomseed()' returns the seeds it usedRoberto Ierusalimschy2019-07-172-5/+17
* Fixed small issue with constant propagationRoberto Ierusalimschy2019-07-171-4/+6
* New kind of expression VKSTRRoberto Ierusalimschy2019-07-171-0/+17
* '__close' method may be called again in case of errorRoberto Ierusalimschy2019-07-161-7/+14
* Unification of size representation in OP_NEWTABLE and OP_SETLISTRoberto Ierusalimschy2019-07-151-10/+18
* OP_NEWTABLE keeps exact size of arraysRoberto Ierusalimschy2019-07-122-35/+23
* First implementation of constant propagationRoberto Ierusalimschy2019-07-124-42/+89
* DetailsRoberto Ierusalimschy2019-07-101-3/+5
* New implementation for constantsRoberto Ierusalimschy2019-07-091-4/+14
* Local attributes can be used in list of local variablesRoberto Ierusalimschy2019-07-031-6/+28
* Small changes around C-stack limitRoberto Ierusalimschy2019-06-261-7/+21
* '__call' metamethod can be any callable objectRoberto Ierusalimschy2019-06-251-0/+17
* A few more tests for table access in the APIRoberto Ierusalimschy2019-06-251-1/+47
* Added script 'packtests' to the projectRoberto Ierusalimschy2019-06-211-0/+52
* Details in testsRoberto Ierusalimschy2019-06-212-18/+10
* New function 'setCstacklimit'Roberto Ierusalimschy2019-06-182-6/+58
* Revamp around 'L->nCcalls' countRoberto Ierusalimschy2019-06-121-0/+14
* Multiple errors in '__toclose' report the first oneRoberto Ierusalimschy2019-06-052-14/+33
* Function 'warn' is varargRoberto Ierusalimschy2019-06-042-13/+27
* 'coroutine.kill' renamed 'coroutine.close'Roberto Ierusalimschy2019-06-031-11/+11
* bug in 5.4 alpha rc1: to-be-closed x vararg functionsRoberto Ierusalimschy2019-06-031-0/+9
* Improvements in 'testes/cstack.lua'Roberto Ierusalimschy2019-06-031-12/+32
* DetailsRoberto Ierusalimschy2019-05-283-5/+5
* First implementation for 'const' variablesRoberto Ierusalimschy2019-05-173-9/+66
* Flag for to-be-closed variables changed to '<toclose>'Roberto Ierusalimschy2019-05-096-35/+36
* Coroutines do not unwind the stack in case of errorsRoberto Ierusalimschy2019-05-093-14/+43
* File 'lib2-v2.so' generated from its own sourceRoberto Ierusalimschy2019-05-033-3/+28
* A few more improvements in 'luaO_pushvfstring'Roberto Ierusalimschy2019-05-031-2/+1
* Avoid the creation of too many strings in 'package'Roberto Ierusalimschy2019-05-031-8/+19
* Some more small improvements to 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-261-0/+3
* Revamp of 'lua_pushfstring' / 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-241-0/+61
* Small correction in test about 'isdst'Roberto Ierusalimschy2019-04-221-1/+1
* 'require' returns where module was foundRoberto Ierusalimschy2019-04-171-15/+20
* Small optimizations in 'string.gsub'Roberto Ierusalimschy2019-04-112-1/+31
* Added an optional parameter to 'coroutine.isyieldable'Roberto Ierusalimschy2019-04-101-2/+5
* 'print' does not call 'tostring' to format its argumentsRoberto Ierusalimschy2019-04-101-15/+0
* Corrected tests around non-portable 'isdst' in datesRoberto Ierusalimschy2019-04-091-3/+7
* Syntax should not allow numbers touching identifiersRoberto Ierusalimschy2019-04-091-0/+9
* Fixed wrong error message in 'return math.seed(0)'Roberto Ierusalimschy2019-04-042-1/+5
* Small optimizations in range checksRoberto Ierusalimschy2019-03-271-0/+3
* Keep correct type for immediate operands in comparisonsRoberto Ierusalimschy2019-03-222-55/+46
* Details in the implementation of the integer 'for' loopRoberto Ierusalimschy2019-03-211-0/+6
* Small changes in the header of binary filesRoberto Ierusalimschy2019-03-191-11/+9
* New semantics for the integer 'for' loopRoberto Ierusalimschy2019-03-193-8/+71
* Changes in the validation of UTF-8Roberto Ierusalimschy2019-03-152-37/+72
* Changes in the warning systemRoberto Ierusalimschy2019-03-143-16/+17