aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-11-04Minor code cleanupBruce Hill
2024-11-04Fix for blocking readsBruce Hill
2024-11-04Update text API to use optional returns when applicableBruce Hill
2024-11-04Add some missing functionality for BytesBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-11-03Update Path:read_bytes() API to take a byte countBruce Hill
2024-11-03Fix per-thread RNGBruce Hill
2024-11-03Make Int.random() use thread-local stateBruce Hill
2024-11-03Use an RNG parameter for array:random(), array:shuffle(),Bruce Hill
2024-11-03Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)Bruce Hill
2024-11-03Add Int64:unsigned_left_shift() and :unsigned_right_shift()Bruce Hill
2024-11-03Add wrapping plus/minus for fixed-size integersBruce Hill
2024-11-02Update headerBruce Hill
2024-11-02Make Text:find() return an optional intBruce Hill
2024-10-31Remove unused args for end_test()Bruce Hill
2024-10-31Tweak doctest output so it outputs source infoBruce Hill
2024-10-30Fix header inline functions to use `extern inline` and some GCC magicBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-10-29Add file globbingBruce Hill
2024-10-27Fixes for places that used Text$find()Bruce Hill
2024-10-27Finish deprecating stack refs with &Bruce Hill
2024-10-27Update DateTime API to have separate methods for getting each componentBruce Hill
2024-10-27Add an includeBruce Hill
2024-10-25Minor imports cleanupBruce Hill
2024-10-25Move unistr header out of tomo headerBruce Hill
2024-10-10Fix issue with non-ID chars in filenamesBruce Hill
2024-10-08Reduce padding needed for optional types and clean up some redundantBruce Hill
2024-10-08Simplify enum/struct codegen by using reusable general-purposeBruce Hill
2024-10-03Fix up some compiler flags around floating point numbers so they workBruce Hill
2024-10-02Update array:sample() to use optional weights and do more error checkingBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-30Code cleanupBruce Hill
2024-09-30Bugfix DateTime.new()Bruce Hill
2024-09-30Parameterize with timezonesBruce Hill
2024-09-29Fix some timezone issuesBruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-28Overhaul of argument parsing codeBruce Hill
2024-09-28Redefine NULL_* values as #defines so they can be constant initializersBruce Hill
2024-09-28Define some optional typesBruce Hill
2024-09-28Define OptionalPath_tBruce Hill
2024-09-27Improved support for CLI arg parsingBruce Hill
2024-09-24Add '$' prefix on all user codeBruce Hill
2024-09-23Support creating parent directories as needed (mkdir -p) and also set aBruce Hill
2024-09-23Add shell escaping for arrays of textBruce Hill
2024-09-18Add README for navigating stdlibBruce Hill
2024-09-18Move Match() to the right placeBruce Hill
2024-09-18Move List reversal to the right placeBruce Hill
2024-09-18Remove dead codeBruce Hill
2024-09-18Move USE_COLOR into stdlibBruce Hill