zig/lib/compiler
Ryan Liptak 25ef201ace Use / as path separator when writing tar files
The tar format expects `/`, although some untar implementations do seem to handle Windows-style `\` path separators (7-Zip at least).

The tar.Writer API can't really enforce this, though, as doing so would effectively make `\` an illegal character when it's really not. So, it's up to the user to provide paths with the correct path separators.

`Build/WebServer.zig` will still output tars with `\` as a path separator on Windows, but that's currently only used during fuzzing which is not yet implemented on Windows.
2026-03-06 03:16:37 -08:00
..
aro std: finish moving time to Io interface 2026-02-02 23:02:31 -08:00
reduce Remove legacy asm clobbers syntax handling 2025-11-27 20:16:03 +00:00
resinator resinator: Sync with upstream 2026-01-14 01:04:24 +01:00
translate-c rename env_map to environ_map 2026-01-04 00:27:09 -08:00
build_runner.zig Merge pull request 'rework fuzz testing to be smith based' (#31205) from gooncreeper/zig:integrated-smith into master 2026-02-25 20:23:36 +01:00
libc.zig rename env_map to environ_map 2026-01-04 00:27:09 -08:00
objcopy.zig test-standalone: update the rest of the cases to new API 2026-01-04 00:27:08 -08:00
reduce.zig zig libc: fix subcommand 2026-01-04 00:27:08 -08:00
std-docs.zig Use / as path separator when writing tar files 2026-03-06 03:16:37 -08:00
test_runner.zig rework fuzz testing to be smith based 2026-02-13 22:12:19 -05:00
util.zig - aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the current error 2025-10-09 13:34:25 -04:00