1
0
mirror of https://github.com/ziglang/zig.git synced 2024-12-13 23:00:57 +00:00
zig/lib/compiler
Igor Anić 72bcc3b7a5
std.tar: add writer ()
Simplifies code in docs creation where we used `std.tar.output.Header`.
Writer uses that Header internally and provides higher level interface.
Updates checksum on write, handles long file names, allows setting mtime and file permission mode. Provides handy interface for passing `Dir.WalkerEntry`.
2024-08-15 22:05:53 -07:00
..
aro std.time.epoch: Fix comments referring to epoch as 1970-10-01 2024-08-15 17:54:27 -07:00
aro_translate_c fix(fmt): pointer type syntax to index (take 2) () 2024-07-21 01:55:52 -07:00
reduce reduce: fix compile errors 2024-03-24 17:29:39 +01:00
resinator Condense and extend std.Treap's traversal functionalities. () 2024-07-28 19:47:55 -07:00
aro_translate_c.zig aro_translate_c: fix formatting 2024-07-31 10:33:44 -07:00
build_runner.zig build runner: --fuzz not yet supported on Windows 2024-08-07 00:48:32 -07:00
fmt.zig std.posix: read on timerfd can return error.Canceled 2024-08-08 01:12:26 -07:00
libc.zig zig libc: allow non-native targets 2024-03-13 02:17:28 -04:00
objcopy.zig objcopy: use the fatal helper method 2024-07-12 00:14:08 -07:00
reduce.zig Rename Dir.writeFile2 -> Dir.writeFile and update all callsites 2024-05-03 13:29:22 -07:00
std-docs.zig std.tar: add writer () 2024-08-15 22:05:53 -07:00
test_runner.zig fuzzer web ui: introduce entry points 2024-08-07 00:48:32 -07:00