aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress
AgeCommit message (Expand)Author
2024-02-26change default WASI stack sizeAndrew Kelley
2024-02-24std.compress.flate: fix typo in function name (#19002)Robinson Collado
2024-02-23fix zstd compilation errors from previous commitAndrew Kelley
2024-02-23std.compress.zstd: make DecompressStream options runtimedweiller
2024-02-23std.compress.zstd: disable failing wasm32 testsdweiller
2024-02-23std.compress.zstd: remove allocation from DecompressStreamdweiller
2024-02-23std.compress.zstd: fix decompressStreamOptionsdweiller
2024-02-23std.compress.zstandard: fix buffer sizesdweiller
2024-02-19Package.Fetch: fix Git package fetchingIan Johnson
2024-02-17fix flate regressionIgor Anić
2024-02-15skip failing wasm testsIgor Anić
2024-02-14reorganize compress package root folderIgor Anić
2024-02-14remove v1 deflate implementationIgor Anić
2024-02-14preserve valuable tests from v1 implementationIgor Anić
2024-02-14remove testing struct sizesIgor Anić
2024-02-14skip calculating struct sizes on 32 bit platformsIgor Anić
2024-02-14fix top level docs commentsIgor Anić
2024-02-14fix wording in commentIgor Anić
2024-02-14fix reading input stream during decompressionIgor Anić
2024-02-14add deflate implemented from first principlesIgor Anić
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-01-29gzip: implement compressionJacob Young
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