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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minilua undefined behavior in bit.tohex.
v2.0
master
Mike Pall
2 days
2
-4
/
+4
*
Bump copyright date.
Mike Pall
2 days
147
-148
/
+148
*
DUALNUM: Add missing type conversion for FORI slots.
Mike Pall
2025-12-06
1
-8
/
+17
*
x86/x64: Backport fix for math.min()/math.max() argument check.
Mike Pall
2025-11-16
1
-1
/
+1
*
Fix edge cases when generating IR for string.byte/sub/find.
Mike Pall
2025-11-14
1
-3
/
+3
*
FFI: Avoid dangling cts->L.
Mike Pall
2025-11-10
1
-0
/
+4
*
x86/x64: Don't use undefined MUL/IMUL zero flag.
Mike Pall
2025-07-24
1
-1
/
+2
*
Avoid out-of-range PC for stack overflow error from snapshot restore.
Mike Pall
2025-07-24
1
-0
/
+1
*
FFI: Fix dangling CType references (again).
Mike Pall
2025-07-24
1
-5
/
+6
*
Fix JIT slot overflow during up-recursion.
Mike Pall
2025-05-28
1
-1
/
+2
*
Avoid out-of-range PC for stack overflow error from snapshot restore.
Mike Pall
2025-05-28
3
-15
/
+10
*
FFI: Fix dangling CType references.
Mike Pall
2025-05-28
2
-15
/
+25
*
Fix error generation in load*.
Mike Pall
2025-04-07
1
-1
/
+2
*
Initialize unused value when specializing to cdata metatable.
Mike Pall
2025-04-07
1
-1
/
+4
*
Avoid unpatching bytecode twice after a trace flush.
Mike Pall
2025-03-09
1
-11
/
+4
*
Add compatibility string coercion for fp:seek() argument.
Mike Pall
2025-03-09
2
-2
/
+4
*
Fix recording of BC_VARG.
Mike Pall
2025-01-13
1
-1
/
+1
*
Reject negative getfenv()/setfenv() levels to prevent compiler warning.
Mike Pall
2025-01-13
1
-0
/
+4
*
Bump copyright date.
Mike Pall
2025-01-13
147
-148
/
+148
*
Force fallback source name for stripped bytecode.
Mike Pall
2024-12-16
1
-1
/
+1
*
Fix detection of inconsistent renames due to sunk values.
Mike Pall
2024-11-28
1
-2
/
+2
*
Fix compiliation of getmetatable() for UDTYPE_IO_FILE.
Mike Pall
2024-09-29
1
-3
/
+3
*
Remove ancient RtlUnwindEx workaround for MinGW64.
Mike Pall
2024-09-29
1
-6
/
+0
*
Fix limit check in narrow_conv_backprop().
Mike Pall
2024-08-24
1
-1
/
+2
*
Always use IRT_NIL for IR_TBAR.
Mike Pall
2024-08-24
1
-1
/
+1
*
ARM: Make hard-float tobit conversions match JIT backend behavior.
Mike Pall
2024-08-20
1
-1
/
+12
*
Fix another potential file descriptor leak in luaL_loadfile*().
Mike Pall
2024-08-19
1
-8
/
+8
*
MIPS32: Fix little-endian IR_RETF.
Mike Pall
2024-08-19
1
-1
/
+1
*
Correctly close VM state after early OOM during open.
Mike Pall
2024-08-19
1
-3
/
+2
*
Fix potential file descriptor leak in luaL_loadfile*().
Mike Pall
2024-08-19
1
-1
/
+2
*
Different fix for partial snapshot restore due to stack overflow.
Mike Pall
2024-08-15
2
-4
/
+3
*
Fix IR_ABC hoisting.
Mike Pall
2024-08-15
2
-4
/
+6
*
Limit CSE for IR_CARG to fix loop optimizations.
Mike Pall
2024-08-15
1
-0
/
+11
*
FFI: Fix various issues in recff_cdata_arith.
Mike Pall
2024-07-03
1
-4
/
+6
*
Fix predict_next() in parser (for real now).
Mike Pall
2024-07-03
1
-4
/
+2
*
FFI: Fix __tostring metamethod access to enum cdata value.
Mike Pall
2024-07-03
1
-1
/
+1
*
Fix typo.
Mike Pall
2024-07-03
1
-1
/
+1
*
Handle partial snapshot restore due to stack overflow.
Mike Pall
2024-07-03
2
-4
/
+9
*
Prevent sanitizer warning in snap_restoredata().
Mike Pall
2024-05-25
1
-2
/
+4
*
Fix segment release check in internal memory allocator.
Mike Pall
2024-04-19
1
-1
/
+1
*
Prevent down-recursion for side traces.
Mike Pall
2024-03-10
1
-1
/
+1
*
Check frame size limit before returning to a lower frame.
Mike Pall
2024-03-10
1
-0
/
+2
*
FFI: Treat cdata finalizer table as a GC root.
Mike Pall
2024-03-10
1
-0
/
+3
*
Handle stack reallocation in debug.setmetatable() and lua_setmetatable().
Mike Pall
2024-03-10
1
-0
/
+1
*
Rework stack overflow handling.
Mike Pall
2024-02-04
4
-21
/
+57
*
Preserve keys with dynamic values in template tables when saving bytecode.
Mike Pall
2024-01-31
1
-2
/
+2
*
Prevent include of luajit_rolling.h.
Mike Pall
2024-01-31
2
-1
/
+2
*
Fix unsinking of IR_FSTORE for NULL metatable.
Mike Pall
2024-01-23
1
-3
/
+8
*
Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check.
Mike Pall
2023-12-23
2
-0
/
+3
*
Respect jit.off() on pending trace exit.
Mike Pall
2023-12-23
1
-1
/
+1
[next]