0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clarify macOS build instructions. More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
Bump copyright date. More... over 3 years ago
Fix trace exit register dump for some archs. More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
Documentation cleanup. More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
FFI: Fix recording of union initialization. More... over 3 years ago
feature: enable debuginfo in our luajit build by default. More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
x64: Fix __call metamethod return dispatch. More... over 3 years ago
Fix binary number literal parsing. More... over 3 years ago
Fix warning. More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
Fix warning. More... over 3 years ago
bugfix: fixed gcc warnings when -DLUAJIT_DISABLE_JIT is specified. More... over 3 years ago
bugfix: jit.prngstate() did not allow integer arg which broke backward compatibility. More... over 3 years ago
Detect SSE4.2 support dynamically More... over 3 years ago
doc: fixed use case for jit.prngstate(). (#113) More... over 3 years ago
Merge branch 'v2.1' into v2.1-agentzh More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
Minor changes and https-ify links. More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*. More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
Ensure full init of IR_NOP instructions. More... over 3 years ago
bugfix: fixed compatibility regression with MinGW gcc More... over 3 years ago
bugfix: lua_resetthread: we forgot to reset the "exdata2" field. More... over 3 years ago
feature: added new Lua API functions thread.exdata2 as well as C API funcs lua_getexdata2 and lua_setexdata2. More... over 3 years ago
feature: added new LuaJIT C API lua_resetthread. More... over 3 years ago