| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | FFI: Workaround for platform dlerror() returning NULL. | Mike Pall | 2019-12-08 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 3 | -10/+6 |
|\| |
|
| * | OSX: Use __thread attribute. | Mike Pall | 2019-12-08 | 1 | -5/+0 |
| * | OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET. | Mike Pall | 2019-12-08 | 2 | -3/+3 |
| * | Build MinGW import library, too. | Mike Pall | 2019-12-08 | 1 | -1/+2 |
| * | Fix MinGW make clean. | Mike Pall | 2019-12-08 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 2 | -48/+24 |
|\| |
|
| * | Update Android and iOS build docs. | Mike Pall | 2019-12-08 | 1 | -55/+13 |
| * | Add note about the unsuitabilty of math.random() for crypto. | Mike Pall | 2019-12-08 | 1 | -0/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 3 | -53/+23 |
|\| |
|
| * | Update MSVC build script and docs. | Mike Pall | 2019-12-08 | 2 | -51/+20 |
| * | More recent MSVC is partially C99 compliant. | Mike Pall | 2019-12-08 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-11-10 | 1 | -2/+2 |
|\| |
|
| * | Fix narrowing of conversions to U32. | Mike Pall | 2019-11-10 | 1 | -2/+2 |
* | | Fix unsinking of 64 bit constants. | Mike Pall | 2019-08-30 | 2 | -7/+7 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-08-30 | 1 | -4/+1 |
|\| |
|
| * | Fix bytecode dump unpatching. | Mike Pall | 2019-08-30 | 1 | -4/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-08-10 | 1 | -1/+1 |
|\| |
|
| * | Fix debug.getinfo() argument check. | Mike Pall | 2019-08-10 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-07-05 | 1 | -1/+1 |
|\| |
|
| * | MIPS: Fix delay slot hint. | Mike Pall | 2019-07-05 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-05-09 | 1 | -1/+2 |
|\| |
|
| * | Fix TNEW load forwarding with instable types. | Mike Pall | 2019-05-09 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-04-29 | 2 | -22/+24 |
|\| |
|
| * | ARM: Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2019-04-29 | 2 | -3/+3 |
| * | ARM: Fix condition code check fusion. | Mike Pall | 2019-04-29 | 1 | -13/+15 |
* | | ARM64: Avoid side-effects of constant rematerialization. | Mike Pall | 2019-02-04 | 1 | -17/+29 |
* | | Improve luaL_addlstring(). | Mike Pall | 2019-01-10 | 1 | -2/+9 |
* | | Fix os.date() for wider libc strftime() compatibility. | Mike Pall | 2019-01-10 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 1 | -1/+1 |
|\| |
|
| * | Fix MinGW build. | Mike Pall | 2019-01-10 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 2 | -6/+6 |
|\| |
|
| * | DynASM/MIPS: Fix shadowed variable. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
| * | DynASM/PPC: Fix shadowed variable. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 3 | -12/+12 |
|\| |
|
| * | Fix overflow of snapshot map offset. | Mike Pall | 2019-01-10 | 3 | -12/+12 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 1 | -0/+4 |
|\| |
|
| * | Better detection of MinGW build. | Mike Pall | 2019-01-10 | 1 | -0/+4 |
* | | Actually implement maxirconst trace limit. | Mike Pall | 2018-10-14 | 1 | -2/+3 |
* | | MIPS/MIPS64: Fix TSETR barrier (again). | Mike Pall | 2018-10-14 | 2 | -2/+2 |
* | | Fix memory probing allocator to check for valid end address, too. | Mike Pall | 2018-09-13 | 1 | -1/+2 |
* | | DynASM/x86: Fix vroundps/vroundpd encoding. | Mike Pall | 2018-08-22 | 1 | -2/+2 |
* | | DynASM: Fix warning. | Mike Pall | 2018-06-24 | 1 | -0/+1 |
* | | ARM64: Fix exit stub patching. | Mike Pall | 2018-06-24 | 3 | -38/+51 |
* | | ARM64: Fix write barrier in BC_USETS. | Mike Pall | 2018-06-24 | 1 | -1/+1 |
* | | Windows: Add UWP support, part 1. | Mike Pall | 2018-06-05 | 10 | -20/+78 |
* | | From Lua 5.3: assert() accepts any type of error object. | Mike Pall | 2018-06-05 | 2 | -5/+6 |
* | | x86: Disassemble FMA3 instructions. | Mike Pall | 2018-06-05 | 1 | -1/+23 |
* | | DynASM/x86: Add FMA3 instructions. | Mike Pall | 2018-06-05 | 1 | -0/+67 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-06-05 | 1 | -4/+1 |
|\| |
|