aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-08std.os.freebsd.copy_file_range: add missing error.UnexpectedAndrew Kelley
2025-07-08std.zig.system.linux: update API usageAndrew Kelley
2025-07-08std.fmt: refactor to remove cacheStringAndrew Kelley
2025-07-08update format strings in os/windows/test.zigAndrew Kelley
2025-07-08std: revert big int test to master branchAndrew Kelley
2025-07-07std.fs.File.Writer: implement positional writing for WindowsAndrew Kelley
2025-07-07std.io.Writer.VectorWrapper: fix vtable not being a unique addrAndrew Kelley
2025-07-07update autodocs and langref to new APIAndrew Kelley
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07fix aro translate-c building from sourceAndrew Kelley
2025-07-07std.Build.Step.CheckObject: mostly revert to master branchAndrew 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.Build.Step.Options: fix build failureAndrew Kelley
2025-07-07std.fs.File.Writer: implement positional writingAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07compiler: fix remaining build failuresAndrew Kelley
2025-07-07std.zip: work around deprecated APIAndrew Kelley
2025-07-07std.testing: update to new std.io APIAndrew Kelley
2025-07-07build runner: restore missing newlineAndrew 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-07std.zig.llvm.Builder: update format APIAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07compiler: update all instances of std.fmt.FormatterAndrew Kelley
2025-07-07MachO: update to new std.io APIsAndrew 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.Build.Cache: write manifest without heap allocatingAndrew Kelley
2025-07-07std.Build.Step.CheckObject: fix the TODOAndrew Kelley
2025-07-07std.io.Reader: finish implementing the unit testsAndrew Kelley
2025-07-07std.debug: lil buffer for this guyAndrew Kelley
2025-07-07std.io.Writer.Allocating: extra ensure byteAndrew Kelley
2025-07-07std.io.Reader: fix fill implementationAndrew Kelley
2025-07-07std.mem.byteSwapAllFields: support slicesAndrew Kelley
2025-07-07std.io.Reader: add doctest for streamDelimiterLimitAndrew Kelley
2025-07-07std.fs.File.Writer: fix drain implementationAndrew 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