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