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
/
lzma
Age
Commit message (
Expand
)
Author
2025-08-26
std.compress.lzma: tests passing
Andrew Kelley
2025-08-26
std.compress.lzma: update for new I/O API
Andrew Kelley
2025-08-26
std.compress: flatten lzma and lzma2 namespaces
Andrew Kelley
2025-02-26
std: remove dependencies on legacy coercion
mlugg
2025-01-20
add test coverage for previous commit
Andrew Kelley
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
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-25
x86_64: pass more tests
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-10-21
x86_64: fix bugs and disable erroring tests
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-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-05
Implement std.io.Reader for LZMA1
fn ⌃ ⌥
2023-02-05
Delete redundant `lzma`/`lzma2` prefix in function/struct names
fn ⌃ ⌥
2023-02-05
std.compress.xz: Avoid possible integer overflow in a few places
Ryan Liptak
2023-02-02
Add LZMA decoder
fn ⌃ ⌥