| Commit message (Expand) | Author | Files | Lines |
6 days | REVERT: Change handling of nil value markers in template tables. | Mike Pall | 6 | -24/+25 |
6 days | macOS: Fix Apple hardened runtime support and put behind build option. | Mike Pall | 2 | -2/+4 |
7 days | macOS: Fix support for Apple hardened runtime. | Mike Pall | 1 | -1/+1 |
7 days | Fix handling of nil value markers in template tables. | Mike Pall | 1 | -1/+1 |
7 days | Avoid unpatching bytecode twice after a trace flush.v2.0master | Mike Pall | 1 | -11/+4 |
7 days | Fix state restore when recording __concat metamethod. | Mike Pall | 1 | -4/+9 |
7 days | Windows: Allow mixed builds with msvcbuild.bat. | Mike Pall | 1 | -2/+7 |
7 days | macOS: Add suport for Apple hardened runtime. | Mike Pall | 2 | -3/+35 |
7 days | Add compatibility string coercion for fp:seek() argument. | Mike Pall | 2 | -2/+4 |
7 days | Windows: Clarify installation directory layout. | Mike Pall | 1 | -0/+13 |
7 days | Remove Cygwin from docs, since it's not a supported target. | Mike Pall | 1 | -13/+5 |
7 days | Improve CLI signal handling on POSIX. | Mike Pall | 1 | -4/+19 |
7 days | FFI: Add pre-declared int128_t, uint128_t, __int128 types. | Mike Pall | 2 | -0/+5 |
7 days | Use dylib extension for iOS installs, too. | Mike Pall | 1 | -1/+1 |
7 days | Change handling of nil value markers in template tables. | Mike Pall | 6 | -24/+23 |
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-12-16 | Remove dependency on <limits.h>. | Mike Pall | 2 | -2/+1 |
2024-11-28 | Restore state when recording __concat metamethod throws OOM. | Mike Pall | 1 | -18/+33 |
2024-11-28 | MIPS64: Fix pcall() error case. | Mike Pall | 1 | -2/+3 |
2024-11-28 | Fix detection of inconsistent renames due to sunk values. | Mike Pall | 1 | -2/+2 |
2024-11-14 | Windows: Allow amalgamated static builds with msvcbuild.bat. | Mike Pall | 1 | -3/+10 |
2024-11-14 | Always close profiler output file. | Mike Pall | 1 | -3/+1 |
2024-11-14 | Fix override of INSTALL_LJLIBD in the presence of DESTDIR. | Mike Pall | 1 | -4/+5 |
2024-11-13 | Fix bit op coercion for shifts in DUALNUM builds. | Mike Pall | 1 | -1/+1 |
2024-10-02 | macOS: Remove obsolete -single_module flag. | Mike Pall | 1 | -2/+2 |
2024-10-02 | macOS: Workaround for buggy XCode 15.0 - 15.2 linker. | Mike Pall | 1 | -0/+4 |
2024-10-02 | macOS: Fix macOS 15 / Clang 16 build. | Mike Pall | 3 | -3/+0 |
2024-09-29 | Fix bit op coercion in DUALNUM builds. | Mike Pall | 1 | -3/+1 |
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-09-04 | Drop unused function wrapper. | Mike Pall | 2 | -10/+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-21 | ARM64: Use ldr literal to load FP constants. | Mike Pall | 2 | -6/+12 |
2024-08-20 | FFI: Add missing coercion when recording 64-bit bit.*(). | Mike Pall | 2 | -11/+22 |
2024-08-20 | ARM64: Make tobit conversions match JIT backend behavior. | Mike Pall | 1 | -14/+6 |
2024-08-20 | ARM: Make hard-float tobit conversions match JIT backend behavior. | Mike Pall | 1 | -1/+12 |
2024-08-19 | FFI: Drop finalizer table rehash after GC cycle. | Mike Pall | 2 | -8/+1 |
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 | Reflect override of INSTALL_LJLIBD in package.path. | Mike Pall | 3 | -3/+9 |
2024-08-15 | ARM64: Use movi to materialize FP constants. | Mike Pall | 3 | -0/+35 |
2024-08-15 | Add more FOLD rules for integer conversions. | Mike Pall | 1 | -4/+5 |
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 |