aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-01-01Merge branch 'dev' into static-dependenciesBruce Hill
2026-01-01Bugfix for integer comparisonBruce Hill
2026-01-01Remove debugedit stuffBruce Hill
2025-12-31Remove LTO and add some strippingBruce Hill
2025-12-31Move print.c/h back into stdlibBruce Hill
2025-12-31Merge branch 'dev' into static-dependenciesBruce Hill
2025-12-31Changed is_between() to be bidirectionalBruce Hill
2025-12-29Merge branch 'dev' into static-dependenciesBruce Hill
2025-12-29Fix for file descriptors being reopened unintentionallyBruce Hill
2025-12-28Merge branch 'dev' into static-dependenciesBruce Hill
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-12-28Merge branch 'dev' into static-dependenciesBruce Hill
2025-12-28Bugfix for Table.clear()Bruce Hill
2025-12-28Clean up importsBruce Hill
2025-12-28Fix some calls to fail()Bruce Hill
2025-12-25General cleanupBruce Hill
2025-12-25Build libtomo.a using files from gc/gmp/unistring and statically linkBruce Hill
executables against that
2025-12-24Shuffle dependencies around so header files aren't needed after tomo hasBruce Hill
been compiled
2025-12-24Split out new()/gc logic from stdlib/util.hBruce Hill
2025-12-24Split utils into stdlib/utils and utilsBruce Hill
2025-12-23Fix some GCC-specific logic that works differently on mac/clangBruce Hill
2025-12-23Fix for openbsd ifdefBruce Hill
2025-12-23Add support for convert_to_text(Int_t)Bruce Hill
2025-12-23Remove dead-ish code for debugging tablesBruce Hill
2025-12-23Big speedup my trimming down MAP_LIST macro and inlining someBruce Hill
applications of it.
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-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-21More sensible REPL-like behavior if run without any argsBruce Hill
2025-12-21Fixes for builds and accessing version and install scriptv2025-12-21.5Bruce Hill
2025-12-21Remove xxd dependency (no more building with changelog)Bruce 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-21Fix empty allocationBruce Hill
2025-12-21Minor fix for checking return valuesBruce 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-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.