aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/xz.zig
AgeCommit message (Expand)Author
2025-08-26std.compress.lzma: update for new I/O APIAndrew Kelley
2025-08-26std.compress.xz: flatten namespacesAndrew Kelley
2025-07-27std.compress.xz: eliminate dependency on std.Io.bitReaderAndrew 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
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-02-05std.compress.xz: Avoid possible integer overflow in a few placesRyan Liptak
2023-01-25std.compress.xz: fix for big-endian targetsfn ⌃ ⌥
2023-01-24std.compress.xz public API cleanupAndrew Kelley
2023-01-24Add an xz decoder to the standard libraryfn ⌃ ⌥