aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-08-24Better error messageBruce Hill
2025-08-23Minor cleanupBruce Hill
2025-08-23Don't align trailing commentsBruce Hill
2025-08-23Fix readability and don't align trailing commentsBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Better error messageBruce Hill
2025-08-23Use config file with default fallbacks for tomo defsBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-23Fix some LSP issues, mostly unused importsBruce Hill
2025-08-23Remove some unused importsBruce Hill
2025-08-20Add importsBruce Hill
2025-08-19Some pedantic fixes vetted against compiling on mac.Bruce Hill
2025-08-18Rework code to avoid variable-length arrayBruce Hill
2025-08-18Fix some compatibility issues, including #embed and `alignof` and some Makefi...Bruce Hill
2025-08-17Fix List.slice()Bruce Hill
2025-08-17Don't allow compiling optional values into non-optional ones.Bruce Hill
2025-08-17Bugfix for integer parsingBruce Hill
2025-08-17Bugfix: added support for Tomo identifiers that are C keywordsBruce Hill
2025-08-17Major improvements to type inference to support `JSON({"key"=yes,Bruce Hill
2025-08-17Add JSON module.Bruce Hill
2025-08-16Bump patterns versionBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
2025-08-16Fix further issue with optionalsBruce Hill
2025-08-16Bugfix for optionals that have alignment issuesBruce Hill
2025-08-16Fix issue with untyped enum membersBruce Hill
2025-08-16Bugfix for enum member alignmentsBruce Hill
2025-08-10Bugfixes for installation of libraries (incorrect handling of `use` forBruce Hill
2025-08-10Add full protection against accessing fields and methods that start withBruce Hill
2025-08-09Deprecate cords from the gc library in favor of dogfooding Text from theBruce Hill
2025-07-30Struct reordering to improve packingBruce Hill
2025-07-30Print full git tag with `tomo --verbose --version`Bruce Hill
2025-07-12Use `#embed` to embed the changelog in the binary and give access viaBruce Hill
2025-07-12Doctests now use equality checking instead of text comparisonsBruce Hill
2025-07-11Add more `#line` directives to make various failures give more accurateBruce Hill
2025-07-10Add text compression optimizations for unicode textBruce Hill
2025-06-28Greatly increase the maximum free space allocated when growing listsBruce Hill
2025-06-26Add get_bit() method for Ints and BytesBruce Hill
2025-06-25Clean up #include parsing so it works correctly with commentsBruce Hill
2025-06-25Add fix for `.include` or `#included` files in assembly failing to triggerBruce Hill
2025-06-25Trigger recompilation when downstream #includes for C files are updated.Bruce Hill
2025-06-24Correctly detect changes to `use`d C/header files and triggerBruce Hill
2025-06-24Add Path.has_extension() and update manpages/api docsBruce Hill
2025-06-24Minor performance improvement for hash collisions in tablesBruce Hill
2025-06-24Sanity checkBruce Hill
2025-06-24Revert "Do text deserialization in chunks to avoid possible memory issues"Bruce Hill
2025-06-22Do text deserialization in chunks to avoid possible memory issuesBruce Hill
2025-06-04Fix spacing on non-color doctest outputBruce Hill
2025-05-25Force recompilation when modules.ini changesBruce Hill
2025-05-25Optimize codegen for enums: no longer bother with a struct wrapper, butBruce Hill
2025-05-25Bugfix for mutation while iteratingBruce Hill