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
/
lparser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small change in scope of variables in repeat-until
HEAD
v5.5.1
master
Roberto I
2026-07-23
1
-1
/
+1
*
Removed compiler option LUA_COMPAT_LOOPVAR
Roberto I
2026-07-13
1
-11
/
+2
*
Avoid warning in some compilers
Roberto I
2026-05-08
1
-0
/
+1
*
Bug: 'lua_load' does not preserve the stack
Roberto I
2026-04-23
1
-12
/
+11
*
Some compilation options configurable from makefile
Roberto Ierusalimschy
2026-01-20
1
-2
/
+2
*
New compile option LUA_COMPAT_LOOPVAR
Roberto I
2026-01-16
1
-2
/
+11
*
Details
Roberto I
2025-12-08
1
-2
/
+2
*
Functions with vararg tables don't need hidden args.
Roberto I
2025-11-28
1
-3
/
+3
*
New conceptual model for vararg
Roberto I
2025-11-26
1
-13
/
+11
*
Global initialization checks name conflict
Roberto I
2025-11-08
1
-3
/
+16
*
Vertical bar removed from syntax of vararg table
Roberto I
2025-10-30
1
-2
/
+2
*
Fixed initialization of global variables
Roberto I
2025-10-29
1
-12
/
+29
*
Initialization of too many locals break assertion
Roberto I
2025-10-10
1
-0
/
+1
*
Optimization for vararg tables
Roberto I
2025-09-24
1
-2
/
+8
*
Varag parameter is a new kind of variable
Roberto I
2025-09-17
1
-9
/
+17
*
Vararg table
Roberto I
2025-09-16
1
-10
/
+19
*
Added limit to number of elements in a constructor
Roberto I
2025-08-27
1
-3
/
+18
*
Details
Roberto I
2025-08-09
1
-1
/
+1
*
Optional initialization for global declarations
Roberto Ierusalimschy
2025-07-08
1
-23
/
+58
*
No need to limit variable declarations to 250
Roberto Ierusalimschy
2025-06-18
1
-3
/
+2
*
Removed uneeded check in parser
Roberto Ierusalimschy
2025-06-04
1
-1
/
+0
*
Bug: check for constructor overflow in [exp] fields
Roberto Ierusalimschy
2025-05-20
1
-3
/
+2
*
New way to control preambular declaration
Roberto Ierusalimschy
2025-05-20
1
-13
/
+20
*
Proper error message when jumping into 'global *'
Roberto Ierusalimschy
2025-05-18
1
-3
/
+3
*
Variable attributes can prefix name list
Roberto Ierusalimschy
2025-05-18
1
-22
/
+31
*
Slightly faster way to check for "global"
Roberto Ierusalimschy
2025-05-16
1
-2
/
+2
*
Internalized string "break" kept by the parser
Roberto Ierusalimschy
2025-05-15
1
-3
/
+3
*
Remove compat code in parser when not needed
Roberto Ierusalimschy
2025-05-13
1
-1
/
+4
*
Collective declaration for globals ('global *')
Roberto Ierusalimschy
2025-05-13
1
-19
/
+36
*
Correct line in error message for constant function
Roberto Ierusalimschy
2025-05-12
1
-1
/
+1
*
'expdesc' doesn't depend on 'actvar' for var. info.
Roberto Ierusalimschy
2025-05-11
1
-8
/
+7
*
Janitorial work on casts
Roberto Ierusalimschy
2025-05-08
1
-2
/
+2
*
New syntax 'global function'
Roberto Ierusalimschy
2025-05-08
1
-10
/
+39
*
Checks for read-only globals
Roberto Ierusalimschy
2025-05-06
1
-6
/
+18
*
First implementation of global declarations
Roberto Ierusalimschy
2025-05-05
1
-33
/
+78
*
Details (typos in comments)
Roberto Ierusalimschy
2025-04-23
1
-1
/
+1
*
Function 'luaK_semerror' made vararg
Roberto Ierusalimschy
2025-04-17
1
-18
/
+12
*
Fixed conversion warnings from clang
Roberto Ierusalimschy
2025-01-14
1
-1
/
+1
*
Error "break outside loop" made a syntax error
Roberto Ierusalimschy
2025-01-13
1
-11
/
+14
*
Details in lparser.c
Roberto Ierusalimschy
2025-01-10
1
-10
/
+13
*
Another way to compile goto's
Roberto Ierusalimschy
2025-01-10
1
-107
/
+80
*
Scanner and parser use different tables for constants
Roberto Ierusalimschy
2024-12-17
1
-1
/
+6
*
USHRT_MAX changed to SHRT_MAX
Roberto Ierusalimschy
2024-09-19
1
-1
/
+1
*
'lcode.c' can use 'checklimit', too
Roberto Ierusalimschy
2024-08-20
1
-5
/
+5
*
Added gcc option '-Wconversion'
Roberto Ierusalimschy
2024-07-27
1
-16
/
+18
*
New instruction format for SETLIST/NEWTABLE
Roberto Ierusalimschy
2024-06-28
1
-1
/
+1
*
Flexible limit for use of registers by constructors
Roberto Ierusalimschy
2024-06-27
1
-2
/
+19
*
Cleaning of llimits.h
Roberto Ierusalimschy
2024-06-20
1
-1
/
+1
*
New macro 'getlstr'
Roberto Ierusalimschy
2023-08-30
1
-2
/
+4
*
Field 'Proto.is_vararg' uses only one bit
Roberto Ierusalimschy
2023-08-30
1
-2
/
+2
[next]