aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Collapse)Author
2025-09-09Merge branch 'main' into optional-list-indexingoptional-list-indexingBruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Bugfix for Int.parse()Bruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce Hill
which don't need to be installed anymore.
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Make Texts() macro a bit more flexible.Bruce Hill
2025-09-01Make text indexing optionalBruce Hill
2025-09-01Improved error messagesBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Added support for `-O3` style numeric flags and `-f=...` flagsBruce Hill
2025-08-31Move CLI parsing to its own file.Bruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill
2025-08-25Minor bugfix for coloring of multi-line doctestsBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-25Clean up some unistr.h issues and expand some parse macros.Bruce Hill
2025-08-24Clean up and fix issue with `if var := val` statements. PreviousBruce Hill
implementation was kinda janky, but the new one is more robust and simple.
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Don't align trailing commentsBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-23Fix some LSP issues, mostly unused 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 ↵Bruce Hill
Makefile comment parsing issues.
2025-08-17Bugfix for integer parsingBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
parameter
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-09Deprecate cords from the gc library in favor of dogfooding Text from theBruce Hill
Tomo standard library.
2025-07-30Struct reordering to improve packingBruce Hill
2025-07-12Doctests now use equality checking instead of text comparisonsBruce Hill
2025-07-10Add text compression optimizations for unicode textBruce Hill
2025-06-28Greatly increase the maximum free space allocated when growing listsBruce Hill
(from 63 -> 281,474,976,710,655) to fix degenerate performance when appending to large lists.
2025-06-26Add get_bit() method for Ints and BytesBruce 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
(Breaks with unicode text) This reverts commit 389132400b6d3c1f7c767aaf3546d19e93909eb3.
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-25Bugfix for converting negative integers to textBruce Hill