aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io/Writer.zig
AgeCommit message (Expand)Author
2025-11-06std.Io.Writer.print: support .enum_literal in 't' format specifiersnoire
2025-10-29fix compilation errors introduced by rebasingAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std: start moving fs.File to IoAndrew Kelley
2025-10-27fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms.GasInfinity
2025-10-08std: fix sendFileReading not accounting for bufferAndrew Kelley
2025-09-21Merge pull request #25302 from ziglang/growCapacityAndrew Kelley
2025-09-20coerce vectors to arrays rather than inline forAndrew Kelley
2025-09-20std: remove loop from growCapacityAndrew Kelley
2025-09-08std.Io.Writer.writeSliceEndian: add compile errorAndrew Kelley
2025-09-05Revert "Merge pull request #24905 from gooncreeper/file-reader-buffered"Andrew Kelley
2025-09-04sendFileAll: use stream instead of sendFileReadingKendall Condon
2025-09-04fix sendFile implementations bypassing interface bufferKendall Condon
2025-08-31Io.Writer.Allocating: test new *Aligned methodsTravis Staloch
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-28link.MachO: update to not use GenericWriterAndrew Kelley
2025-08-28std.Io.Writer: add toArrayList/fromArrayListAndrew Kelley
2025-08-19std.Io.Writer: fix upper case hex float formattingTemariVirus
2025-08-16Build.Step.Run: fix missing stdin buffer and flushIsaac Freund
2025-08-16[std] fix compile error in std.Io.Writer.failingJosh Wolfe
2025-08-15std.compress.zstd.Decompress fixesAndrew Kelley
2025-08-14std.Io.Writer: introduce rebase to the vtableAndrew Kelley
2025-08-13http: fix handling of limit in chunkedSendFileKendall Condon
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11Dwarf: port to new Writer APIJacob Young
2025-08-10Writer: Delete writePreserve/writeAllPreserveRyan Liptak
2025-08-08std.Io.Writer.Allocating: configurable bump amountAndrew Kelley
2025-08-08std.Io.Writer.Allocating.sendFile: use logicalPosAndrew Kelley
2025-08-08Io.Writer fix dangling pointerIgor Anić
2025-08-07link.Dwarf: minimal changes to remove CountingWriterAndrew Kelley
2025-08-07http fixesAndrew Kelley
2025-07-31std.Io.Writer.Hashed: fix bad assertAndrew Kelley
2025-07-31fetch: More Git fixesIan Johnson
2025-07-31std.compress.flate.Decompress: respect stream limitAndrew Kelley
2025-07-31std.Io.Writer: fix wrong return value from fixedDrainAndrew Kelley
2025-07-31fetch: update API usageAndrew Kelley
2025-07-30std.Io.Reader: introduce readVec back into the VTableAndrew Kelley
2025-07-25Merge pull request #24559 from ziglang/zstdAndrew Kelley
2025-07-25Merge pull request #23340 from castholm/pass-null-to-b-dependencyAndrew Kelley
2025-07-25std.Io: add "preserve" variants to Reader/WriterAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-21std.fs.File.Reader: fix missed advance writer positionsAndrew Kelley
2025-07-20Serialize float options using the hexadecimal formatCarl Åstholm
2025-07-20Merge pull request #24488 from ziglang/moreAndrew Kelley
2025-07-20std.Io.Writer: support alignment for `{t}` specifierMarc Tiehuis
2025-07-19std.Io.Writer: fix writeSliceSwapAndrew Kelley
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