aboutsummaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed optimization for «if ... then goto»Roberto Ierusalimschy2020-11-111-22/+0
* _PROMPT can have non-string valuesRoberto Ierusalimschy2020-10-261-0/+27
* Fixed wrong trace of vararg functionsRoberto Ierusalimschy2020-10-191-0/+10
* Fixed bug of keys removed from tables vs 'next'Roberto Ierusalimschy2020-10-141-0/+32
* 'lua_upvalueid' returns NULL on invalid upvalue indexRoberto Ierusalimschy2020-10-121-1/+1
* DetailsRoberto Ierusalimschy2020-10-121-0/+23
* 'recover' finish of 'luaD_pcall' should follow the originalRoberto Ierusalimschy2020-10-121-4/+22
* Avoid shrinking stacks to oftenRoberto Ierusalimschy2020-10-121-1/+49
* Avoid GCs when testing stack overflowRoberto Ierusalimschy2020-10-121-6/+14
* Revision of stackless implementationRoberto Ierusalimschy2020-10-122-108/+32
* Back to a stackless implementationRoberto Ierusalimschy2020-10-123-6/+7
* Fixed bug of long strings in binary chunksRoberto Ierusalimschy2020-08-181-1/+15
* TOUCHED2 objects are not always blackRoberto Ierusalimschy2020-08-131-0/+17
* Better tests for gray listsRoberto Ierusalimschy2020-08-071-0/+2
* Free bit 7 of GC 'marked' fieldRoberto Ierusalimschy2020-08-071-0/+11
* Optimization in 'markold'Roberto Ierusalimschy2020-07-291-0/+16
* Fixed bug: line hooks in stripped functionsRoberto Ierusalimschy2020-07-271-1/+18
* Fixed bug: barriers cannot be active during sweepRoberto Ierusalimschy2020-07-271-1/+27
* Fixed bug: invalid mode can crash 'io.popen'Roberto Ierusalimschy2020-07-151-0/+15
* Fixed bug: wrong stack limit when entering a coroutineRoberto Ierusalimschy2020-07-131-0/+16
* Added test for fix 127e7a6c894Roberto Ierusalimschy2020-07-131-0/+30
* Make sure that main thread is non yieldableRoberto Ierusalimschy2020-07-061-2/+12
* Keep memory errors as memory errorsRoberto Ierusalimschy2020-07-061-16/+59
* Avoid memory allocation in some functions from 'ltests.c'Roberto Ierusalimschy2020-07-044-10/+10
* Simplification and smaller buffers for 'lua_pushfstring'Roberto Ierusalimschy2020-07-031-1/+1
* Fixed detail in 'loadUpvalues'Roberto Ierusalimschy2020-06-301-6/+15
* Fixed two bugs in to-be-closed variables x constantsRoberto Ierusalimschy2020-06-011-0/+37
* Details (more uniformity in error messages)Roberto Ierusalimschy2020-05-271-9/+9
* Back to old encoding of versions in binary filesRoberto Ierusalimschy2020-05-061-2/+2
* C-Stack test does not assume minimum of 400 slotsRoberto Ierusalimschy2020-05-041-17/+26
* Fixed bug in 'string.format("%p")'Roberto Ierusalimschy2020-03-161-4/+14
* DetailsRoberto Ierusalimschy2020-02-274-1/+11
* Changed internal representation of booleansRoberto Ierusalimschy2020-01-061-5/+5
* Comments (mosty typos)Roberto Ierusalimschy2019-12-309-14/+21
* Joined common code in 'lua_rawset' and 'lua_rawsetp'Roberto Ierusalimschy2019-12-172-4/+9
* More generic pattern when testing 'string.format'Roberto Ierusalimschy2019-11-221-2/+2
* Fixed bug in tail calls of __call chainsRoberto Ierusalimschy2019-10-281-1/+24
* Change in the prefix of messages from searchersRoberto Ierusalimschy2019-10-241-0/+23
* Script 'packtests' gets Lua version as a parameterRoberto Ierusalimschy2019-10-021-1/+3
* Janitorial workRoberto Ierusalimschy2019-10-011-2/+5
* Subtraction of small constant integers optimized with OP_ADDIRoberto Ierusalimschy2019-09-243-4/+5
* 'setCstacklimit' renamed to 'setcstacklimit'Roberto Ierusalimschy2019-09-241-12/+12
* Removed arithmetic opcodes with immediate operandRoberto Ierusalimschy2019-09-101-9/+9
* Use of 'MMBIN' opcodes extended to shift operatorsRoberto Ierusalimschy2019-08-282-6/+5
* First version of OP_MMBIN opcodesRoberto Ierusalimschy2019-08-272-29/+36
* Fixed missing case in 'luaV_finishOp'Roberto Ierusalimschy2019-08-271-0/+6
* Fixed bug when yiedling inside OP_ADDK opcodeRoberto Ierusalimschy2019-08-211-0/+11
* Default for warnings changed to "off"Roberto Ierusalimschy2019-08-205-7/+13
* Detail (extra test for warnings when closing state)Roberto Ierusalimschy2019-08-191-0/+11
* Improvement in warn-mode '@store' (for testing)Roberto Ierusalimschy2019-08-184-23/+35