aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Clarify installation directory layout.Mike Pall6 days1-0/+13
| | | | Suggested by eabase. #1346
* Remove Cygwin from docs, since it's not a supported target.Mike Pall6 days1-13/+5
|
* Merge branch 'master' into v2.1Mike Pall2025-01-1315-30/+30
|\
| * Bump copyright date.Mike Pall2025-01-1313-26/+26
| |
* | Call math.randomseed() without arguments to seed from system entropy.Mike Pall2024-07-041-1/+5
| | | | | | | | Reminder: the math.random() PRNG is NOT SUITABLE FOR CRYPTOGRAPHIC USE.
* | FFI: Clarify scalar boxing behavior.Mike Pall2024-05-251-0/+13
| | | | | | | | Prevent misunderstandings like in #1216
* | Fix internal link in docs.Mike Pall2024-05-251-1/+1
| | | | | | | | Thanks to GitSparTV. #1219
* | Fix serialization format docs.Mike Pall2024-04-181-2/+2
| | | | | | | | Reported by nounwind.
* | Merge branch 'master' into v2.1Mike Pall2024-01-261-1/+1
|\|
| * Fix documentation bug about '\z' string escape.Mike Pall2024-01-261-1/+1
| |
* | Add cross-32/64 bit and deterministic bytecode generation.Mike Pall2024-01-222-12/+42
| | | | | | | | Contributed by Peter Cawley. #993 #1008
* | Merge branch 'master' into v2.1Mike Pall2023-12-101-0/+1
|\|
| * Document workaround for multilib vs. cross-compiler conflict.Mike Pall2023-12-101-1/+4
| | | | | | | | Reported by igorpupkinable. #1126
* | Add 'cc' file type for saving bytecode.Mike Pall2023-10-211-1/+2
| | | | | | | | Contributed by Sergey Bronnikov. #1105
* | Windows/ARM64: Add MSVC cross-build support for x64 to ARM64.Mike Pall2023-09-171-0/+3
| | | | | | | | Thanks to invertego. #1081
* | Windows/ARM64: Update install docs.Mike Pall2023-09-151-1/+1
| |
* | Windows: Call C++ destructors without compiling with /EHa.Mike Pall2023-09-151-3/+1
| | | | | | | | Thanks to Peter Cawley. #593
* | Merge branch 'master' into v2.1Mike Pall2023-08-2116-588/+65
|\|
| * Update documentation for switch to rolling releases.Mike Pall2023-08-2114-579/+58
| |
* | Merge branch 'master' into v2.1Mike Pall2023-08-2017-34/+34
|\|
| * Bump copyright date.Mike Pall2023-08-2015-30/+30
| |
* | Remove work-in-progress notice in string buffer docs.Mike Pall2023-08-201-6/+0
| |
* | ARM64: Add support for ARM64e pointer authentication codes (PAC).Mike Pall2023-08-121-1/+3
| | | | | | | | Contributed by Peter Cawley. #559
* | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable.Mike Pall2022-12-071-0/+8
| | | | | | | | See the discussion in #918 for the rationale.
* | Merge branch 'master' into v2.1Mike Pall2022-11-141-0/+7
|\|
| * Clarify contact page.Mike Pall2022-11-141-0/+7
| |
* | Merge branch 'master' into v2.1Mike Pall2022-09-131-1/+0
|\|
| * Fix last edit.Mike Pall2022-09-131-1/+0
| |
* | Merge branch 'master' into v2.1Mike Pall2022-09-1315-31/+0
|\|
| * Remove dead Wiki links.Mike Pall2022-09-1313-27/+0
| | | | | | | | The lost content may be resurrected later.
* | Add -F option to override filename in jit.bcsave (luajit -b).Mike Pall2022-08-151-0/+1
| | | | | | | | Suggested by Mathias Westerdahl.
* | Merge branch 'master' into v2.1Mike Pall2022-06-2313-82/+82
|\|
| * Grammar and spell check.Mike Pall2022-06-2311-72/+72
| |
* | Merge branch 'master' into v2.1Mike Pall2022-06-082-49/+57
|\|
| * Update console build instructions.Mike Pall2022-06-081-28/+36
| |
* | Merge branch 'master' into v2.1Mike Pall2022-04-181-49/+180
|\|
| * Cleanup of system and architecture support docs.Mike Pall2022-04-181-65/+183
| |
* | Add PS5 port.Mike Pall2022-04-172-2/+12
| |
* | Merge branch 'master' into v2.1Mike Pall2022-03-071-2/+2
|\|
| * Fix install docs for Android.Mike Pall2022-03-071-1/+1
| | | | | | | | Thanks to GuDzpoz.
* | Merge branch 'master' into v2.1Mike Pall2022-01-1517-34/+34
|\|
| * Bump copyright date.Mike Pall2022-01-1515-30/+30
| |
* | FFI: Ensure library is loaded before de-serializing FFI types.Mike Pall2022-01-151-0/+4
| | | | | | | | Reported by ImagicTheCat.
* | Update Android build docs.Mike Pall2021-11-131-1/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2021-11-131-1/+2
|\|
| * Update Android build docs.Mike Pall2021-11-131-1/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2021-09-241-1/+3
|\|
| * Windows/x64: Document MSVC flags for C++ exception interoperability.Mike Pall2021-09-241-1/+3
| | | | | | | | Suggested by Julien Cugnière.
* | String buffers, part 4a: Add metatable serialization dictionary.Mike Pall2021-08-121-17/+28
| | | | | | | | Sponsored by fmad.io.
* | Merge branch 'master' into v2.1Mike Pall2021-06-071-4/+3
|\|