aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/optionals.c
AgeCommit message (Collapse)Author
2025-11-09Rename Num -> Float64, Num32 -> Float32Bruce Hill
2025-10-01For structs and fixed-size ints, use `.has_value` instead of `.is_none`Bruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-23Fix some LSP issues, mostly unused importsBruce Hill
2025-08-16Fix further issue with optionalsBruce Hill
2025-08-16Bugfix for optionals that have alignment issuesBruce Hill
2025-05-06Bugfix for serialization of sets and tables with fallbacksBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
module-based approach
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-28Fix some minor floating point promotion issuesBruce Hill
2025-03-21Move stdlib into src/Bruce Hill