aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2024-12-17Minor cleanups and fixes to RNG, chacha, and textBruce Hill
2024-12-15Have ask() return an optional textBruce Hill
2024-12-15Parse negative integersBruce Hill
2024-12-12Tweaks to RNG codeBruce Hill
2024-12-11Fixes for integer logic around big/small intsBruce Hill
2024-12-08Respect $NO_COLOR for running programsBruce Hill
2024-12-08Add GCD function for integers (of all flavors)Bruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-12-07Use likely()/unlikely() macros and a few bugfixes for integersBruce Hill
2024-12-06Improvements and fixes for assigning to table keysBruce Hill
2024-12-04Bugfix for text memory allocationsBruce Hill
2024-12-02Further bugfix for array concatenationBruce Hill
2024-12-02Bugfix for array concatenationBruce Hill
2024-11-30Support single-argument enumsBruce Hill
2024-11-30Support parsing enums as arguments as long as they have no membersBruce Hill
2024-11-30Bugfixes for moments mixing up microseconds/nanoseconds, plus addingBruce Hill
2024-11-29Tweak to how 'Type' appears as a typeBruce Hill
2024-11-29Fix Type:as_text()Bruce Hill
2024-11-29Make Int serialization more compactBruce Hill
2024-11-29Bugfix for enum tagsBruce Hill
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-25Micro-optimizations for division and modulusBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-24Switch `NaN` to be identical to the null valueBruce Hill
2024-11-23Fix ordering of Nums that have NaNsBruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-19Tweak behavior for printing recursive structuresBruce Hill
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
2024-11-19Add Text.at(i) for getting a single clusterBruce Hill
2024-11-17Rename datetime -> momentBruce Hill
2024-11-17Tweak hash functionBruce Hill
2024-11-12Fix up recursive pointer text representationBruce Hill
2024-11-12Fixes for 'if' blocks with nested 'else if' that declare variablesBruce Hill
2024-11-09Bugfix for fixed-size integer rangesBruce Hill
2024-11-09Introduce a `Match` struct to represent pattern matching results, whichBruce Hill
2024-11-09Rename `from_text()` to `parse()`Bruce Hill
2024-11-05Add Byte.hex()Bruce Hill
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