| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-05 | Overhaul of constructors, making it more consistent and correct. Also | Bruce Hill | |
| changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity | |||
| 2025-02-13 | Deprecate Range datatype in favor of using iterator methods | Bruce Hill | |
| 2025-01-29 | Text struct field reordering | Bruce Hill | |
| 2025-01-23 | Overhaul of Text implementation to be more like Cords and have much | Bruce Hill | |
| better performance for long sequences of repeated concatenation. | |||
| 2025-01-02 | Use `holding` blocks for mutexed data instead of lambdas | Bruce Hill | |
| 2025-01-02 | Replace threads with generic mutexed datastructures. | Bruce Hill | |
| 2024-12-26 | Change table hashing and comparison logic to be *unordered*, but still | Bruce Hill | |
| O(N) | |||
| 2024-11-17 | Rename datetime -> moment | Bruce Hill | |
| 2024-11-03 | Add RNGs to the language | Bruce Hill | |
| 2024-09-29 | Add DateTime | Bruce Hill | |
| 2024-09-28 | Define some optional types | Bruce Hill | |
| 2024-09-13 | Rename builtins/ -> stdlib/ | Bruce Hill | |
