| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-25 | std: rework zstd for new I/O API | Andrew Kelley | |
| This passes tests but it doesn't provide as big a window size as is required to decompress larger streams. The next commit in this branch will work towards that, without introducing an additional buffer. | |||
| 2024-10-13 | Rewrite bit_reader and bit_writer to take advantage of current zig semantics ↵ | tgschultz | |
| and enhance readability (#21689) Co-authored-by: Tanner Schultz <tgschultz@tgschultz-dl.tail7ba92.ts.net> | |||
| 2023-11-19 | lib: correct unnecessary uses of 'var' | mlugg | |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg | |
| Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change | |||
| 2023-05-23 | std.sort: add pdqsort and heapsort | Ali Chraghi | |
| 2023-02-21 | std.compress.zstandard: fix error sets for streaming API | dweiller | |
| 2023-02-20 | std.compress.zstandard: update for multi-for-loop change | dweiller | |
| 2023-02-20 | std.compress.zstandard: remove unneeded branch | dweiller | |
| 2023-02-20 | std.compress.zstandard: check FSE bitstreams are fully consumed | dweiller | |
| 2023-02-20 | std.compress.zstandard: fix crashes | dweiller | |
| 2023-02-20 | std.compress.zstandard: fix crashes | dweiller | |
| 2023-02-20 | std.compress.zstandard: split decompressor into multiple files | dweiller | |
