aboutsummaryrefslogtreecommitdiff
path: root/stdlib/datatypes.h
AgeCommit message (Expand)Author
2025-02-13Deprecate Range datatype in favor of using iterator methodsBruce Hill
2025-01-29Text struct field reorderingBruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-12-26Change table hashing and comparison logic to be *unordered*, but stillBruce Hill
2024-11-17Rename datetime -> momentBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-28Define some optional typesBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill