index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
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
*
Change handling of nil value markers in template tables.
HEAD
v2.1
Mike Pall
4 days
1
-15
/
+5
*
REVERT: Change handling of nil value markers in template tables.
Mike Pall
6 days
1
-5
/
+15
*
Change handling of nil value markers in template tables.
Mike Pall
6 days
1
-15
/
+5
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Add build flag LUAJIT_DISABLE_TAILCALL to disable tailcall generation.
Mike Pall
2024-07-04
1
-0
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-07-03
1
-4
/
+2
|
\
|
|
*
Fix predict_next() in parser (for real now).
Mike Pall
2024-07-03
1
-4
/
+2
*
|
Add cross-32/64 bit and deterministic bytecode generation.
Mike Pall
2024-01-22
1
-12
/
+16
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-28
1
-1
/
+3
|
\
|
|
*
Fix predict_next() in parser (again).
Mike Pall
2023-08-28
1
-1
/
+3
*
|
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
[next]