aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-26Check that import is a valid fileBruce Hill
2025-04-26Bugfix for boolean parsingBruce Hill
2025-04-26Add TOMO_VERSION as a variable accessible to tomo programs at runtimeBruce Hill
2025-04-26Add `--version` flag to show current compiler version's git commit dateBruce Hill
2025-04-25Speculative fix for Mac: use llvm-objcopy instead of patchelf for Mach-OBruce Hill
2025-04-25Improved errors for list indexingBruce Hill
2025-04-25Speculative fix.Bruce Hill
2025-04-25Clang fixesBruce Hill
2025-04-25Fix 'auto' issueBruce Hill
2025-04-24Command line arg parsing fix for negative integers: `tomo foo.tm -- -123`Bruce Hill
2025-04-23Bugfix for `use ./foo.c` putting the #include below lambda definitionsBruce Hill
2025-04-21Allow comprehensions inside parenthesesBruce Hill
2025-04-21Preserve original number literal in s-expressionBruce Hill
2025-04-21Switch from XML to s-expressions and add --parse flag for printing themBruce Hill
2025-04-21Fix for librariesBruce Hill
2025-04-21Deprecate REPLBruce Hill
2025-04-21Add `assert`Bruce Hill
2025-04-21Library renaming should be slightly more generalBruce Hill
2025-04-21Bugfix issue with renaming symbols for librariesBruce Hill
2025-04-21Rename List.first() to List.where()Bruce Hill
2025-04-18Make Int.prev_prime() optional instead of erroringBruce Hill
2025-04-17Add getenv()/setenv()Bruce Hill
2025-04-16Roll back change to add a return for unreachable functionsBruce Hill
2025-04-16Add Path.current_dir() as exposed methodBruce Hill
2025-04-16Better error messageBruce Hill
2025-04-16Automatically add return for unreachable code blocks (following aBruce Hill
2025-04-16Bugfix for top-level variables in librariesBruce Hill
2025-04-16Fixes to get the compiler to build with -O3Bruce Hill
2025-04-15Make some compatibility fixes to make sure the compiler can fully buildBruce Hill
2025-04-15Deprecate `auto`Bruce Hill
2025-04-15Fix some .so hardcodingBruce Hill
2025-04-15Change compilation configuration so Tomo is fully capable of runningBruce Hill
2025-04-15Remove rpath=$ORIGINBruce Hill
2025-04-15rpath fixBruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
2025-04-15Remove -lbacktraceBruce Hill
2025-04-15Bring back TCC support!Bruce Hill
2025-04-15Add --no-source-mapping flagBruce Hill
2025-04-14Remap source information in debugging infoBruce Hill
2025-04-14Add compiler flag for -D_BSD_SOURCEBruce Hill
2025-04-14Ignore `if ((a == b))` warningsBruce Hill
2025-04-14More flexible symbol renaming that doesn't rely on advanced flags fromBruce Hill
2025-04-14Print full library pathBruce Hill
2025-04-14Slightly more robust filtering of stack trace from main() onwardsBruce Hill
2025-04-14Reworking of stack traces (back to using addr2line) for compatibilityBruce Hill
2025-04-14Further fixes for printing quoted strings/charsBruce Hill
2025-04-14Fixes for printingBruce Hill
2025-04-12Replace addr2line with libbacktrace to get improved stack tracesBruce Hill
2025-04-10Remove strlcpy()Bruce Hill
2025-04-07Fix lvalue issueBruce Hill