aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tables.c
AgeCommit message (Expand)Author
2025-09-21Deprecate more set stuffBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Fix some LSP issues, mostly unused importsBruce Hill
2025-06-24Minor performance improvement for hash collisions in tablesBruce Hill
2025-05-21Added Set infix operations, as well as Table.with_fallback() and fixedBruce Hill
2025-05-06Bugfix for serialization of sets and tables with fallbacksBruce Hill
2025-05-02Fix bug where fallbacks were hashed by pointer instead of by contentsv0.2Bruce Hill
2025-05-02Remove speculative fixBruce Hill
2025-04-30Speculative fix for memory error during installationBruce Hill
2025-04-30Fix up hdebug stuff for tablesBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-16Fixes to get the compiler to build with -O3Bruce Hill
2025-04-15Make some compatibility fixes to make sure the compiler can fully buildBruce Hill
2025-04-15Deprecate `auto`Bruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Change Set syntax from {x} to |x|Bruce Hill
2025-04-06Fixes for printing sets and tablesBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-03-28Add compiler guards for GCC directivesBruce Hill
2025-03-28Remove dead codeBruce Hill
2025-03-21Move stdlib into src/Bruce Hill