aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-25Add a check to ensure that Extend is extending a recognized type.Bruce Hill
2025-05-21Added Set infix operations, as well as Table.with_fallback() and fixedBruce Hill
2025-05-20Add docsBruce Hill
2025-05-20Add per-file modules.ini overrideBruce Hill
2025-05-20Add more advanced configuration options to modules.ini and supportBruce Hill
2025-05-19Add --prefix flagBruce Hill
2025-05-17Update changelogBruce Hill
2025-05-17Add --version flag for executables and more documentation.Bruce Hill
2025-05-17Add `modules.ini` file for import aliases, as well as default aliasesBruce Hill
2025-05-17Add Path.sibling()Bruce Hill
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-09Add pattern testBruce Hill
2025-05-09Bugfix for lang infosBruce Hill
2025-05-09Bugfix for installing libraries through `.` or `..`Bruce Hill
2025-05-06Bugfix for serialization of sets and tables with fallbacksBruce Hill
2025-05-06Tweak how pipefail worksBruce Hill
2025-05-06Bugfix for commandsBruce Hill
2025-05-06Check pipe() return valueBruce Hill
2025-05-06Add -ldl flagBruce Hill
2025-05-06Discard resultBruce Hill
2025-05-06Check getrandom return valueBruce Hill
2025-05-06Check return valueBruce Hill
2025-05-06Suppress missing initializer warningBruce Hill
2025-05-06Check return valueBruce Hill
2025-05-06Check return valueBruce Hill
2025-05-06Check return valuesBruce Hill
2025-05-06Error checking for path componentsBruce Hill
2025-05-06Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules.Bruce Hill
2025-05-06Bugfix for truncation of BytesBruce Hill
2025-05-06Bugfix for converting integer to byteBruce Hill
2025-05-05Update gitignoreBruce Hill
2025-05-05Get rid of single-file headers for libraries and just include each .tmBruce Hill
2025-05-05Show codegen even if it wasn't regeneratedBruce Hill
2025-05-05Fix some permission stuff to make it more seamless to install toBruce Hill
2025-05-03Bugfix for promotions in comparisonsBruce Hill
2025-05-03Deprecate function name registering and printing the function's nameBruce Hill
2025-05-02Move coroutines into examples folder due to compatibility issues on someBruce Hill
2025-05-02Bugfix for integer math between Int and fixed-width int, where Int wasBruce Hill
2025-05-02Rename parse_and_run functionBruce Hill
2025-05-02Improved stack trace function namesBruce Hill
2025-05-02Deprecate --c-compiler flag, since builds compiled with differentBruce Hill
2025-05-02Bugfix for stack tracesBruce Hill
2025-05-02Fix bug where fallbacks were hashed by pointer instead of by contentsv0.2Bruce Hill
2025-05-02Initialize random seed for tomo compiler itselfBruce Hill
2025-05-02Remove speculative fixBruce Hill
2025-05-02Bugfix for text hashingBruce Hill
2025-05-02Add CPATH to local tomoBruce Hill
2025-05-01Remove test for character widthBruce Hill
2025-05-01Add check for null typeBruce Hill
2025-05-01Don't install coroutines on arm64Bruce Hill