aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix unsinking check.Mike Pall2015-10-011-15/+11
* | FFI: Add ssize_t declaration.Mike Pall2015-09-203-0/+5
* | Merge branch 'master' into v2.1Mike Pall2015-09-203-4/+10
|\|
| * Fix Cygwin support. Note: this is not a supported target.Mike Pall2015-09-203-4/+10
* | Parse Unicode string escape \u{XX...}.Mike Pall2015-08-303-0/+35
* | Re-enable trace stitching.Mike Pall2015-08-2913-84/+60
* | ARM64: Fix ELF bytecode saving.Mike Pall2015-08-261-1/+1
* | RELEASE LuaJIT-2.1.0-beta1v2.1.0-beta1Mike Pall2015-08-255-6/+6
* | ARM64: Add support for saving bytecode as object files.Mike Pall2015-08-251-6/+8
* | Update changelog.Mike Pall2015-08-251-0/+53
* | Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2.Mike Pall2015-08-251-0/+5
* | Remove LuaJIT 1.x change history.Mike Pall2015-08-241-229/+0
* | Merge branch 'master' into v2.1Mike Pall2015-08-201-4/+12
|\|
| * Properly handle OOM in trace_save().Mike Pall2015-08-201-4/+12
* | Merge branch 'master' into v2.1Mike Pall2015-08-201-1/+1
|\|
| * Fix NYICF error message.Mike Pall2015-08-201-1/+1
* | Parse binary number literals (0bxxx).Mike Pall2015-08-193-7/+56
* | Merge branch 'master' into v2.1Mike Pall2015-07-171-0/+4
|\|
| * FFI: Don't propagate qualifiers into subtypes of complex.Mike Pall2015-07-171-0/+4
* | ARM64: Fix __call metamethod handling for tail calls.Mike Pall2015-07-141-2/+2
* | Merge branch 'master' into v2.1Mike Pall2015-07-101-4/+11
|\|
| * Limit number of arguments given to io.lines() and fp:lines().Mike Pall2015-07-101-4/+11
* | Fix Xbox One port.Mike Pall2015-06-164-9/+8
* | Disable table allocation bump optimization (for now).Mike Pall2015-06-132-0/+16
* | Add Xbox One port.Mike Pall2015-06-127-4/+138
* | Fix table allocation bump optimization (sigh).Mike Pall2015-06-101-1/+9
* | Merge branch 'master' into v2.1Mike Pall2015-06-101-5/+2
|\|
| * Fix narrowing of TOBIT.Mike Pall2015-06-101-5/+2
* | x64/LJ_GC64: Fix ipairs().Mike Pall2015-06-101-0/+7
* | Fix table allocation bump optimization (again).Mike Pall2015-06-091-1/+2
* | Merge branch 'master' into v2.1Mike Pall2015-06-097-8/+61
|\|
| * x64: Allow building without external unwinder.Mike Pall2015-06-096-8/+37
* | x64/LJ_GC64: Fix upvalue write barrier.Mike Pall2015-05-291-5/+8
* | x64/LJ_GC64: Fix setmetatable().Mike Pall2015-05-251-3/+3
* | Fix table allocation bump optimization.Mike Pall2015-05-212-1/+4
* | LJ_GC64: Fix frame unwinding.Mike Pall2015-05-201-2/+2
* | Fix for last commit.Mike Pall2015-05-191-0/+1
* | Bump table allocations retroactively if they grow later on.Mike Pall2015-05-196-9/+101
* | Merge branch 'master' into v2.1Mike Pall2015-05-143-4/+54
|\|
| * RELEASE LuaJIT-2.0.4v2.0.4Mike Pall2015-05-1413-16/+16
| * Update changelog.Mike Pall2015-05-141-0/+50
* | Cleanup.Mike Pall2015-05-041-2/+0
* | Merge branch 'master' into v2.1Mike Pall2015-05-041-3/+7
|\|
| * x86/x64: Fix argument check for bit shifts.Mike Pall2015-05-041-3/+7
* | x64: Add LJ_GC64 mode interpreter.Mike Pall2015-05-048-5/+4906
* | Fix broken Windows build.Mike Pall2015-04-291-2/+2
* | Disable trace stitching (for now) due to a design mistake.Mike Pall2015-04-282-0/+34
* | Merge branch 'master' into v2.1Mike Pall2015-04-281-3/+11
|\|
| * Fix stack check in narrowing optimization.Mike Pall2015-04-281-3/+11
* | ARM64: Fix math.floor/math.ceil for string args.Mike Pall2015-04-151-0/+1