aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tomo.h
AgeCommit message (Expand)Author
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-04-12Replace addr2line with libbacktrace to get improved stack tracesBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-30Fix visibility of gc_memory_streamBruce Hill
2025-03-21Move stdlib into src/Bruce Hill