aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Expand)Author
2025-08-23Fix some LSP issues, mostly unused importsBruce Hill
2025-08-19Some pedantic fixes vetted against compiling on mac.Bruce Hill
2025-08-18Rework code to avoid variable-length arrayBruce Hill
2025-08-18Fix some compatibility issues, including #embed and `alignof` and some Makefi...Bruce Hill
2025-08-17Bugfix for integer parsingBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
2025-08-16Fix further issue with optionalsBruce Hill
2025-08-16Bugfix for optionals that have alignment issuesBruce Hill
2025-08-16Fix issue with untyped enum membersBruce Hill
2025-08-16Bugfix for enum member alignmentsBruce Hill
2025-08-09Deprecate cords from the gc library in favor of dogfooding Text from theBruce Hill
2025-07-30Struct reordering to improve packingBruce Hill
2025-07-12Doctests now use equality checking instead of text comparisonsBruce Hill
2025-07-10Add text compression optimizations for unicode textBruce Hill
2025-06-28Greatly increase the maximum free space allocated when growing listsBruce Hill
2025-06-26Add get_bit() method for Ints and BytesBruce Hill
2025-06-24Add Path.has_extension() and update manpages/api docsBruce Hill
2025-06-24Minor performance improvement for hash collisions in tablesBruce Hill
2025-06-24Sanity checkBruce Hill
2025-06-24Revert "Do text deserialization in chunks to avoid possible memory issues"Bruce Hill
2025-06-22Do text deserialization in chunks to avoid possible memory issuesBruce Hill
2025-06-04Fix spacing on non-color doctest outputBruce Hill
2025-05-25Bugfix for converting negative integers to textBruce Hill
2025-05-21Added Set infix operations, as well as Table.with_fallback() and fixedBruce Hill
2025-05-17Add --version flag for executables and more documentation.Bruce Hill
2025-05-17Add `modules.ini` file for import aliases, as well as default aliasesBruce Hill
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-06Bugfix for serialization of sets and tables with fallbacksBruce Hill
2025-05-06Check getrandom return valueBruce Hill
2025-05-06Check return valueBruce 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-06Bugfix for truncation of BytesBruce Hill
2025-05-06Bugfix for converting integer to byteBruce Hill
2025-05-05Fix some permission stuff to make it more seamless to install toBruce Hill
2025-05-03Deprecate function name registering and printing the function's nameBruce Hill
2025-05-02Improved stack trace function namesBruce Hill
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-02Remove speculative fixBruce Hill
2025-05-02Bugfix for text hashingBruce Hill
2025-05-01Add check for null typeBruce Hill
2025-05-01Include stdlibBruce Hill
2025-05-01Add missing fileBruce Hill
2025-04-30Speculative fix for memory error during installationBruce Hill
2025-04-30Fix up hdebug stuff for tablesBruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
2025-04-28Remove remaining printf referencesBruce Hill