aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tables.c
AgeCommit message (Expand)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2024-12-26Change table hashing and comparison logic to be *unordered*, but stillBruce Hill
2024-12-22Fix for resizingBruce Hill
2024-12-22Tweak bucket resize capBruce Hill
2024-12-22Tweak table resizing policyBruce Hill
2024-12-07Use likely()/unlikely() macros and a few bugfixes for integersBruce Hill
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill