| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport some v3.0 syntax extensions. | Mike Pall | 2026-06-22 | 1 | -0/+40 |
| | | | | | See discussion in: #1476 | ||||
| * | DUALNUM: Fix recording of loops broken by previous change. | Mike Pall | 2026-02-16 | 1 | -3/+3 |
| | | | | | Thanks to Nicholas Davies. #1432 #1433 #1438 | ||||
| * | Prevent recording of loops with -0 step or NaN values. | Mike Pall | 2026-02-11 | 1 | -0/+6 |
| | | | | | Thanks to Sergey Kaplun. #1432 #1433 | ||||
| * | Prevent snapshot purge while recording a function header. | Mike Pall | 2026-02-11 | 1 | -1/+1 |
| | | | | | Thanks to Sergey Kaplun. #1425 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-12-06 | 1 | -8/+17 |
| |\| | |||||
| | * | DUALNUM: Add missing type conversion for FORI slots. | Mike Pall | 2025-12-06 | 1 | -8/+17 |
| | | | | | | | | | Reported by Sergey Kaplun. #1413 | ||||
| * | | Unify Lua number to FFI integer conversions. | Mike Pall | 2025-11-27 | 1 | -6/+15 |
| | | | | | | | | | Phew. #1411 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-05-28 | 1 | -1/+2 |
| |\| | |||||
| | * | Fix JIT slot overflow during up-recursion. | Mike Pall | 2025-05-28 | 1 | -1/+2 |
| | | | | | | | | | Reported by Sergey Kaplun. #1358 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-04-07 | 1 | -1/+4 |
| |\| | |||||
| | * | Initialize unused value when specializing to cdata metatable. | Mike Pall | 2025-04-07 | 1 | -1/+4 |
| | | | | | | | | | Reported by jakitliang. #1354 | ||||
| * | | Fix state restore when recording __concat metamethod. | Mike Pall | 2025-03-09 | 1 | -4/+9 |
| | | | | | | | | | Reported by Sergey Kaplun. #1338 #1298 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix recording of BC_VARG. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | | | | | | | | Reported by Bachir Bendrissou. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Restore state when recording __concat metamethod throws OOM. | Mike Pall | 2024-11-28 | 1 | -18/+33 |
| | | | | | | | | | Reported by Sergey Kaplun. #1298 #1234 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2024-09-29 | 1 | -3/+3 |
| |\| | |||||
| | * | Fix compiliation of getmetatable() for UDTYPE_IO_FILE. | Mike Pall | 2024-09-29 | 1 | -3/+3 |
| | | | | | | | | | Reported by Sergey Bronnikov. #1279 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2024-08-15 | 1 | -2/+3 |
| |\| | |||||
| | * | Fix IR_ABC hoisting. | Mike Pall | 2024-08-15 | 1 | -2/+3 |
| | | | | | | | | | Reported by pwnhacker0x18. Fixed by Peter Cawley. #1194 | ||||
| * | | Restore state when recording __concat metamethod throws an error. | Mike Pall | 2024-07-04 | 1 | -2/+24 |
| | | | | | | | | | Thanks to Sergey Kaplun. #1234 | ||||
| * | | Fix recording of __concat metamethod. | Mike Pall | 2024-03-10 | 1 | -2/+6 |
| | | | | | | | | | Thanks to Sergey Kaplun. #1164 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2024-03-10 | 1 | -1/+3 |
| |\| | |||||
| | * | Prevent down-recursion for side traces. | Mike Pall | 2024-03-10 | 1 | -1/+1 |
| | | | | | | | | | Thanks to Sergey Kaplun. #1169 | ||||
| | * | Check frame size limit before returning to a lower frame. | Mike Pall | 2024-03-10 | 1 | -0/+2 |
| | | | | | | | | | Thanks to Sergey Kaplun. #1173 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-11-09 | 1 | -0/+1 |
| |\| | |||||
| | * | Invalidate SCEV entry when returning to lower frame. | Mike Pall | 2023-11-09 | 1 | -0/+1 |
| | | | | | | | | | Thanks to Zhongwei Yao. #1115 | ||||
| * | | Check for upvalue state transition in IR_UREFO. | Mike Pall | 2023-11-05 | 1 | -2/+11 |
| | | | | | | | | | Thanks to Peter Cawley. #1085 | ||||
| * | | Consistently use 64 bit constants for 64 bit IR instructions. | Mike Pall | 2023-09-21 | 1 | -4/+5 |
| | | | | | | | | | Thanks to Peter Cawley. #1084 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-09-21 | 1 | -1/+4 |
| |\| | |||||
| | * | Add missing coercion when recording select(string, ...) | Mike Pall | 2023-09-21 | 1 | -1/+4 |
| | | | | | | | | | Thanks to Peter Cawley. #1083 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-09-09 | 1 | -3/+9 |
| |\| | |||||
| | * | Add NaN check to IR_NEWREF. | Mike Pall | 2023-09-09 | 1 | -3/+9 |
| | | | | | | | | | Thanks to Peter Cawley. #1069 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-12 | 1 | -3/+9 |
| |\| | |||||
| | * | Fix maxslots when recording BC_VARG, part 3. | Mike Pall | 2023-08-12 | 1 | -3/+9 |
| | | | | | | | | | Thanks to Peter Cawley. #1046 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-07-09 | 1 | -6/+2 |
| |\| | |||||
| | * | Fix maxslots when recording BC_VARG, part 2. | Mike Pall | 2023-07-09 | 1 | -6/+2 |
| | | | | | | | | | Analyzed by Sergey Kaplun. #1024 | ||||
| * | | Fix maxslots when recording BC_TSETM. | Mike Pall | 2023-07-08 | 1 | -0/+2 |
| | | | | | | | | | Analyzed by Sergey Kaplun. #1025 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-07-08 | 1 | -2/+1 |
| |\| | |||||
| | * | Fix maxslots when recording BC_VARG. | Mike Pall | 2023-07-08 | 1 | -2/+1 |
| | | | | | | | | | Analyzed by Sergey Kaplun. #1024 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-04-16 | 1 | -0/+2 |
| |\| | |||||
| | * | Fix canonicalization of +-0.0 keys for IR_NEWREF. | Mike Pall | 2023-04-16 | 1 | -0/+2 |
| | | | | | | | | | Reported by Sergey Kaplun. #981 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-12-09 | 1 | -2/+2 |
| |\| | |||||
| | * | Correct fix for stack check when recording BC_VARG. | Mike Pall | 2022-12-09 | 1 | -2/+2 |
| | | | | | | | | | Reported by Yichun Zhang. | ||||
| * | | Fix trace join to BC_JLOOP originating from BC_ITERN. | Mike Pall | 2022-09-14 | 1 | -1/+2 |
| | | | | | | | | | Reported by OpenResty Inc. | ||||
