aboutsummaryrefslogtreecommitdiff
path: root/src/lj_crecord.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | FFI: Add missing coercion when recording 64-bit bit.*().Mike Pall2024-08-201-10/+21
* | Merge branch 'master' into v2.1Mike Pall2024-07-031-4/+6
|\|
| * FFI: Fix various issues in recff_cdata_arith.Mike Pall2024-07-031-4/+6
* | Windows/ARM64: Support Windows calling conventions.Mike Pall2023-09-111-5/+1
* | FFI/ARM64/OSX: Handle non-standard OSX C calling conventions.Mike Pall2023-08-291-0/+27
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-12-221-1/+2
|\|
* | Merge branch 'master' into v2.1Mike Pall2022-12-071-0/+4
|\|
| * FFI: Fix dangling reference to CType. Improve checks.Mike Pall2022-12-071-0/+4
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-09-201-1/+1
|\|
| * FFI: Fix missing cts->L initialization in argv2ctype().Mike Pall2021-09-201-1/+1
* | String buffers, part 3d: Compile string buffer methods and functions.Mike Pall2021-07-191-1/+16
* | FFI: Support FFI numbers in string.format() and buf:putf().Mike Pall2021-06-031-0/+9
* | String buffers, part 2d: basic string buffer methods.Mike Pall2021-06-011-3/+5
* | FFI: Handle zero-fill of struct-of-NYI.Mike Pall2021-03-231-1/+19
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-12-281-0/+5
|\|
| * FFI: Fix recording of union initialization.Mike Pall2020-12-281-0/+5
* | Add support for full-range 64 bit lightuserdata.Mike Pall2020-09-301-4/+2
* | Improve assertions.Mike Pall2020-06-151-8/+11
* | Merge branch 'master' into v2.1Mike Pall2020-05-081-2/+4
|\|
| * FFI: Always fall back to metamethods for cdata length/concat.Mike Pall2020-05-081-2/+4
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2018-04-221-0/+2
|\|
| * FFI: Add tonumber() specialization for failed conversions.Mike Pall2018-04-221-0/+2
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-2/+2
* | FFI: Compile bitfield loads/stores.Mike Pall2017-04-301-2/+47
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-07-171-1/+2
|\|
| * Fix for cdata vs. non-cdata arithmetics/comparisons.Mike Pall2016-07-171-1/+2
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-10/+20
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-1/+1
* | Avoid dependency on frame layout for LJ_POST_FIXCOMP.Mike Pall2014-12-151-2/+1
* | Merge branch 'master' into v2.1Mike Pall2014-09-081-0/+1
|\|
| * FFI: Fix for cdata vs. non-cdata arithmetic and comparisons.Mike Pall2014-09-081-0/+1
* | Merge branch 'master' into v2.1Mike Pall2014-07-041-1/+4
|\|
| * FFI: Fix compilation of reference field access.Mike Pall2014-07-041-1/+4
* | Merge branch 'master' into v2.1Mike Pall2014-05-151-1/+2
|\|