| Age | Commit message (Expand) | Author |
| 2024-04-21 | Better imports for types | Bruce Hill |
| 2024-04-19 | Add heapify(), heap_push(), and heap_pop() | Bruce Hill |
| 2024-04-13 | Change table syntax to {key:value} instead of {key=>value} | Bruce Hill |
| 2024-04-12 | Introducing the main() function | Bruce Hill |
| 2024-04-10 | Add corecursive func test | Bruce Hill |
| 2024-04-02 | Add test for array:sample() | Bruce Hill |
| 2024-04-02 | Add array:sorted() | Bruce Hill |
| 2024-04-02 | Add comparison operator <> and array method to sort by a custom | Bruce Hill |
| 2024-03-26 | Add array:reversed() | Bruce Hill |
| 2024-03-24 | Implement 'extern' functionality | Bruce Hill |
| 2024-03-17 | Clean up codegen for empty tagged data | Bruce Hill |
| 2024-03-17 | Empty enums use a singleton instead of a constructor | Bruce Hill |
| 2024-03-17 | Update test | Bruce Hill |
| 2024-03-17 | Add tests for nested comprehensions | Bruce Hill |
| 2024-03-17 | Improve comprehensions for both arrays and tables | Bruce Hill |
| 2024-03-17 | Add conditional loop comprehension | Bruce Hill |
| 2024-03-17 | More array tests | Bruce Hill |
| 2024-03-14 | Bugfix for looping | Bruce Hill |
| 2024-03-09 | Add test for secret structs | Bruce Hill |
| 2024-03-09 | Add lang tests | Bruce Hill |
| 2024-03-09 | Add langs to the language | Bruce Hill |
| 2024-03-09 | Add function/caching test | Bruce Hill |
| 2024-03-09 | Extra lambda test | Bruce Hill |
| 2024-03-09 | Implement lambdas and closures | Bruce Hill |
| 2024-03-09 | Tweaking tests | Bruce Hill |
| 2024-03-09 | Lambda fixes/improvements | Bruce Hill |
| 2024-03-09 | Simple lambda test | Bruce Hill |
| 2024-03-07 | Tweaking array tests | Bruce Hill |
| 2024-03-07 | More tests | Bruce Hill |
| 2024-03-07 | Added test | Bruce Hill |
| 2024-03-07 | Add num32 test | Bruce Hill |
| 2024-03-05 | Fix default values for structs | Bruce Hill |
| 2024-03-04 | Fix some bugs relating to NUL termination of strings | Bruce Hill |
| 2024-03-03 | Add methods for text:clusters(), text:codepoints(), text:bytes() | Bruce Hill |
| 2024-03-03 | Unicode normalization for equality, hashing, tests, and printing | Bruce Hill |
| 2024-03-03 | Rename string test to text | Bruce Hill |
| 2024-03-03 | Rename Str -> Text | Bruce Hill |
| 2024-03-03 | Fix endptr stuff in parser | Bruce Hill |
| 2024-03-03 | Fix up unicode escapes | Bruce Hill |
| 2024-03-03 | String tests | Bruce Hill |
| 2024-03-03 | Add some more tests | Bruce Hill |
| 2024-03-03 | Num tests | Bruce Hill |
| 2024-03-03 | Add Num.near() function | Bruce Hill |
| 2024-03-03 | Num methods | Bruce Hill |
| 2024-03-03 | Fix test | Bruce Hill |
| 2024-03-03 | Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add | Bruce Hill |
| 2024-02-25 | Add test for table iteration | Bruce Hill |
| 2024-02-25 | Add tests for '#' on collections | Bruce Hill |
| 2024-02-25 | Table field access for .keys, .values, .default, .fallback | Bruce Hill |
| 2024-02-24 | Rename file extensions | Bruce Hill |