aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Instead just add lib's directory to rpath
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
file's .build/*.tm.h file individually.
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
directories the user doesn't own (e.g. /usr/local, owned by root)
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
platforms/compilers
2025-05-02Bugfix for integer math between Int and fixed-width int, where Int wasBruce Hill
the second operand
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
compilers won't play nice anyways
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
2025-05-01Remove POSIX_C_SOURCE flagBruce Hill
2025-05-01Revert fix for empty set parsingBruce Hill
2025-05-01Fix compiler flagBruce Hill
2025-05-01Include stdlibBruce Hill
2025-05-01BugfixBruce Hill
2025-05-01Don't check result of debugedit commandBruce Hill
2025-05-01Show failed commandBruce Hill
2025-05-01Add missing fileBruce Hill
2025-05-01Move importsBruce Hill
2025-05-01Bugfix for parsing error with nested setsBruce Hill
2025-04-30Speculative fix for memory error during installationBruce Hill
2025-04-30Fix up hdebug stuff for tablesBruce Hill
2025-04-30Update wording to remove 'null'Bruce Hill
2025-04-30Update dependencies docsBruce Hill
2025-04-30Remove checks and dependenciesBruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-30Use namespace prefix function when appropriateBruce Hill
2025-04-29Fix parser errBruce Hill
2025-04-29Improved error messageBruce Hill