aboutsummaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Allow yields in '__close' metamethods ater errorsRoberto Ierusalimschy2021-01-181-8/+40
* Allow yields inside '__close' metamethodsRoberto Ierusalimschy2021-01-131-0/+88
* New API function 'lua_closeslot'Roberto Ierusalimschy2021-01-111-12/+17
* Handles '__close' errors in coroutines in "coroutine style"Roberto Ierusalimschy2020-12-301-2/+39
* Better error messages for calling non-callable objectsRoberto Ierusalimschy2020-12-293-4/+33
* No need to recheck close method before calling itRoberto Ierusalimschy2020-12-291-2/+44
* Report last error in closing methodsRoberto Ierusalimschy2020-12-222-87/+27
* Upvalues removed from 'openupval' before being closedRoberto Ierusalimschy2020-12-211-17/+9
* 'coroutine.close'/'lua_resetthread' report original errorsRoberto Ierusalimschy2020-12-183-9/+28
* Details (do not affect regular code)Roberto Ierusalimschy2020-12-071-0/+14
* Added test cases for error messages about goto/labelRoberto Ierusalimschy2020-12-031-0/+21
* 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