| Age | Commit message (Expand) | Author |
| 2025-12-22 | Bugfix for `Success || Void` typechecking | Bruce Hill |
| 2025-12-21 | Don't embed tomo version/path information at compile time, instead infer | Bruce Hill |
| 2025-12-07 | Rename `Empty()` -> `Present()` for set-like tables | Bruce Hill |
| 2025-12-07 | Consolidate logic for enums with and without tags with fields. | Bruce Hill |
| 2025-12-06 | Use `foo!` as sugar for `foo.FirstTag!` for enum values. Also, give | Bruce Hill |
| 2025-12-06 | Allow discarding Empty() values | Bruce Hill |
| 2025-11-30 | Add `base` parameter to integer parsing functions | Bruce Hill |
| 2025-11-29 | Overhaul to versioning system (paths go tov2025-11-29 | Bruce Hill |
| 2025-11-24 | Fix case where a conditional failure was mistaken for an always failure | Bruce Hill |
| 2025-11-23 | Added Metadata section for files instead of _HELP and _USAGE | Bruce Hill |
| 2025-11-23 | Better error messages and bugfix for compile_to_type logic | Bruce Hill |
| 2025-11-23 | Fix up some type comparisons | Bruce Hill |
| 2025-11-22 | Fixes for conditional expressions for optional types | Bruce Hill |
| 2025-10-19 | Fix signed comparison issues | Bruce Hill |
| 2025-10-18 | Pass through comments on args and use them for help and manpages | Bruce Hill |
| 2025-10-12 | More code cleanups | Bruce Hill |
| 2025-10-11 | Improvements to set support and updating docs | Bruce Hill |
| 2025-10-11 | Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` and | Bruce Hill |
| 2025-10-05 | Deprecate `deserialize` keyword and `.serialized()` method | Bruce Hill |
| 2025-10-05 | Fix a bunch of issues with optional types | Bruce Hill |
| 2025-10-04 | Deprecate `extend` | Bruce Hill |
| 2025-10-02 | Merge branch 'zero-nones' into dev | Bruce Hill |
| 2025-10-01 | Fixes for indexing into lists with optional item types | 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 | Deprecate binary ops (other than ++) for tables. Instead use proper | 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 | Fix tests | 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 `extern` keyword | 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 | Got inlne enums working in most places | Bruce Hill |
| 2025-09-20 | WIP on inline enums | Bruce Hill |
| 2025-09-09 | Merge branch 'main' into optional-list-indexingoptional-list-indexing | Bruce Hill |
| 2025-09-07 | Be more correct about library names and also strip off `tomo-` | Bruce Hill |
| 2025-09-06 | Merge branch 'main' into optional-list-indexing | Bruce Hill |
| 2025-09-06 | Fixes for prior changes | Bruce Hill |
| 2025-09-06 | Code cleanup | Bruce Hill |
| 2025-09-06 | Refactor a bit in order to catch issue with ConvertDefs creating | Bruce Hill |
| 2025-09-01 | Merge branch 'main' into formatter | Bruce Hill |
| 2025-09-01 | Merge branch 'main' into optional-list-indexing | Bruce Hill |
| 2025-09-01 | Fixes for local-tomo so that it *actually* uses local header files, | Bruce Hill |
| 2025-09-01 | Overhaul code to stop keeping examples and libraries in the same repo, | Bruce Hill |
| 2025-09-01 | Change module install directory to PREFIX/lib/tomo_vX.Y/* | Bruce Hill |
| 2025-09-01 | Merge branch 'main' into formatter | Bruce Hill |
| 2025-09-01 | Merge branch 'main' into optional-list-indexing | Bruce Hill |
| 2025-09-01 | Switch to using Texts(x) instead of Texts(String(x)) when possible | Bruce Hill |