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
/
dynasm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2026-02-11
x64/!LJ_GC64: The allocation limit is required for a no-JIT build, too.
Mike Pall
1
-2
/
+2
2026-02-11
MIPS64: Avoid unaligned load in lj_vm_exit_interp.
Mike Pall
1
-4
/
+5
2026-02-11
Prevent snapshot purge while recording a function header.
Mike Pall
1
-1
/
+1
2026-01-09
DUALNUM: Improve/fix edge cases of unary minus.
Mike Pall
8
-7
/
+33
2026-01-09
Fix minilua undefined behavior in bit.tohex.
Mike Pall
2
-4
/
+4
2026-01-09
Ignore PDB files for git.
Mike Pall
1
-0
/
+1
2026-01-09
Bump copyright date.
Mike Pall
175
-190
/
+190
2025-12-08
Fix string.format for limited precision FP conversions.
Mike Pall
1
-3
/
+40
2025-12-06
PPC: Fix soft-float lj_num2u64().
Mike Pall
1
-0
/
+2
2025-12-06
ARM64: More fixes for ARM BTI.
Mike Pall
1
-0
/
+4
2025-12-06
DUALNUM: Fix narrowing of unary minus.
Mike Pall
1
-2
/
+2
2025-12-06
DUALNUM: Add missing type conversion for FORI slots.
Mike Pall
1
-8
/
+17
2025-12-01
Remove pointless GCC/MSVC const function attributes.
Mike Pall
1
-7
/
+7
2025-11-27
Fix MSVC LJ_CONSTF declaration.
Mike Pall
1
-6
/
+1
2025-11-27
Back out MSVC LJ_CONSTF declaration.
Mike Pall
1
-0
/
+5
2025-11-27
Remove compiler flag for FP conversions. Now unnecessary.
Mike Pall
1
-3
/
+0
2025-11-27
Unify Lua number to FFI integer conversions.
Mike Pall
41
-431
/
+1067
2025-11-27
ARM64: Fix disassembly of certain sub-word-size loads/stores.
Mike Pall
1
-3
/
+3
2025-11-16
ELF/Mach-O: Force default visibility for public API functions.
Mike Pall
2
-0
/
+4
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-11-10
Run VM events and finalizers in separate state.
Mike Pall
7
-67
/
+76
2025-11-08
macOS: Change Mach-O object file layout required by XCode 15.0.
Mike Pall
1
-12
/
+18
2025-11-08
ARM64: Enable unaligned accesses if indicated by the toolchain.
Mike Pall
3
-1
/
+15
2025-11-06
Allow mcode allocations outside of the jump range to the support code.
Mike Pall
19
-228
/
+477
2025-11-06
ARM64: Fix disassembly of >2GB branch targets.
Mike Pall
1
-1
/
+1
2025-10-29
x64: Fix CET IBT.
Mike Pall
1
-0
/
+3
2025-10-29
ARM64: Fix ARM BTI.
Mike Pall
1
-0
/
+3
2025-10-28
Windows: Fix lua52compat option for msvcbuild.bat.
Mike Pall
1
-6
/
+6
2025-10-28
ARM64: Add support for ARM BTI.
Mike Pall
7
-3
/
+124
2025-10-28
x64: Various fixes for CET IBT.
Mike Pall
6
-38
/
+101
2025-10-16
x64: Add support for CET IBT.
Mike Pall
7
-10
/
+95
2025-10-16
Gracefully handle broken custom allocator.
Mike Pall
1
-1
/
+5
2025-10-16
Add GNU/Hurd build support.
Mike Pall
3
-1
/
+7
2025-10-16
Fix io.write() of newly created buffer.
Mike Pall
1
-1
/
+1
2025-10-16
Fix reporting of an error during error handling.
Mike Pall
2
-0
/
+11
2025-07-24
Windows: Add lua52compat option to msvcbuild.bat.
Mike Pall
1
-5
/
+10
[next]