aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-11-03RNG seed should be non-optionalBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-11-03Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)Bruce Hill
2024-11-03Add a `repeat` keywordBruce Hill
2024-11-02Change reducers to use (OP: ...) syntax and return an optional valueBruce Hill
2024-11-02Make Text:find() return an optional intBruce Hill
2024-10-29Add file globbingBruce Hill
2024-10-27Update docs to reflect deprecation of "&" stack referencesBruce Hill
2024-10-27Update DateTime API to have separate methods for getting each componentBruce Hill
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