aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tables.h
AgeCommit message (Collapse)Author
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-12-23Big speedup my trimming down MAP_LIST macro and inlining someBruce Hill
applications of it.
2025-12-07Rename `Empty()` -> `Present()` for set-like tablesBruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-09-21Deprecate binary ops (other than ++) for tables. Instead use properBruce Hill
methods: t.with(other), t.without(other), t.intersection(other), t.difference(other)
2025-09-21Deprecate setsBruce Hill
2025-09-01Improved error messagesBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-05-21Added Set infix operations, as well as Table.with_fallback() and fixedBruce Hill
some bugs with update assignment.
2025-04-07Remove table.bump()Bruce Hill
2025-04-07get_or_setdefault needs to check data_refcountBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-03-21Move stdlib into src/Bruce Hill