zig/lib/std/Io
Linus Groh 39fa831947 std: Remove a handful of things deprecated during the 0.15 release cycle
- std.Build.Step.Compile.root_module mutators -> std.Build.Module
- std.Build.Step.Compile.want_lto -> std.Build.Step.Compile.lto
- std.Build.Step.ConfigHeader.getOutput -> std.Build.Step.ConfigHeader.getOutputFile
- std.Build.Step.Run.max_stdio_size -> std.Build.Step.Run.stdio_limit
- std.enums.nameCast -> @field(E, tag_name) / @field(E, @tagName(tag))
- std.Io.tty.detectConfig -> std.Io.tty.Config.detect
- std.mem.trimLeft -> std.mem.trimStart
- std.mem.trimRight -> std.mem.trimEnd
- std.meta.intToEnum -> std.enums.fromInt
- std.meta.TagPayload -> @FieldType(U, @tagName(tag))
- std.meta.TagPayloadByName -> @FieldType(U, tag_name)
2025-11-27 20:17:04 +00:00
..
net std.Io.net: disable listen on a unix socket, send bytes, receive bytes on Windows 2025-11-19 21:51:57 +01:00
Reader Fix Reader.Limited end of stream conditions 2025-10-08 17:24:38 -07:00
Threaded std.Io.Threaded: slightly different semantics 2025-11-21 19:54:41 -08:00
Dir.zig Teach fs.path about the wonderful world of Windows paths 2025-11-21 00:03:44 -08:00
File.zig std.Io.File.readPositional fixed buffer type 2025-11-24 21:32:18 +01:00
IoUring.zig std.Io: adjust concurrent error set 2025-10-29 06:20:51 -07:00
Kqueue.zig std.Io: fix Group.wait unsoundness 2025-10-29 06:20:52 -07:00
net.zig Io.net: set receive{,Timeout} message to init 2025-11-06 17:44:28 -08:00
Reader.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
test.zig std.Io: add Group.concurrent 2025-11-24 14:33:16 -08:00
Threaded.zig std.Io.Threaded: fix QueryPerformanceCounter usage 2025-11-25 03:46:24 -08:00
tty.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
Writer.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00