aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/xz
AgeCommit message (Expand)Author
2025-08-26std.compress.xz: fix 32-bit targetsAndrew Kelley
2025-08-26std: update xz unit tests to new I/O APIAndrew Kelley
2025-08-26std.compress.xz.Decompress: some tests passingAndrew Kelley
2025-08-26std.compress.xz: skeleton in placeAndrew Kelley
2025-08-26std.compress.lzma: update for new I/O APIAndrew Kelley
2025-08-26std.compress.xz: flatten namespacesAndrew Kelley
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2024-06-23Rename *[UI]LEB128 functions to *[UI]leb128Michael Bradshaw
2024-03-13compress.xz: remove unnecessary variableIgor Anić
2024-03-13compress.xz: make reader loop little more readableIgor Anić
2024-03-13compress.xz: remove copyForwards from tight loopIgor Anić
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-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-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-02-05Update block.zigfn ⌃ ⌥
2023-02-05std.compress.xz: Avoid possible integer overflow in a few placesRyan Liptak
2023-02-02Add LZMA decoderfn ⌃ ⌥
2023-01-25std.compress.xz: fix for big-endian targetsfn ⌃ ⌥
2023-01-24std.compress.xz: fix compile error on 32-bit systemsAndrew Kelley
2023-01-24std.compress.xz public API cleanupAndrew Kelley
2023-01-24Add an xz decoder to the standard libraryfn ⌃ ⌥