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
/
tar.zig
Age
Commit message (
Expand
)
Author
2023-10-08
std.tar: fix creation of symlinks with omit_empty_directories
Andrew Kelley
2023-10-08
std.tar: add option for omitting empty directories
Andrew Kelley
2023-10-02
zig fetch: enhanced error reporting
Andrew Kelley
2023-10-02
introduce the 'zig fetch' command + symlink support
Andrew Kelley
2023-10-02
std.tar: support symlinks
Andrew Kelley
2023-09-08
std.tar: add support for file path in pax attributes
none
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-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-23
std.tar: make sub dirs + trim spaces
Travis Staloch
2023-02-01
zig build: add executable bit and file path to package hash
Andrew Kelley
2023-01-11
fix build failures on 32-bit arm due to u64/usize coercion
Andrew Kelley
2023-01-11
std.tar: add strip_components option
Andrew Kelley
2023-01-11
add std.tar for tar file unpacking
Andrew Kelley