index
:
luajit
master
temp-v3bp-syntax1
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
/
jit
/
dump.lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-07-11
x64: Fix callback result handling.
Mike Pall
1
-0
/
+4
2026-07-10
DynASM/x86: Fix insertps instruction encoding.
Mike Pall
1
-1
/
+1
2026-07-09
Don't use destroyed lock when profiler has been stopped.
Mike Pall
1
-1
/
+1
2026-07-08
FFI: Fix bit op FP number coercion.
Mike Pall
1
-0
/
+8
2026-07-07
x64/ARM64/MIPS64: Fix constant bit shift code generation.
Mike Pall
3
-4
/
+7
2026-07-04
Fix line number in const assignment error message.
Mike Pall
1
-8
/
+17
2026-07-04
MIPS64: Fix bitwise not operator.
Mike Pall
1
-1
/
+1
2026-07-04
ARM: Fix shift masking for bit operators.
Mike Pall
1
-7
/
+10
2026-07-04
Add short function expression.
Mike Pall
3
-35
/
+96
2026-07-04
Ignore underscore in parsed numbers.
Mike Pall
1
-4
/
+10
2026-06-29
FFI/MacOS: Fix calling convention for on-stack varargs.
Mike Pall
1
-1
/
+1
2026-06-28
Add const declaration.
Mike Pall
3
-13
/
+55
2026-06-28
Use a hash to lookup variable names in the parser.
Mike Pall
2
-56
/
+92
2026-06-28
Properly prevent safe navigation in parallel assignment.
Mike Pall
1
-22
/
+27
2026-06-28
Allow 'goto continue'.
Mike Pall
1
-1
/
+1
2026-06-27
Simplify safe navigation call handling.
Mike Pall
1
-31
/
+22
2026-06-27
Fix nil-coalescing operator.
Mike Pall
1
-3
/
+1
2026-06-27
Add continue statement.
Mike Pall
3
-24
/
+73
2026-06-27
Handle multiple assignment from safe navigation call.
Mike Pall
1
-9
/
+53
2026-06-27
Correct last fix for ternary operator.
Mike Pall
1
-6
/
+4
2026-06-26
Don't free register before jump in ternary operator.
Mike Pall
1
-2
/
+3
2026-06-25
ARM/ARM64: Fix bitwise operators.
Mike Pall
2
-1
/
+2
2026-06-25
Improve error messages for customary operators.
Mike Pall
3
-7
/
+9
2026-06-25
Make check in os.time() consistent.
Mike Pall
1
-1
/
+1
2026-06-24
iOS: Avoid macro name collision.
Mike Pall
2
-2
/
+2
2026-06-24
Fix indexed compound assignment.
Mike Pall
1
-0
/
+6
2026-06-22
Backport some v3.0 syntax extensions.
Mike Pall
26
-99
/
+1090
2026-06-16
Optionally return PC position in jit.util.tracesnap().
Mike Pall
1
-1
/
+8
2026-06-16
Fix stack overflow relimit handling.
Mike Pall
1
-6
/
+11
2026-06-13
Fix corner case of os.time().
Mike Pall
1
-1
/
+2
2026-05-29
FFI/MacOS: Fix calling convention for enums.
Mike Pall
1
-1
/
+1
2026-05-25
Prevent sanitizer warnings for lj_tab_new*() and table.new().
Mike Pall
3
-4
/
+4
2026-05-25
FFI: Prevent sanitizer warning in carith_ptr().
Mike Pall
1
-1
/
+1
2026-05-25
Prevent sanitizer warning in os.time().
Mike Pall
1
-2
/
+2
2026-05-25
Avoid race condition with profiler thread during dispatch table update.
Mike Pall
8
-16
/
+43
2026-05-25
x86/x64: Change ipairs_aux to match JIT backend behavior.
Mike Pall
2
-9
/
+6
2026-05-25
FFI: Various ABI and calling convention fixes.
Mike Pall
3
-13
/
+57
2026-03-30
FFI: Shrink container of packed bitfield.
Mike Pall
1
-0
/
+2
2026-03-27
Fix VM event error handling for finalizers.
Mike Pall
1
-2
/
+4
2026-03-27
Avoid use of subnormals for internal registry keys.
Mike Pall
3
-4
/
+4
2026-03-27
Prevent false positive sanitizer warning in unpack().
Mike Pall
1
-1
/
+3
2026-03-27
FFI: Fix pointer difference operation on 64 bit platforms.
Mike Pall
1
-1
/
+1
2026-03-04
Fix edge cases when recording string.byte/sub.
Mike Pall
1
-3
/
+3
2026-02-27
Add ffi.abi("dualnum").
Mike Pall
2
-0
/
+5
2026-02-24
FFI: Fix constructor index resolution in JIT compiler.
Mike Pall
1
-0
/
+2
2026-02-16
DUALNUM: Fix recording of loops broken by previous change.
Mike Pall
1
-3
/
+3
2026-02-13
Fix compiler warning.
Mike Pall
1
-1
/
+1
2026-02-11
Fix G->jit_base relocation on stack resize.
Mike Pall
1
-1
/
+1
2026-02-11
Prevent recording of loops with -0 step or NaN values.
Mike Pall
1
-0
/
+6
2026-02-11
Avoid recording interference due to invocation of VM hooks.
Mike Pall
2
-11
/
+22
[next]