aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
2025-07-11std: rename `io` to `Io` in preparationAndrew Kelley
2025-07-09std.io.Writer: remove some unimplemented functionsAndrew Kelley
2025-07-09std.io.Writer.writeStructEndian: fix packed structsAndrew Kelley
2025-07-09std.io.Writer.writeSplatHeader: fix splat alias bugAndrew Kelley
2025-07-09std.io.Writer.writeSplat: simplify and fixAndrew Kelley
2025-07-09std.io.Reader: make vtable contract more consistentAndrew Kelley
2025-07-09std.io.Reader.peekDelimiterInclusive: simplify and fixAndrew Kelley
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-09chicken out and allow ascii string alignmentAndrew Kelley
2025-07-09std: forbid alignment formatting options sometimesAndrew Kelley
2025-07-09std: replace formatInteger with formatNumberAndrew Kelley
2025-07-09eliminate all uses of std.io.Writer.count except for CBEAndrew Kelley
2025-07-07std.io.Writer.VectorWrapper: fix vtable not being a unique addrAndrew Kelley
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07fix 32-bit compilationAndrew Kelley
2025-07-07std.io.Reader: fix peekByteAndrew Kelley
2025-07-07fix std.io.Writer.VectorWrapper mechanismAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt.format: use {t} for tag name rather than {s}Andrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.io.Reader: fix appendRemainingAndrew Kelley
2025-07-07std.io.Reader: finish implementing the unit testsAndrew Kelley
2025-07-07std.io.Writer.Allocating: extra ensure byteAndrew Kelley
2025-07-07std.io.Reader: fix fill implementationAndrew Kelley
2025-07-07std.io.Reader: add doctest for streamDelimiterLimitAndrew Kelley
2025-07-07std.io.Reader: fix streamDelimiter and streamDelimiterEndingAndrew Kelley
2025-07-07std: formatted printing no longer prints type namesAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-24lib/std: PermissionDenied/AccessDenied cleanup and falloutPat Tullmann
2025-03-09std/lib: {fs,io,posix} test clean upPat Tullmann
2025-02-06std.process: adding hasNonEmptyEnvVar() and using for NO_COLORJohn Benediktsson
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-10-13Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...tgschultz
2024-09-26std.io.Reader: Fix test erroneously using undefined.Alex Rønne Petersen
2024-09-23Improve efficiency of buffered_reader. (#21256)Lucas Santos
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-25implement std.testing.fuzzInputAndrew Kelley
2024-06-02Add `File.getOrEnableAnsiEscapeSupport` and use itRyan Liptak
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
2024-05-27Progress: fix compile errors on windowsJacob Young
2024-05-10define an error set for `std.io.tty.Config.setColor`Veikka Tuominen
2024-05-03add std.zip and support zip files in build.zig.zonJonathan Marler