lib/compiler/test_runner.zig | 2 +- lib/compiler_rt.zig | 2 +- lib/fuzzer.zig | 2 +- lib/std/Io.zig | 46 ++- lib/std/Io/Dispatch.zig | 22 +- lib/std/Io/Threaded.zig | 604 ++++++++++++++++---------------- lib/std/Io/Uring.zig | 71 ++-- lib/std/Io/net.zig | 50 ++- lib/std/os/windows/ws2_32.zig | 25 +- lib/std/std.zig | 5 +- lib/ubsan_rt.zig | 4 + test/incremental/add_decl | 12 +- test/incremental/add_decl_namespaced | 12 +- test/incremental/bad_import | 4 +- test/incremental/change_embed_file | 6 +- test/incremental/change_enum_tag_type | 6 +- test/incremental/change_exports | 12 +- test/incremental/change_fn_type | 6 +- test/incremental/change_generic_line_number | 4 +- test/incremental/change_line_number | 4 +- test/incremental/change_panic_handler | 6 +- test/incremental/change_panic_handler_explicit | 6 +- test/incremental/change_shift_op | 4 +- test/incremental/change_struct_same_fields | 6 +- test/incremental/change_zon_file | 6 +- test/incremental/change_zon_file_no_result_type | 2 +- test/incremental/compile_log | 6 +- test/incremental/fix_astgen_failure | 6 +- test/incremental/function_becomes_inline | 6 +- test/incremental/hello | 4 +- test/incremental/make_decl_pub | 4 +- test/incremental/modify_inline_fn | 4 +- test/incremental/move_src | 4 +- test/incremental/no_change_preserves_tag_names | 4 +- test/incremental/recursive_function_becomes_non_recursive | 4 +- test/incremental/remove_enum_field | 4 +- test/incremental/unreferenced_error | 8 +- test/standalone/coff_dwarf/build.zig | 3 + test/standalone/dirname/exists_in.zig | 2 +- test/standalone/dirname/touch.zig | 2 +- test/standalone/issue_5825/build.zig | 1 + test/standalone/mix_o_files/build.zig | 3 + test/standalone/run_cwd/check_file_exists.zig | 2 +- test/standalone/shared_library/build.zig | 5 +- test/standalone/windows_argv/build.zig | 3 + 45 files changed, 517 insertions(+), 487 deletions(-)