aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-07-14std.Io.Reader.appendRemaining: add missing assertAndrew Kelley
2025-07-14add adaptToNewApi to std.Io.Reader as wellAndrew Kelley
2025-07-14std.crypto: fix Sha1 namespaceAndrew Kelley
2025-07-14fix some llvm ir printer bugsxdBronch
2025-07-14Add setsid to std.(c|posix)Brandon Black
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2025-07-13Add documentation to std.crypto.aes_gcm.AesGcm.encrypt (#24427)Marcos Gutiérrez Alonso
2025-07-12std.Io.Reader: encourage inlining hot buffer checkmlugg
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-07-12std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default.Alex Rønne Petersen
2025-07-11std: Fix `Io.Reader.Limited` and add testmochalins
2025-07-11std.posix.send: should expect ConnectionRefusedAtlas Yu
2025-07-11Merge pull request #24394 from ziglang/fixesAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-11fixed .fixed flush recursionAnton Serov
2025-07-10std: add some missing doc commentsAndrew Kelley
2025-07-10std.debug.print: provide a small bufferAndrew Kelley
2025-07-10std.log.defaultLog: provide a small bufferAndrew Kelley
2025-07-11std: rename `io` to `Io` in preparationAndrew Kelley
2025-07-10Merge pull request #24387 from ziglang/std.log.default_levelAndrew Kelley
2025-07-10Merge pull request #24329 from ziglang/writergateAndrew Kelley
2025-07-09std: refactor to use Alignment.ofAndrew Kelley
2025-07-09std.log: adjust default level for ReleaseSmall to include infoAndrew Kelley
2025-07-10std: Disable `std.zon parse float` on dynamic x86-linux-muslAlex Rønne Petersen
2025-07-09std.io.Writer: remove some unimplemented functionsAndrew Kelley
2025-07-09std.io.Writer.writeStructEndian: fix packed structsAndrew Kelley
2025-07-09std.Build.Cache: remove debugging remnantsAndrew Kelley
2025-07-09std.fs.File.Writer: fix splat alias bugAndrew 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-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 standalone and incremental tests to new APIAndrew 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