aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress
AgeCommit message (Expand)Author
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-10zstandard: fix division by zero when using RingBufferdweiller
2023-11-03x86_64: fix std test failuresJacob Young
2023-11-03zstandard: fix incorrect RLE decompression into ring bufferdweiller
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-27x86_64: fix `cond_br`Jacob Young
2023-10-26x86_64: add missing spillsJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17400 from joadnacer/ringbuffer-optimAndrew Kelley
2023-10-21 compress: Improve RingBuffer usagejoadnacer
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-17Deflate: fix missing value in resetDavid
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17zlib: naming conventionXavier Bouchoux
2023-06-17std: add zlib stream writerdantecatalfamo
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-23Improvements to docs and textzooster
2023-02-21std.compress.zstandard: fix error sets for streaming APIdweiller
2023-02-21std.compress.zstandard: clean up streaming APIdweiller
2023-02-21std.RingBuffer: add (non-concurrent) RingBuffer implementationdweiller
2023-02-21std.compress.zstandard: rename ZStandardStream -> DecompressStreamdweiller
2023-02-21std.compress.zstandard: remove use of usingnamespacedweiller
2023-02-20std.compress.zstandard: update for multi-for-loop changedweiller
2023-02-20std.compress.zstandard: add DictionaryIdFlagUnsupported ZstandardStream.Errordweiller
2023-02-20std.compress.zstandard: fix zstandardStream content size validationdweiller
2023-02-20std.compress.zstandard: also check block size when sequence count is 0dweiller
2023-02-20std.compress.zstandard: add error condition to ring buffer decodingdweiller
2023-02-20std.compress.zstandard: fix erroneous literal stream empty checksdweiller
2023-02-20std.compress.zstandard: remove unneeded branchdweiller
2023-02-20std.compress.zstandard: fix zstandardStream finishing earlydweiller
2023-02-20std.compress.zstandard: check FSE bitstreams are fully consumeddweiller
2023-02-20std.compress.zstandard: bytes read assert to error in decodeBlockReaderdweiller
2023-02-20std.compress.zstandard: cleanup high-level api docs and error setsdweiller
2023-02-20std.compress.zstandard: fix errors and crashes in ZstandardStreamdweiller
2023-02-20std.compress.zstandard: fix content size checkdweiller
2023-02-20std.compress.zstandard: add decodeFrameHeaderdweiller
2023-02-20std.compress.zstandard: error when FSE bitstream is no fully consumeddweiller
2023-02-20std.compress.zstandard: remove UnusedBitSet errordweiller
2023-02-20std.compress.zstandard: fix decodeAlloc() and remove decodeFrameAlloc()dweiller