index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_parse.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-12
1
-0
/
+1
|
\
|
|
*
Fix predict_next() in parser.
Mike Pall
2023-08-12
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-12-22
1
-6
/
+6
|
\
|
|
*
Avoid negation of signed integers in C that may hold INT*_MIN.
Mike Pall
2022-12-22
1
-6
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-03-13
1
-1
/
+1
|
\
|
|
*
Fix BC_UCLO insertion for returns.
Mike Pall
2022-03-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
String buffers, part 2a: internal SBuf reorg. Use full pointers.
Mike Pall
2021-06-01
1
-3
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-49
/
+65
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-05-22
1
-2
/
+5
|
\
|
|
*
Fix bytecode register allocation for comparisons.
Mike Pall
2020-05-22
1
-2
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2018-01-29
1
-1
/
+2
|
\
|
|
*
Fix GCC 7 -Wimplicit-fallthrough warnings.
Mike Pall
2018-01-29
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-03-08
1
-4
/
+6
|
\
|
|
*
Fix out-of-scope goto handling in parser.
Mike Pall
2017-03-08
1
-4
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-06-27
1
-2
/
+2
|
\
|
|
*
Drop leftover regs in 'for' iterator assignment, too.
Mike Pall
2016-06-27
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
LJ_FR2: Fix bytecode generation for method lookups.
Mike Pall
2015-02-08
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-05
1
-2
/
+4
|
\
|
|
*
Fix BC_UCLO/BC_JMP join optimization in Lua parser.
Mike Pall
2015-01-05
1
-2
/
+4
*
|
Add LJ_FR2 mode: Two-slot frame info.
Mike Pall
2015-01-03
1
-6
/
+8
*
|
Cleanup of TValue setters. No functional changes.
Mike Pall
2014-12-20
1
-3
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-10-15
1
-1
/
+3
|
\
|
|
*
Fix line number for relocated bytecode after closure fixup.
Mike Pall
2013-10-15
1
-1
/
+3
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-2
/
+3
*
|
String buffer refactoring, part 4.
Mike Pall
2013-02-28
1
-4
/
+4
*
|
Cleanup lexer source code.
Mike Pall
2013-02-28
1
-50
/
+50
*
|
String buffer refactoring, part 2.
Mike Pall
2013-02-27
1
-38
/
+16
*
|
String buffer refactoring, part 1.
Mike Pall
2013-02-27
1
-11
/
+2
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Keep line number for KPRI to KNIL optimization.
Mike Pall
2013-01-31
1
-2
/
+2
*
Fix discharge order of comparisons in Lua parser.
Mike Pall
2013-01-11
1
-0
/
+1
*
Add missing GC steps for template table creation.
Mike Pall
2012-11-16
1
-0
/
+1
*
Don't create unneeded array part for template tables.
Mike Pall
2012-11-06
1
-1
/
+1
*
Fix detection of immutable upvalues.
Mike Pall
2012-10-21
1
-59
/
+64
[next]