aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-22Allow writes without reads to global varsv2025-12-22Bruce Hill
2025-12-22Fix for CLI usage showing flag type instead of flag name for positionalBruce Hill
args
2025-12-22Bugfix for `Success || Void` typecheckingBruce Hill
2025-12-22Clean up .git/ when installing librariesBruce Hill
2025-12-22Update changelogBruce Hill
2025-12-22Rip out shared library codeBruce Hill
2025-12-22Use static linking to produce executables.Bruce Hill
2025-12-22Add Path.writer() and Path.byte_writer()Bruce Hill
2025-12-22Attempted improvements for building on macBruce Hill
2025-12-22Fix makefile progress indicatorBruce Hill
2025-12-21Fix slow manpage gzipping rulesBruce Hill
2025-12-21Fix performance regression on makefileBruce Hill
2025-12-21More sensible REPL-like behavior if run without any argsBruce Hill
2025-12-21Update readmeBruce Hill
2025-12-21Update quick install scriptBruce Hill
2025-12-21Fix typo in READMEBruce Hill
2025-12-21Fixes for builds and accessing version and install scriptv2025-12-21.5Bruce Hill
2025-12-21Fix workflowv2025-12-21.4Bruce Hill
2025-12-21Add missing fileBruce Hill
2025-12-21Remove xxd dependency (no more building with changelog)Bruce Hill
2025-12-21Add workflow permissionsv2025-12-21.3Bruce Hill
2025-12-21Mac doesn't need to install xxdBruce Hill
2025-12-21Put workflow backv2025-12-21.2Bruce Hill
2025-12-21Tweak build setupBruce Hill
2025-12-21Merge branch 'dev'Bruce Hill
2025-12-21Don't embed tomo version/path information at compile time, instead inferBruce Hill
it at runtime
2025-12-21Rework makefile to simplify thingsBruce Hill
2025-12-21Fix empty allocationBruce Hill
2025-12-21Minor fix for checking return valuesBruce Hill
2025-12-21Only build on tag pushingBruce Hill
2025-12-21Add github workflowBruce Hill
2025-12-21Bump date on version tagv2025-12-21Bruce Hill
2025-12-10Add docs on enum field access and `!` behaviorBruce Hill
2025-12-08Add checks for unused variablesBruce Hill
2025-12-07Better error handling for setenv()Bruce Hill
2025-12-07More correct handling for sleep()Bruce Hill
2025-12-07Add commentsBruce Hill
2025-12-07Remove dead codeBruce Hill
2025-12-07Switch paths to use Result return values instead of fail()Bruce Hill
2025-12-07Change Paths to be an enum of their different types.Bruce Hill
2025-12-07Document setsBruce Hill
2025-12-07Rename `Empty()` -> `Present()` for set-like tablesBruce Hill
2025-12-07Consolidate logic for enums with and without tags with fields.Bruce Hill
2025-12-07Remove debug codeBruce Hill
2025-12-06Use `foo!` as sugar for `foo.FirstTag!` for enum values. Also, giveBruce Hill
better error messages for this kind of `!` assertion.
2025-12-06Allow discarding Empty() valuesBruce Hill
2025-12-06Fix for memory pointer visualizationBruce Hill
2025-12-01Fix CLI arg parsingBruce Hill
2025-12-01Clean up CLI --help outputBruce Hill
2025-11-30Update makefile rules to reflect how CHANGES.md is used.Bruce Hill