aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't fold -a / -b for unsigned operands.Mike Pall2026-08-011-0/+2
* FFI: Fix widening semantics for 64 bit arithmetic.Mike Pall2026-07-252-5/+1
* x64: Fix callback result handling.Mike Pall2026-07-111-0/+4
* Make check in os.time() consistent.Mike Pall2026-06-251-1/+1
* Fix stack overflow relimit handling.Mike Pall2026-06-161-6/+11
* Fix corner case of os.time().Mike Pall2026-06-131-1/+2
* FFI: Prevent sanitizer warning in carith_ptr().Mike Pall2026-05-251-1/+1
* Prevent sanitizer warning in os.time().Mike Pall2026-05-251-2/+2
* FFI: Shrink container of packed bitfield.Mike Pall2026-03-301-0/+2
* Prevent false positive sanitizer warning in unpack().Mike Pall2026-03-271-1/+3
* FFI: Fix pointer difference operation on 64 bit platforms.Mike Pall2026-03-271-1/+1
* Fix edge cases when recording string.byte/sub.Mike Pall2026-03-041-3/+3
* FFI: Fix constructor index resolution in JIT compiler.Mike Pall2026-02-241-0/+2
* Fix compiler warning.Mike Pall2026-02-131-1/+1
* Fix minilua undefined behavior in bit.tohex.Mike Pall2026-01-092-4/+4
* Ignore PDB files for git.Mike Pall2026-01-091-0/+1
* Bump copyright date.Mike Pall2026-01-09175-190/+190
* DUALNUM: Add missing type conversion for FORI slots.Mike Pall2025-12-061-8/+17
* x86/x64: Backport fix for math.min()/math.max() argument check.Mike Pall2025-11-161-1/+1
* Fix edge cases when generating IR for string.byte/sub/find.Mike Pall2025-11-141-3/+3
* FFI: Avoid dangling cts->L.Mike Pall2025-11-101-0/+4
* x86/x64: Don't use undefined MUL/IMUL zero flag.Mike Pall2025-07-241-1/+2
* Avoid out-of-range PC for stack overflow error from snapshot restore.Mike Pall2025-07-241-0/+1
* FFI: Fix dangling CType references (again).Mike Pall2025-07-241-5/+6
* Fix JIT slot overflow during up-recursion.Mike Pall2025-05-281-1/+2
* Avoid out-of-range PC for stack overflow error from snapshot restore.Mike Pall2025-05-283-15/+10
* FFI: Fix dangling CType references.Mike Pall2025-05-282-15/+25
* Fix error generation in load*.Mike Pall2025-04-071-1/+2
* Initialize unused value when specializing to cdata metatable.Mike Pall2025-04-071-1/+4
* Avoid unpatching bytecode twice after a trace flush.Mike Pall2025-03-091-11/+4
* Add compatibility string coercion for fp:seek() argument.Mike Pall2025-03-092-2/+4
* Fix recording of BC_VARG.Mike Pall2025-01-131-1/+1
* Reject negative getfenv()/setfenv() levels to prevent compiler warning.Mike Pall2025-01-131-0/+4
* Bump copyright date.Mike Pall2025-01-13175-190/+190
* Force fallback source name for stripped bytecode.Mike Pall2024-12-161-1/+1
* Fix detection of inconsistent renames due to sunk values.Mike Pall2024-11-281-2/+2
* Fix compiliation of getmetatable() for UDTYPE_IO_FILE.Mike Pall2024-09-291-3/+3
* Remove ancient RtlUnwindEx workaround for MinGW64.Mike Pall2024-09-291-6/+0
* Fix limit check in narrow_conv_backprop().Mike Pall2024-08-241-1/+2
* Always use IRT_NIL for IR_TBAR.Mike Pall2024-08-241-1/+1
* ARM: Make hard-float tobit conversions match JIT backend behavior.Mike Pall2024-08-201-1/+12
* Fix another potential file descriptor leak in luaL_loadfile*().Mike Pall2024-08-191-8/+8
* MIPS32: Fix little-endian IR_RETF.Mike Pall2024-08-191-1/+1
* Correctly close VM state after early OOM during open.Mike Pall2024-08-191-3/+2
* Fix potential file descriptor leak in luaL_loadfile*().Mike Pall2024-08-191-1/+2
* Different fix for partial snapshot restore due to stack overflow.Mike Pall2024-08-152-4/+3
* Fix IR_ABC hoisting.Mike Pall2024-08-152-4/+6
* Limit CSE for IR_CARG to fix loop optimizations.Mike Pall2024-08-151-0/+11
* FFI: Fix various issues in recff_cdata_arith.Mike Pall2024-07-031-4/+6
* Fix predict_next() in parser (for real now).Mike Pall2024-07-031-4/+2