| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 45 hours | 15 | -30/+30 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 46 hours | 13 | -26/+26 |
| | | | |||||
| * | | Unify Lua number to FFI integer conversions. | Mike Pall | 2025-11-27 | 1 | -18/+38 |
| | | | | | | | | | Phew. #1411 | ||||
| * | | Allow mcode allocations outside of the jump range to the support code. | Mike Pall | 2025-11-06 | 1 | -2/+2 |
| | | | | | | | | | Thank you for your patience. #285 | ||||
| * | | Windows: Clarify installation directory layout. | Mike Pall | 2025-03-09 | 1 | -0/+13 |
| | | | | | | | | | Suggested by eabase. #1346 | ||||
| * | | Remove Cygwin from docs, since it's not a supported target. | Mike Pall | 2025-03-09 | 1 | -13/+5 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 15 | -30/+30 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 13 | -26/+26 |
| | | | |||||
| * | | Call math.randomseed() without arguments to seed from system entropy. | Mike Pall | 2024-07-04 | 1 | -1/+5 |
| | | | | | | | | | Reminder: the math.random() PRNG is NOT SUITABLE FOR CRYPTOGRAPHIC USE. | ||||
| * | | FFI: Clarify scalar boxing behavior. | Mike Pall | 2024-05-25 | 1 | -0/+13 |
| | | | | | | | | | Prevent misunderstandings like in #1216 | ||||
| * | | Fix internal link in docs. | Mike Pall | 2024-05-25 | 1 | -1/+1 |
| | | | | | | | | | Thanks to GitSparTV. #1219 | ||||
| * | | Fix serialization format docs. | Mike Pall | 2024-04-18 | 1 | -2/+2 |
| | | | | | | | | | Reported by nounwind. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2024-01-26 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix documentation bug about '\z' string escape. | Mike Pall | 2024-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add cross-32/64 bit and deterministic bytecode generation. | Mike Pall | 2024-01-22 | 2 | -12/+42 |
| | | | | | | | | | Contributed by Peter Cawley. #993 #1008 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-12-10 | 1 | -0/+1 |
| |\| | |||||
| | * | Document workaround for multilib vs. cross-compiler conflict. | Mike Pall | 2023-12-10 | 1 | -1/+4 |
| | | | | | | | | | Reported by igorpupkinable. #1126 | ||||
| * | | Add 'cc' file type for saving bytecode. | Mike Pall | 2023-10-21 | 1 | -1/+2 |
| | | | | | | | | | Contributed by Sergey Bronnikov. #1105 | ||||
| * | | Windows/ARM64: Add MSVC cross-build support for x64 to ARM64. | Mike Pall | 2023-09-17 | 1 | -0/+3 |
| | | | | | | | | | Thanks to invertego. #1081 | ||||
| * | | Windows/ARM64: Update install docs. | Mike Pall | 2023-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | Windows: Call C++ destructors without compiling with /EHa. | Mike Pall | 2023-09-15 | 1 | -3/+1 |
| | | | | | | | | | Thanks to Peter Cawley. #593 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-21 | 16 | -588/+65 |
| |\| | |||||
| | * | Update documentation for switch to rolling releases. | Mike Pall | 2023-08-21 | 14 | -579/+58 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 17 | -34/+34 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2023-08-20 | 15 | -30/+30 |
| | | | |||||
| * | | Remove work-in-progress notice in string buffer docs. | Mike Pall | 2023-08-20 | 1 | -6/+0 |
| | | | |||||
| * | | ARM64: Add support for ARM64e pointer authentication codes (PAC). | Mike Pall | 2023-08-12 | 1 | -1/+3 |
| | | | | | | | | | Contributed by Peter Cawley. #559 | ||||
| * | | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable. | Mike Pall | 2022-12-07 | 1 | -0/+8 |
| | | | | | | | | | See the discussion in #918 for the rationale. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-11-14 | 1 | -0/+7 |
| |\| | |||||
| | * | Clarify contact page. | Mike Pall | 2022-11-14 | 1 | -0/+7 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-09-13 | 1 | -1/+0 |
| |\| | |||||
| | * | Fix last edit. | Mike Pall | 2022-09-13 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-09-13 | 15 | -31/+0 |
| |\| | |||||
| | * | Remove dead Wiki links. | Mike Pall | 2022-09-13 | 13 | -27/+0 |
| | | | | | | | | | The lost content may be resurrected later. | ||||
| * | | Add -F option to override filename in jit.bcsave (luajit -b). | Mike Pall | 2022-08-15 | 1 | -0/+1 |
| | | | | | | | | | Suggested by Mathias Westerdahl. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-06-23 | 13 | -82/+82 |
| |\| | |||||
| | * | Grammar and spell check. | Mike Pall | 2022-06-23 | 11 | -72/+72 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-06-08 | 2 | -49/+57 |
| |\| | |||||
| | * | Update console build instructions. | Mike Pall | 2022-06-08 | 1 | -28/+36 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-04-18 | 1 | -49/+180 |
| |\| | |||||
| | * | Cleanup of system and architecture support docs. | Mike Pall | 2022-04-18 | 1 | -65/+183 |
| | | | |||||
| * | | Add PS5 port. | Mike Pall | 2022-04-17 | 2 | -2/+12 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-03-07 | 1 | -2/+2 |
| |\| | |||||
| | * | Fix install docs for Android. | Mike Pall | 2022-03-07 | 1 | -1/+1 |
| | | | | | | | | | Thanks to GuDzpoz. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 17 | -34/+34 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2022-01-15 | 15 | -30/+30 |
| | | | |||||
| * | | FFI: Ensure library is loaded before de-serializing FFI types. | Mike Pall | 2022-01-15 | 1 | -0/+4 |
| | | | | | | | | | Reported by ImagicTheCat. | ||||
| * | | Update Android build docs. | Mike Pall | 2021-11-13 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2021-11-13 | 1 | -1/+2 |
| |\| | |||||
| | * | Update Android build docs. | Mike Pall | 2021-11-13 | 1 | -1/+2 |
| | | | |||||
