aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-28Bugfix for Table.clear()Bruce 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
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
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
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
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-30Add `base` parameter to integer parsing functionsBruce Hill
2025-11-30Handle some text method edge cases with empty text better.Bruce Hill
2025-11-29Fix for undefined behavior on structs/enums with paddingv2025-11-29.2Bruce Hill
2025-11-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
2025-11-29Fix alignmentBruce Hill
2025-11-29Bugfix for default CLI argument initializationBruce Hill
2025-11-29Fix accidental naming collision with _tmp varBruce Hill
2025-11-27Bugfix for Num32$as_text() visibilityBruce Hill
2025-11-27Bugfix for infinite recursion in some type methodsBruce Hill
2025-11-27Support EXECUTABLE metadataBruce Hill
2025-11-27Update `setenv()` to take an optional value, also bugfix for `setenv()`Bruce Hill
2025-11-27Add `recursive` arg to Path.create_directory()Bruce Hill
2025-11-26Close loophole in `when` statements that allowed mutating inner fieldBruce Hill
2025-11-26Bugfix for accidental violation of immutable value guarantees due toBruce Hill
2025-11-24Fix for accidental deserialization of byte array when it should haveBruce Hill