| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-06-16 | 1 | -6/+11 |
| |\ | |||||
| | * | Fix stack overflow relimit handling. | Mike Pall | 2026-06-16 | 1 | -6/+11 |
| | | | | | | | | | Thanks to Sergey Kaplun. #1471 | ||||
| * | | Avoid race condition with profiler thread during dispatch table update. | Mike Pall | 2026-05-25 | 1 | -1/+1 |
| | | | | | | | | | Reported by artemking4. #1460 | ||||
| * | | Fix G->jit_base relocation on stack resize. | Mike Pall | 2026-02-11 | 1 | -1/+1 |
| | | | | | | | | | Reported by f32y. #1435 | ||||
| * | | 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-11-10 | 1 | -0/+4 |
| |\| | |||||
| | * | FFI: Avoid dangling cts->L. | Mike Pall | 2025-11-10 | 1 | -0/+4 |
| | | | | | | | | | Reported by ZumiKua. #1405 | ||||
| * | | Run VM events and finalizers in separate state. | Mike Pall | 2025-11-10 | 1 | -0/+1 |
| | | | | | | | | | Reported by Sergey Kaplun. #1403 | ||||
| * | | Gracefully handle broken custom allocator. | Mike Pall | 2025-10-16 | 1 | -1/+5 |
| | | | | | | | | | Reported by Alex Orlenko. #1393 | ||||
| * | | Fix reporting of an error during error handling. | Mike Pall | 2025-10-16 | 1 | -0/+1 |
| | | | | | | | | | Reported by Sergey Kaplun. #1381 | ||||
| * | | 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 |
| | | | |||||
| * | | FFI: Turn FFI finalizer table into a proper GC root. | Mike Pall | 2024-04-19 | 1 | -0/+3 |
| | | | | | | | | | Reported by Sergey Bronnikov. #1168 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2024-02-04 | 1 | -18/+40 |
| |\| | |||||
| | * | Rework stack overflow handling. | Mike Pall | 2024-02-04 | 1 | -18/+36 |
| | | | | | | | | | Reported by pwnhacker0x18. Fixed by Peter Cawley. #1152 | ||||
| * | | Check for upvalue state transition in IR_UREFO. | Mike Pall | 2023-11-05 | 1 | -2/+5 |
| | | | | | | | | | Thanks to Peter Cawley. #1085 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-09-21 | 1 | -1/+1 |
| |\| | |||||
| | * | Follow-up fix for stack overflow handling cleanup. | Mike Pall | 2023-09-21 | 1 | -1/+1 |
| | | | |||||
| * | | Handle OOM error on stack resize in coroutine.resume and lua_checkstack. | Mike Pall | 2023-09-21 | 1 | -0/+12 |
| | | | | | | | | | Thanks to Peter Cawley. #1066 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-09-21 | 1 | -4/+11 |
| |\| | |||||
| | * | Cleanup stack overflow handling. | Mike Pall | 2023-09-21 | 1 | -4/+11 |
| | | | | | | | | | Reported by Peter Cawley. #962 | ||||
| * | | 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-02-21 | 1 | -1/+1 |
| |\| | |||||
| | * | Improve error reporting on stack overflow. | Mike Pall | 2023-02-21 | 1 | -1/+1 |
| | | | | | | | | | Thanks to Nicolas Lebedenco. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 1 | -0/+6 |
| | | | |||||
| * | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -4/+4 |
| | | | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura. | ||||
| * | | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -7/+31 |
| | | | | | | | | | It's not 2005 anymore. | ||||
| * | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -7/+11 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | Refactor with LUA_OK. | Mike Pall | 2017-04-07 | 1 | -4/+4 |
| | | | | | | | | | Contributed by François Perrad. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | | |||||
| * | | LJ_GC64: Allow optional use of the system memory allocator. | Mike Pall | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | | |||||
| * | | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -0/+2 |
| | | | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags. | ||||
| * | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -3/+5 |
| | | | |||||
| * | | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-22 | 1 | -1/+1 |
| |\| | |||||
| | * | x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. | Mike Pall | 2014-04-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | Valgrind 3.9 killed MAP_32BIT support. Ugh. So now we have to rely on undocumented behavior where Valgrind always allocates from the bottom of memory. Alas, such a binary won't run properly without Valgrind. | ||||
