aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/types.h
AgeCommit message (Expand)Author
2025-10-11Added Empty() structBruce Hill
2025-10-05Fix a bunch of issues with optional typesBruce Hill
2025-10-01For structs and fixed-size ints, use `.has_value` instead of `.is_none`Bruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-16Fix further issue with optionalsBruce Hill
2025-07-30Struct reordering to improve packingBruce Hill
2025-04-15Deprecate `auto`Bruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-21Move stdlib into src/Bruce Hill