aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into v2.1Mike Pall2019-12-087-13/+16
|\|
| * Fix hash table chaining (again).Mike Pall2019-12-081-5/+4
| * Typo.Mike Pall2019-12-081-1/+0
| * Fix declarations of _BitScanForward/_BitScanReverse.Mike Pall2019-12-081-4/+4
| * Add stricter check for print() vs. tostring() shortcut.Mike Pall2019-12-081-1/+2
| * Prevent integer overflow while parsing long strings.Mike Pall2019-12-081-1/+1
| * Fix stack check when recording BC_VARG.Mike Pall2019-12-081-0/+2
| * FFI: Add missing write barrier on C library index update.Mike Pall2019-12-081-0/+1
| * FFI: Workaround for platform dlerror() returning NULL.Mike Pall2019-12-081-1/+2
* | Merge branch 'master' into v2.1Mike Pall2019-12-083-10/+6
|\|
| * OSX: Use __thread attribute.Mike Pall2019-12-081-5/+0
| * OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.Mike Pall2019-12-082-3/+3
| * Build MinGW import library, too.Mike Pall2019-12-081-1/+2
| * Fix MinGW make clean.Mike Pall2019-12-081-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-12-082-48/+24
|\|
| * Update Android and iOS build docs.Mike Pall2019-12-081-55/+13
| * Add note about the unsuitabilty of math.random() for crypto.Mike Pall2019-12-081-0/+4
* | Merge branch 'master' into v2.1Mike Pall2019-12-083-53/+23
|\|
| * Update MSVC build script and docs.Mike Pall2019-12-082-51/+20
| * More recent MSVC is partially C99 compliant.Mike Pall2019-12-081-2/+2
* | Merge branch 'master' into v2.1Mike Pall2019-11-101-2/+2
|\|
| * Fix narrowing of conversions to U32.Mike Pall2019-11-101-2/+2
* | Fix unsinking of 64 bit constants.Mike Pall2019-08-302-7/+7
* | Merge branch 'master' into v2.1Mike Pall2019-08-301-4/+1
|\|
| * Fix bytecode dump unpatching.Mike Pall2019-08-301-4/+1
* | Merge branch 'master' into v2.1Mike Pall2019-08-101-1/+1
|\|
| * Fix debug.getinfo() argument check.Mike Pall2019-08-101-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-07-051-1/+1
|\|
| * MIPS: Fix delay slot hint.Mike Pall2019-07-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-05-091-1/+2
|\|
| * Fix TNEW load forwarding with instable types.Mike Pall2019-05-091-1/+2
* | Merge branch 'master' into v2.1Mike Pall2019-04-292-22/+24
|\|
| * ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2019-04-292-3/+3
| * ARM: Fix condition code check fusion.Mike Pall2019-04-291-13/+15
* | ARM64: Avoid side-effects of constant rematerialization.Mike Pall2019-02-041-17/+29
* | Improve luaL_addlstring().Mike Pall2019-01-101-2/+9
* | Fix os.date() for wider libc strftime() compatibility.Mike Pall2019-01-101-2/+2
* | Merge branch 'master' into v2.1Mike Pall2019-01-101-1/+1
|\|
| * Fix MinGW build.Mike Pall2019-01-101-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-01-102-6/+6
|\|
| * DynASM/MIPS: Fix shadowed variable.Mike Pall2019-01-101-3/+3
| * DynASM/PPC: Fix shadowed variable.Mike Pall2019-01-101-3/+3
* | Merge branch 'master' into v2.1Mike Pall2019-01-103-12/+12
|\|
| * Fix overflow of snapshot map offset.Mike Pall2019-01-103-12/+12
* | Merge branch 'master' into v2.1Mike Pall2019-01-101-0/+4
|\|
| * Better detection of MinGW build.Mike Pall2019-01-101-0/+4
* | Actually implement maxirconst trace limit.Mike Pall2018-10-141-2/+3
* | MIPS/MIPS64: Fix TSETR barrier (again).Mike Pall2018-10-142-2/+2
* | Fix memory probing allocator to check for valid end address, too.Mike Pall2018-09-131-1/+2
* | DynASM/x86: Fix vroundps/vroundpd encoding.Mike Pall2018-08-221-2/+2