aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Add 'cc' file type for saving bytecode.Mike Pall2023-10-211-1/+2
* | Windows/ARM64: Add MSVC cross-build support for x64 to ARM64.Mike Pall2023-09-171-0/+3
* | 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
* | 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
* | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable.Mike Pall2022-12-071-0/+8
* | 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
* | Add -F option to override filename in jit.bcsave (luajit -b).Mike Pall2022-08-151-0/+1
* | 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
* | 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
* | 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
* | String buffers, part 4a: Add metatable serialization dictionary.Mike Pall2021-08-121-17/+28
* | Merge branch 'master' into v2.1Mike Pall2021-06-071-4/+3
|\|
| * Fix HTML.Mike Pall2021-06-071-4/+3
* | String buffers, part 2e: add serialization string dictionary.Mike Pall2021-06-071-7/+63
* | String buffers, part 2d: basic string buffer methods.Mike Pall2021-06-011-53/+404
* | Merge branch 'master' into v2.1Mike Pall2021-04-251-0/+13
|\|
| * Add FAQ about table iteration order.Mike Pall2021-04-251-0/+13
* | String buffers, part 1: object serialization.Mike Pall2021-03-2515-0/+303
* | Upgrade docs to HTML5. It's about time.Mike Pall2021-03-2514-28/+28
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-6/+0