aboutsummaryrefslogtreecommitdiff
path: root/builtins/table.c
AgeCommit message (Expand)Author
2024-08-15Add method for array:remove_item(item) and renameBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-10For tables, deprecate support for square bracket indexing and .defaultBruce Hill
2024-08-10Add Sets to the languageBruce Hill
2024-08-10Bugfix for table literals with duplicated keysBruce Hill
2024-08-04Guard against tables exceeding maximum supported sizeBruce Hill
2024-08-04Switch to TABLE_INCREFBruce Hill
2024-08-04Fix up some edge cases with refcountingBruce Hill
2024-08-03Make default table removal behavior deterministic, but have cachesBruce Hill
2024-08-03Change array API to take a padded item size instead of a type info inBruce Hill
2024-08-03Incrementally moving towards passing array entry sizes explicitlyBruce Hill
2024-07-04Randomize hash key on startup and rename to TOMO_HASH_KEY.Bruce Hill
2024-06-06Prefer 'sizeof(t[n])' over 'sizeof(t)*n'Bruce Hill
2024-04-14Rename SSS_HASH_VECTOR -> TOMOBruce Hill
2024-04-13Change table syntax to {key:value} instead of {key=>value}Bruce Hill
2024-04-02Add comparison operator <> and array method to sort by a customBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Minor cleanups to get compilation working on clangBruce Hill
2024-03-08Refactor table methods to take table structs where possibleBruce Hill
2024-03-08Tweaks to memory printing and constnessBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-27Stop using namespace typesBruce Hill
2024-02-24Simplify table codeBruce Hill
2024-02-17Overload type names with constructor and namespace structBruce Hill
2024-02-17Fix some more alignment issues and partial rename of Type_typeBruce Hill
2024-02-17Fix up USE_COLORBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Rename 'cord' to 'as_str'Bruce Hill
2024-02-17Add cord methods for getting typestringsBruce Hill
2024-02-17Fix up some builtinsBruce Hill
2024-02-17Major cleanupBruce Hill
2024-02-17Fix table_from_entries()Bruce Hill
2024-02-17Fixing things upBruce Hill
2024-02-17Getting back to old typeinfo stuff from SSSBruce Hill
2024-02-04BuiltinsBruce Hill