index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix handling of errors during snapshot restore.
Mike Pall
2020-08-09
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-08-05
2
-5
/
+9
|
\
|
|
*
ARM: Ensure relative GG_State element alignment differently.
Mike Pall
2020-08-05
2
-5
/
+9
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-08-05
1
-1
/
+1
|
\
|
|
*
Fix Makefile dependencies.
Mike Pall
2020-08-05
1
-1
/
+1
*
|
Handle old OSX/iOS without getentropy().
Mike Pall
2020-07-13
1
-2
/
+16
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-07-12
1
-0
/
+1
|
\
|
|
*
Fix frame traversal for __gc handler frames.
Mike Pall
2020-07-12
1
-0
/
+1
*
|
Fix Clang build.
Mike Pall
2020-07-02
8
-10
/
+10
*
|
Android/ARM: Fix build with recent NDK.
Mike Pall
2020-07-02
1
-0
/
+8
*
|
Fix compiler warning.
Mike Pall
2020-06-25
1
-1
/
+1
*
|
Fix OSX build.
Mike Pall
2020-06-23
1
-1
/
+6
*
|
Follow-up fix for iOS build.
Mike Pall
2020-06-23
1
-1
/
+1
*
|
OSX/iOS: Handle iOS simulator and ARM64 Macs.
Mike Pall
2020-06-23
1
-1
/
+7
*
|
Fix pointer check for non-GC64 mode.
Mike Pall
2020-06-23
1
-1
/
+2
*
|
Windows: Fix NtAllocateVirtualMemory prototype.
Mike Pall
2020-06-23
1
-1
/
+1
*
|
Add jit.security().
Mike Pall
2020-06-23
2
-0
/
+17
*
|
Redesign and harden string interning.
Mike Pall
2020-06-23
22
-202
/
+394
*
|
Use a securely seeded global PRNG for the VM.
Mike Pall
2020-06-15
22
-173
/
+410
*
|
Cleanup some arch defines and fix builds.
Mike Pall
2020-06-15
8
-17
/
+31
*
|
ARM: Implement FLOAD from GG_State.
Mike Pall
2020-06-13
3
-21
/
+11
*
|
Improve assertions.
Mike Pall
2020-06-15
71
-927
/
+1363
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-06-07
1
-1
/
+2
|
\
|
|
*
Fix debug.debug() for non-string errors.
Mike Pall
2020-06-07
1
-1
/
+2
*
|
Optimize table length computation with hinting.
Mike Pall
2020-05-27
12
-82
/
+135
*
|
Remove pow() splitting and cleanup backends.
Mike Pall
2020-05-23
14
-222
/
+95
*
|
Cleanup math function compilation and fix inconsistencies.
Mike Pall
2020-05-22
14
-65
/
+48
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-05-22
1
-2
/
+5
|
\
|
|
*
Fix bytecode register allocation for comparisons.
Mike Pall
2020-05-22
1
-2
/
+5
*
|
Don't compile math.modf() anymore.
Mike Pall
2020-05-22
2
-17
/
+1
*
|
Fix math.min()/math.max() inconsistencies.
Mike Pall
2020-05-22
13
-92
/
+151
*
|
Fix narrowing of unary minus.
Mike Pall
2020-05-22
1
-2
/
+7
*
|
Cleanup CPU detection and tuning for old CPUs.
Mike Pall
2020-05-20
9
-138
/
+87
*
|
ARM64: Fix {AHUV}LOAD specialized to nil/false/true.
Mike Pall
2020-05-18
1
-1
/
+1
*
|
ARM, ARM64, PPC: Fix TSETR fallback.
Mike Pall
2020-05-18
3
-0
/
+3
*
|
Remove unused file.
Mike Pall
2020-05-08
1
-3691
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-05-08
4
-14
/
+6
|
\
|
|
*
FFI: Always fall back to metamethods for cdata length/concat.
Mike Pall
2020-05-08
4
-14
/
+6
*
|
Windows: Make actual use of internal allocator optimization.
Mike Pall
2020-05-05
1
-2
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-04-28
1
-2
/
+4
|
\
|
|
*
Fix overflow check in unpack().
Mike Pall
2020-04-28
1
-2
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-04-28
1
-1
/
+1
|
\
|
|
*
Fix Windows make clean.
Mike Pall
2020-04-28
1
-1
/
+1
*
|
FFI/ARM64: Fix pass-by-value struct calling conventions.
Mike Pall
2020-03-20
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-03-20
3
-6
/
+12
|
\
|
|
*
Fix write barrier for lua_setupvalue() and debug.setupvalue().
Mike Pall
2020-03-20
3
-6
/
+12
*
|
Make string to number conversions fail on NUL char.
Mike Pall
2020-02-13
4
-7
/
+12
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-02-02
1
-2
/
+3
|
\
|
|
*
x86/x64: Fix loop realignment.
Mike Pall
2020-02-02
1
-2
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-22
1
-1
/
+1
|
\
|
[prev]
[next]