aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Expand)Author
2025-10-11Improvements to set support and updating docsBruce Hill
2025-10-11Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` andBruce Hill
2025-10-11Add optional empty typeBruce Hill
2025-10-11Rename pathtype enum valuesBruce Hill
2025-10-11Bugfix for optional paths and converting path type into an actual enumBruce Hill
2025-10-11Added Empty() structBruce Hill
2025-10-05Fix a bunch of issues with optional typesBruce Hill
2025-10-05Add serialization and deserialization by coercion to/from [Byte]Bruce Hill
2025-10-04When reading a file by line, skip lines with invalid UTF8 instead ofBruce Hill
2025-10-03Fix for optional CLI argumentsBruce Hill
2025-10-02Merge branch 'zero-nones' into devBruce Hill
2025-10-01Force a GC sweep when we run out of file handles to trigger cleanup ofBruce Hill
2025-10-01For structs and fixed-size ints, use `.has_value` instead of `.is_none`Bruce Hill
2025-10-01Fix up some more none casesBruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-09-21Deprecate binary ops (other than ++) for tables. Instead use properBruce Hill
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-21Deprecate `>> x ... = val` form of doctests and rename them to 'debugdoctests-to-debuglogBruce Hill
2025-09-21Deprecate more set stuffBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-13Merge branch 'optional-list-indexing' into devBruce Hill
2025-09-09Minor cleanupsBruce 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-09Merge branch 'main' into optional-list-indexingoptional-list-indexingBruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Bugfix for Int.parse()Bruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Make Texts() macro a bit more flexible.Bruce Hill
2025-09-01Make text indexing optionalBruce Hill
2025-09-01Improved error messagesBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Added support for `-O3` style numeric flags and `-f=...` flagsBruce Hill
2025-08-31Move CLI parsing to its own file.Bruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill
2025-08-25Minor bugfix for coloring of multi-line doctestsBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-25Clean up some unistr.h issues and expand some parse macros.Bruce Hill
2025-08-24Clean up and fix issue with `if var := val` statements. PreviousBruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Don't align trailing commentsBruce Hill