aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-30Clean up codegen for cached functions (don't publicly define a struct typeBruce Hill
2025-01-29Text struct field reorderingBruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
2025-01-12Fix up examplesBruce Hill
2025-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2025-01-02Fix issue for size/alignment of threadsBruce Hill
2025-01-02Add some light docs for mutexed accessBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-12-31Fix for heap_pop() test in arraysBruce Hill
2024-12-31Array:heap_pop() now returns an optional valueBruce Hill
2024-12-31Add array:pop()Bruce Hill
2024-12-30Compile with thread supportBruce Hill
2024-12-26Bugfix for lvalues that are pointers to tables/arraysBruce Hill
2024-12-26Add lang test for indexingBruce Hill
2024-12-26Add text indexingBruce Hill
2024-12-26Bugfix for text hashingBruce Hill
2024-12-26Change table hashing and comparison logic to be *unordered*, but stillBruce Hill
2024-12-24Add integer testsBruce Hill
2024-12-24Add Int:factorial() and n:choose(k)Bruce Hill
2024-12-24Bugfix for ternary expressionsBruce Hill
2024-12-24Fix for table default valuesBruce Hill
2024-12-22Fix issue with cross promotion for tables with default valuesBruce Hill
2024-12-22Tweak array resizing policyBruce Hill
2024-12-22Fix for resizingBruce Hill
2024-12-22Tweak bucket resize capBruce Hill
2024-12-22Tweak table resizing policyBruce Hill
2024-12-22Add optimized metamethods for enums and structs that hold packed dataBruce Hill
2024-12-22Revert hash thingBruce Hill
2024-12-22Bugfixes for table updates and array concat updatesBruce Hill
2024-12-21Add text:by_line()/:by_split()/:by_match()Bruce Hill
2024-12-21Support logical binary operators on optionals (promote to booleans)Bruce Hill
2024-12-19Add Text:reversed()Bruce Hill
2024-12-19Default RNG now uses static, thread-local memory instead of heapBruce Hill
2024-12-19RNG needs to not be thread-local to make GC happyBruce Hill
2024-12-19Tweak command line args to support -q and update docsBruce Hill
2024-12-19Add Text:from()/to() and Array:slice() for symmetryBruce Hill
2024-12-18Fix cross promotion between types with/without defaultsBruce Hill
2024-12-18Fix for tables with default values not doing type equality rightBruce Hill
2024-12-18Fixes for tables with default valuesBruce Hill
2024-12-18Revert "Deprecate "&" for stack references"Bruce Hill
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-12Fix for indexing table pointersBruce Hill
2024-12-12Tweaks to RNG codeBruce Hill
2024-12-12Fix optional promotion issueBruce Hill
2024-12-11Bugfix for max cache sizeBruce Hill
2024-12-11Fixes for integer logic around big/small intsBruce Hill
2024-12-11Optional promotion in comparisonsBruce Hill