| Age | Commit message (Expand) | Author |
| 2026-01-11 | Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" AST | Bruce Hill |
| 2026-01-11 | Rename AST nodes: Int -> Integer, Num -> Number | Bruce Hill |
| 2026-01-02 | Merge branch 'dev' into constructive-reals | Bruce Hill |
| 2025-12-31 | Changed is_between() to be bidirectional | Bruce Hill |
| 2025-12-22 | Allow writes without reads to global varsv2025-12-22 | Bruce Hill |
| 2025-12-11 | Fix merge issues | Bruce Hill |
| 2025-12-11 | Merge branch 'dev' into constructive-reals | Bruce Hill |
| 2025-12-08 | Add checks for unused variables | Bruce Hill |
| 2025-11-30 | Add `base` parameter to integer parsing functions | Bruce Hill |
| 2025-11-23 | Better error messages and bugfix for compile_to_type logic | Bruce Hill |
| 2025-11-09 | Rename Num -> Float64, Num32 -> Float32 | Bruce Hill |
| 2025-10-12 | More code cleanups | Bruce Hill |
| 2025-10-12 | Code cleanup and fixing minor issues | Bruce Hill |
| 2025-10-05 | Deprecate `deserialize` keyword and `.serialized()` method | Bruce Hill |
| 2025-10-04 | Deprecate `extend` | Bruce Hill |
| 2025-10-01 | For structs and fixed-size ints, use `.has_value` instead of `.is_none` | Bruce Hill |
| 2025-10-01 | Convert to using more zero values for `none` | Bruce Hill |
| 2025-09-24 | Revert "Deprecate `defer`" | Bruce Hill |
| 2025-09-21 | Be more lenient with underscore fields and arguments. | Bruce Hill |
| 2025-09-21 | Deprecate `defer` | Bruce Hill |
| 2025-09-21 | Deprecate `>> x ... = val` form of doctests and rename them to 'debugdoctests-to-debuglog | Bruce Hill |
| 2025-09-21 | Deprecate optional '?' postfix operator | Bruce Hill |
| 2025-09-21 | Deprecate sets | Bruce Hill |
| 2025-09-21 | Bugfixes for anonymous enums, code cleanup to remove type_to_string(), | Bruce Hill |
| 2025-09-21 | Fix for struct constructor args with anonymous enum | Bruce Hill |
| 2025-09-06 | Refactor a bit in order to catch issue with ConvertDefs creating | Bruce Hill |
| 2025-09-01 | Switch to using Texts(x) instead of Texts(String(x)) when possible | Bruce Hill |
| 2025-08-31 | Add argument aliases so programs can use `func main(verbose|v=no)` to do | Bruce Hill |
| 2025-08-24 | Shared includes for compile folder to reduce duplicate code | Bruce Hill |
| 2025-08-24 | Finally, split compile.c into compile/expressions.c | Bruce Hill |
| 2025-08-24 | Move ConvertDef logic | Bruce Hill |
| 2025-08-24 | Move function declaration logic | Bruce Hill |
| 2025-08-24 | Split declarations into a file | Bruce Hill |
| 2025-08-24 | Add comments and pragmas | Bruce Hill |
| 2025-08-24 | Move method calls | Bruce Hill |
| 2025-08-24 | Rename promotion -> promotions | Bruce Hill |
| 2025-08-24 | Split out blocks into their own file | Bruce Hill |
| 2025-08-24 | More splitting out into separate files. | Bruce Hill |
| 2025-08-24 | Move function logic into functions files | Bruce Hill |
| 2025-08-24 | Further split out | Bruce Hill |
| 2025-08-24 | Split into more files: promotion, sets, tables, pointers, functions. | Bruce Hill |