zig/lib/compiler
Andrew Kelley 0403f9647b std: different mechanism for disabling network dependency
On Windows, it is sometimes problematic to depend on ws2_32.dll. Before,
users of std.Io.Threaded would have to call ioBasic() rather than io()
in order to avoid unnecessary dependencies on ws2_32.dll. Now, the
application can disable networking with std.Options.

This change is necessary due to moving networking functionality to
be based on Io.Operation, which is a tagged union.
2026-03-05 22:36:33 -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 Add process.Child.Cwd, use it for cwd and remove cwd_dir field 2026-02-02 01:41:35 -08:00
test_runner.zig std: different mechanism for disabling network dependency 2026-03-05 22:36:33 -08:00
util.zig - aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the current error 2025-10-09 13:34:25 -04:00