index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lvm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use of 'MMBIN' opcodes extended to shift operators
Roberto Ierusalimschy
2019-08-28
1
-62
/
+40
*
First version of OP_MMBIN opcodes
Roberto Ierusalimschy
2019-08-27
1
-39
/
+46
*
Fixed missing case in 'luaV_finishOp'
Roberto Ierusalimschy
2019-08-27
1
-1
/
+1
*
Fixed bug when yiedling inside OP_ADDK opcode
Roberto Ierusalimschy
2019-08-21
1
-0
/
+3
*
To-be-closed variables must be closed on initialization
Roberto Ierusalimschy
2019-07-31
1
-4
/
+2
*
Change in the handling of 'L->top' when calling metamethods
Roberto Ierusalimschy
2019-07-26
1
-20
/
+24
*
Small corrections when setting 'L->top'
Roberto Ierusalimschy
2019-07-25
1
-4
/
+3
*
Do not collect open upvalues
Roberto Ierusalimschy
2019-07-22
1
-1
/
+1
*
Fixed bug for emergency collection in upvalue creation
Roberto Ierusalimschy
2019-07-19
1
-1
/
+1
*
Reviving HARDMEMTESTS
Roberto Ierusalimschy
2019-07-18
1
-3
/
+6
*
Small bug with stack reallocation
Roberto Ierusalimschy
2019-07-18
1
-3
/
+6
*
Micro optimization in OP_RETURN and OP_TAILCALL
Roberto Ierusalimschy
2019-07-16
1
-7
/
+6
*
Avoid setting the stack top below upvalues to be closed
Roberto Ierusalimschy
2019-07-16
1
-2
/
+4
*
Unification of size representation in OP_NEWTABLE and OP_SETLIST
Roberto Ierusalimschy
2019-07-15
1
-14
/
+14
*
Reordering of instructions in the main loop
Roberto Ierusalimschy
2019-07-12
1
-44
/
+44
*
OP_NEWTABLE keeps exact size of arrays
Roberto Ierusalimschy
2019-07-12
1
-1
/
+5
*
Details
Roberto Ierusalimschy
2019-07-10
1
-3
/
+2
*
Cleaning macros in 'luaV_execute'
Roberto Ierusalimschy
2019-06-21
1
-6
/
+14
*
bug in 5.4 alpha rc1: to-be-closed x vararg functions
Roberto Ierusalimschy
2019-06-03
1
-1
/
+1
*
Details
Roberto Ierusalimschy
2019-06-03
1
-2
/
+2
*
Fixed wrong error message in 'return math.seed(0)'
Roberto Ierusalimschy
2019-04-04
1
-4
/
+6
*
Fixed small bugs/issues
Roberto Ierusalimschy
2019-03-25
1
-4
/
+8
*
Keep correct type for immediate operands in comparisons
Roberto Ierusalimschy
2019-03-22
1
-52
/
+44
*
Details in the implementation of the integer 'for' loop
Roberto Ierusalimschy
2019-03-21
1
-44
/
+43
*
New semantics for the integer 'for' loop
Roberto Ierusalimschy
2019-03-19
1
-73
/
+74
*
Optional 'init' argument to 'string.gmatch'
Roberto Ierusalimschy
2019-01-08
1
-7
/
+7
*
New functions 'lua_resetthread' and 'coroutine.kill'
Roberto Ierusalimschy
2018-12-13
1
-1
/
+1
*
Calls cannot be tail in the scope of a to-be-closed variable
Roberto Ierusalimschy
2018-12-04
1
-1
/
+1
*
A to-be-closed variable must have a closable value (or be nil)
Roberto Ierusalimschy
2018-11-29
1
-4
/
+3
*
Some bugs with stack reallocation by 'luaF_close'
Roberto Ierusalimschy
2018-11-24
1
-12
/
+9
*
Added opcodes for arithmetic with K operands
Roberto Ierusalimschy
2018-11-23
1
-0
/
+61
*
Details
Roberto Ierusalimschy
2018-11-22
1
-5
/
+7
*
To-be-closed variable in 'for' loop separated from the state
Roberto Ierusalimschy
2018-11-07
1
-11
/
+12
*
New macros for arithmetic/bitwise operations in 'luaV_execute'
Roberto Ierusalimschy
2018-11-05
1
-216
/
+152
*
Removed internal cache for closures
Roberto Ierusalimschy
2018-11-01
1
-37
/
+2
*
State in generic 'for' acts as a to-be-closed variable
Roberto Ierusalimschy
2018-10-31
1
-13
/
+28
*
Better error messages for invalid operands in numeric 'for'
Roberto Ierusalimschy
2018-10-30
1
-4
/
+4
*
More uniformity in code generation for 'for' loops
Roberto Ierusalimschy
2018-10-26
1
-0
/
+4
*
Closing methods should not interfere with returning values
Roberto Ierusalimschy
2018-10-25
1
-2
/
+4
*
Handling of memory errors when creating to-be-closed upvalues
Roberto Ierusalimschy
2018-10-18
1
-2
/
+1
*
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
2018-10-17
1
-4
/
+3
*
Towards "to closed" local variables
Roberto Ierusalimschy
2018-10-08
1
-0
/
+6
*
Corrections in the implementation of '%' for floats.
Roberto Ierusalimschy
2018-08-28
1
-6
/
+12
*
Deprecated the emulation of '__le' using '__lt'
Roberto Ierusalimschy
2018-08-24
1
-0
/
+2
*
details
Roberto Ierusalimschy
2018-08-17
1
-6
/
+6
*
Fixed bug in OP_IDIVI
Roberto Ierusalimschy
2018-07-09
1
-2
/
+2
*
in generational mode, an emergency collection can turn any object black
Roberto Ierusalimschy
2018-06-18
1
-3
/
+3
*
field 'sizearray' in struct 'Table' changed to 'alimit', which can
Roberto Ierusalimschy
2018-06-15
1
-2
/
+2
*
no more 'luaH_emptyobject' and comparisons of addresses of global variables
Roberto Ierusalimschy
2018-06-01
1
-5
/
+5
*
new macros 'likely'/'unlikely' with hints for jump predictions
Roberto Ierusalimschy
2018-05-30
1
-11
/
+11
[prev]
[next]