zig/lib/std/compress
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
deflate all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
lzma all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
lzma2 all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
testdata std.compress: add zstandard decompressor 2023-02-20 09:09:05 +11:00
xz all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
zstandard all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
deflate.zig std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
gzip.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
lzma2.zig Delete redundant lzma/lzma2 prefix in function/struct names 2023-02-05 06:52:28 -08:00
lzma.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
xz.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
zlib.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
zstandard.zig Improvements to docs and text 2023-04-23 21:06:21 +03:00