aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/lzma
AgeCommit message (Expand)Author
2025-08-26std.compress.lzma: tests passingAndrew Kelley
2025-08-26std.compress.lzma: update for new I/O APIAndrew Kelley
2025-08-26std.compress: flatten lzma and lzma2 namespacesAndrew Kelley
2025-02-26std: remove dependencies on legacy coercionmlugg
2025-01-20add test coverage for previous commitAndrew Kelley
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
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-25x86_64: pass more testsJacob 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-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-05Implement std.io.Reader for LZMA1fn ⌃ ⌥
2023-02-05Delete redundant `lzma`/`lzma2` prefix in function/struct namesfn ⌃ ⌥
2023-02-05std.compress.xz: Avoid possible integer overflow in a few placesRyan Liptak
2023-02-02Add LZMA decoderfn ⌃ ⌥