aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-21Deprecate `>> x ... = val` form of doctests and rename them to 'debugdoctests-to-debuglogBruce Hill
2025-09-21Update docsBruce Hill
2025-09-21Deprecate optional '?' postfix operatorBruce Hill
2025-09-21Update changelogBruce Hill
2025-09-21Deprecate `extern` keywordBruce Hill
2025-09-21Fix empty tablesBruce Hill
2025-09-21Remove sets from learnxinyBruce Hill
2025-09-21Remove more sets docsBruce Hill
2025-09-21More deprecations of set docs stuffBruce Hill
2025-09-21Deprecate more set stuffBruce Hill
2025-09-21Update changelogBruce Hill
2025-09-21Add .unique() testBruce Hill
2025-09-21Bugfix for .unique()Bruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
2025-09-21Add top-level system modules file for default core modulesBruce Hill
2025-09-21Add anonymous enum docsBruce Hill
2025-09-21Add changelog entryBruce Hill
2025-09-21Add anonymous enum testsBruce Hill
2025-09-21Fix for struct constructor args with anonymous enumBruce Hill
2025-09-21Got inlne enums working in most placesBruce Hill
2025-09-21Add enum scope when declaring a variableBruce Hill
2025-09-20WIP on inline enumsBruce Hill
2025-09-20Update changelogBruce Hill
2025-09-20Simplify quotes by limiting to `,',"Bruce Hill
2025-09-13Merge branch 'optional-list-indexing' into devBruce Hill
2025-09-09Minor cleanupsBruce Hill
2025-09-09Bugfix for file ID accidentally containing NUL byteBruce Hill
2025-09-09Compact lists when appropriateBruce Hill
2025-09-09Fix memory leak/bugBruce Hill
2025-09-09Fix up some edge cases for text unicode stuffBruce Hill
2025-09-09Fix for potential null dereferenceBruce Hill
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-09Save runner C file to disk as `.build/foo.tm.runner.c`Bruce Hill
2025-09-09No longer hardcode /usr/local into stuffBruce Hill
2025-09-09Typechecking/promotion for table lookup keysBruce Hill
2025-09-09Add `source_mapping` flag to the compiler config to force recompilationBruce Hill
2025-09-07Be more correct about library names and also strip off `tomo-`Bruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-06Fixes for prior changesBruce Hill
2025-09-06Code cleanupBruce Hill
2025-09-06Refactor a bit in order to catch issue with ConvertDefs creatingBruce Hill
2025-09-01Bugfix for Int.parse()Bruce Hill
2025-09-01Add xxd to depsBruce Hill
2025-09-01Tweak gitignoreBruce Hill
2025-09-01Explicit type casting for sizeBruce Hill
2025-09-01Add progress counter.Bruce Hill
2025-09-01Update wordingBruce Hill
2025-09-01FixesformatterBruce Hill