aboutsummaryrefslogtreecommitdiff
path: root/testes/code.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid excessive name pollution in test filesRoberto Ierusalimschy2022-12-281-3/+3
* Changes in cache for function constantsRoberto Ierusalimschy2021-03-301-0/+14
* Details (do not affect regular code)Roberto Ierusalimschy2020-12-071-0/+14
* Removed optimization for «if ... then goto»Roberto Ierusalimschy2020-11-111-22/+0
* Changed internal representation of booleansRoberto Ierusalimschy2020-01-061-5/+5
* Janitorial workRoberto Ierusalimschy2019-10-011-2/+5
* Subtraction of small constant integers optimized with OP_ADDIRoberto Ierusalimschy2019-09-241-0/+1
* Removed arithmetic opcodes with immediate operandRoberto Ierusalimschy2019-09-101-9/+9
* Use of 'MMBIN' opcodes extended to shift operatorsRoberto Ierusalimschy2019-08-281-4/+4
* First version of OP_MMBIN opcodesRoberto Ierusalimschy2019-08-271-28/+35
* Change in the syntax of attributesRoberto Ierusalimschy2019-07-301-18/+18
* Fixed small issue with constant propagationRoberto Ierusalimschy2019-07-171-4/+6
* New kind of expression VKSTRRoberto Ierusalimschy2019-07-171-0/+17
* OP_NEWTABLE keeps exact size of arraysRoberto Ierusalimschy2019-07-121-2/+4
* First implementation of constant propagationRoberto Ierusalimschy2019-07-121-31/+58
* New semantics for the integer 'for' loopRoberto Ierusalimschy2019-03-191-2/+2
* Added opcodes for arithmetic with K operandsRoberto Ierusalimschy2018-11-231-31/+51
* Back with optimization for 'if cond then goto'Roberto Ierusalimschy2018-10-301-1/+19
* Big revamp in the implmentation of labels/gotosRoberto Ierusalimschy2018-10-291-12/+7
* Towards "to closed" local variablesRoberto Ierusalimschy2018-10-081-1/+5
* Added directory to test file names in '$Id:'Roberto Ierusalimschy2018-07-251-1/+1
* In tests of opcodes, avoid coercion in bitwise operationRoberto Ierusalimschy2018-07-101-1/+1
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-091-0/+347