aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-10-09Update docs to standardize function signature formattingBruce Hill
2024-10-09Update docsBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-10-08Document reductionsBruce 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-30Update docsBruce Hill
2024-09-30Code cleanupBruce Hill
2024-09-30Parameterize with timezonesBruce Hill
2024-09-29Update docsBruce Hill
2024-09-29Fix some timezone issuesBruce Hill
2024-09-29Add extra exampleBruce Hill
2024-09-29Reference DateTime in the docsBruce Hill
2024-09-29Update docsBruce Hill
2024-09-29Document now()Bruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-24Rename `from_unsafe_text` to `without_escaping`Bruce Hill
2024-09-23Support creating parent directories as needed (mkdir -p) and also set aBruce Hill
2024-09-22Add -I flag for installingBruce Hill
2024-09-18Update docsBruce Hill
2024-09-16Update docsBruce Hill
2024-09-16Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operatorBruce Hill
2024-09-16Update docsBruce Hill
2024-09-15Update docsBruce Hill
2024-09-15Overhaul of how libraries are installedBruce Hill
2024-09-15Link to C interop pageBruce Hill
2024-09-15Update Inline C syntax and documentation/testsBruce Hill
2024-09-15Add docs on bytesBruce Hill
2024-09-15Add optional:or_exit(...)Bruce Hill
2024-09-15Update path reading APIs to use optional values instead of erroringBruce Hill
2024-09-15Update docsBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-13Update pointer docs on optionalsBruce Hill
2024-09-13Update docs a bitBruce Hill
2024-09-13Split pattern code into its own fileBruce Hill
2024-09-12Add sleep()Bruce Hill
2024-09-12Table:get() now uses optional values instead of default or failure modesBruce Hill
2024-09-11Add optional:or_else(fallback) and optional:or_fail(message)Bruce Hill
2024-09-11Document iteratorsBruce Hill
2024-09-11Use optionals for iteratorsBruce Hill
2024-09-11Placeholder docs for optionalsBruce Hill
2024-09-11Update docsBruce Hill
2024-09-11Update docsBruce Hill
2024-09-11Update docsBruce Hill
2024-09-09Document :by_line()pathsBruce Hill
2024-09-09Add Text.starts_with() and Text.ends_with()Bruce Hill
2024-09-09Add paths docsBruce Hill
2024-09-07Document READMEBruce Hill
2024-09-06Add Text.trim()Bruce Hill
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill