aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-16Remove enum type prefix when printing enumBruce Hill
2025-03-16Fix docsBruce Hill
2025-03-16Fix shell escaping for arrays of pathsBruce Hill
2025-03-16Fix shell escaping of pathsBruce Hill
2025-03-16Update file path API and docsBruce Hill
2025-03-16Bugfix for `if var := value` syntax inside a lambdaBruce Hill
2025-03-16Fix other root->type renameBruce Hill
2025-03-16Rename path `root` to path `type`Bruce Hill
2025-03-16Remove debug printBruce Hill
2025-03-16Begin/end parsingBruce Hill
2025-03-16Bugfix for relative_to()Bruce Hill
2025-03-16Add begin:/end: for do: blocksBruce Hill
2025-03-16Fixes for opaque external structsBruce Hill
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
2025-03-15Bugfix optional momentsBruce Hill
2025-03-13Remove lineBruce Hill
2025-03-13Fix CRLF patternBruce Hill
2025-03-12Simplify RNG seedingBruce Hill
2025-03-12Rename `without_escaping()` -> `from_text()`Bruce Hill
2025-03-11Update commentsBruce Hill
2025-03-11Fixes for integer truncationBruce Hill
2025-03-11Support external structs with namespaced methods (also C-strings are nowBruce Hill
2025-03-11Add extern structsBruce Hill
2025-03-11Modify compile_type_info() so it no longer needs an env_tBruce Hill
2025-03-11Bugfix for checking argument validity with promotion (for integerBruce Hill
2025-03-11Clean up doctest code a bitBruce Hill
2025-03-11Remove unnecessary call to initialize()Bruce Hill
2025-03-11Improve codegen for optional struct typesBruce Hill
2025-03-11For enums, switch `enum.tag` and `enum.$Foo` so it's now `enum.$tag` andBruce Hill
2025-03-11Don't use '$' prefix for field namesBruce Hill
2025-03-11Rearrange fieldsBruce Hill
2025-03-11Bugfix for header prefixesBruce Hill
2025-03-11Add a few colorful escapesBruce Hill
2025-03-11Bugfix for constructors not getting appropriate headerBruce Hill
2025-03-11Update manpageBruce Hill
2025-03-11Fix for staleness checks in compilationBruce Hill
2025-03-11Remove some doctests where not neededBruce Hill
2025-03-11Deprecate --quiet and just have that be the defaultBruce Hill
2025-03-10For doctests, only print code if there's no expected value. If there'sBruce Hill
2025-03-10Add some vector methodsBruce Hill
2025-03-10Fix some issues with compile error reportingBruce Hill
2025-03-10Fixes for examplesBruce Hill
2025-03-10Be more conservative about disallowing constructors as top-levelBruce Hill
2025-03-10Fix/update colorfulBruce Hill
2025-03-10Fix some scoping issues with type methods and enum returnsBruce Hill
2025-03-10For langs, do promotion to Text and text interpolation automatically and with...Bruce Hill
2025-03-10Deprecate old constructor logicBruce Hill
2025-03-10Add `convert` keyword for defining conversionsBruce Hill
2025-03-09Make it a compiler error to have an always-aborting function whoseBruce Hill
2025-03-09Check for main func return values (and error if it has any)Bruce Hill