index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
compress
/
xz
Age
Commit message (
Expand
)
Author
2025-08-26
std.compress.xz: fix 32-bit targets
Andrew Kelley
2025-08-26
std: update xz unit tests to new I/O API
Andrew Kelley
2025-08-26
std.compress.xz.Decompress: some tests passing
Andrew Kelley
2025-08-26
std.compress.xz: skeleton in place
Andrew Kelley
2025-08-26
std.compress.lzma: update for new I/O API
Andrew Kelley
2025-08-26
std.compress.xz: flatten namespaces
Andrew Kelley
2025-07-25
std: rework zstd for new I/O API
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-03-13
compress.xz: remove unnecessary variable
Igor Anić
2024-03-13
compress.xz: make reader loop little more readable
Igor Anić
2024-03-13
compress.xz: remove copyForwards from tight loop
Igor Anić
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-02-05
Update block.zig
fn ⌃ ⌥
2023-02-05
std.compress.xz: Avoid possible integer overflow in a few places
Ryan Liptak
2023-02-02
Add LZMA decoder
fn ⌃ ⌥
2023-01-25
std.compress.xz: fix for big-endian targets
fn ⌃ ⌥
2023-01-24
std.compress.xz: fix compile error on 32-bit systems
Andrew Kelley
2023-01-24
std.compress.xz public API cleanup
Andrew Kelley
2023-01-24
Add an xz decoder to the standard library
fn ⌃ ⌥