aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io/Writer.zig
AgeCommit message (Expand)Author
2025-07-19std.Io.Writer: add missing writeSliceSwapAndrew Kelley
2025-07-17std.io.Writer: remove requirement of a 2-byte buffer for extern unions (#24489)John Benediktsson
2025-07-16std.Io.Writer: fix writeStructAndrew Kelley
2025-07-16update compilerAndrew Kelley
2025-07-16std.zig.Render: update it and referencesAndrew Kelley
2025-07-16fix splatBytesAll and writeSplatAllSilver
2025-07-15std.Io.Writer.Allocating: fix sendFile EndOfStreamAndrew Kelley
2025-07-15std.Io.Writer.Discarding: fix sendFile EndOfStreamAndrew Kelley
2025-07-15Merge pull request #24454 from ziglang/packed-struct-streamsAndrew Kelley
2025-07-15memory safety fix for Io.Writer.Allocating.toOwnedSlice*()Travis Staloch
2025-07-14std.Io: handle packed structs betterAndrew Kelley
2025-07-14std.Io.Writer.Discarding: fix drain calculationAndrew Kelley
2025-07-14std.net: update to new I/O APIAndrew Kelley
2025-07-11Merge pull request #24394 from ziglang/fixesAndrew Kelley
2025-07-11fixed .fixed flush recursionAnton Serov
2025-07-10std: add some missing doc commentsAndrew Kelley
2025-07-11std: rename `io` to `Io` in preparationAndrew Kelley