aboutsummaryrefslogtreecommitdiff
path: root/stdlib/structs.c
AgeCommit message (Expand)Author
2025-03-21Remove some less-supported code features like static initializers forBruce Hill
2025-03-16Fixes for opaque external structsBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-12-22Add optimized metamethods for enums and structs that hold packed dataBruce Hill
2024-12-22Revert hash thingBruce Hill
2024-12-22Bugfixes for table updates and array concat updatesBruce Hill
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill