aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
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.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
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07os: fix missing and incorrect msghdr definitionsNameless
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-07-07std.c: Use __sigemptyset14 for sigemptyset on NetBSDAlex Rønne Petersen
2025-07-07std.posix.accept: add WSAENOTSOCKjaune
2025-07-04start: Only issue fninit for x86(_64)-windowsAlex Rønne Petersen
2025-07-03std.posix.getsockopt: set option length correctlyBrandon Black
2025-07-01std.crypto.salsa20: Disable some tests on RISC-V with vector supportAlex Rønne Petersen
2025-07-01std.bit_set: Disable IntegerBitSet decltest on RISC-V with vector supportAlex Rønne Petersen
2025-07-01std.zig.system.linux: Add detection for some extra RISC-V CPUsAlex Rønne Petersen
2025-07-01std.os.linux: Define ucontext_t and mcontext_t for RISC-VAlex Rønne Petersen
2025-06-30std.Build.Step.CheckObject: Truncate st_other before interpreting itAlex Rønne Petersen
2025-06-30std.simd: Increase branch quota in suggestVectorLengthForCpu()Alex Rønne Petersen
2025-06-24c.darwin: define MSG for macos (#24224)Dacheng
2025-06-24Merge pull request #24238 from taylordotfish/bugfix/ppc64le-syscallAlex Rønne Petersen
2025-06-23lib/std/fs/test.zig: Some filesystems support 8 EiB filesPat Tullmann
2025-06-23std.Build.Watch: key fanotify file descriptors by mount idKevin Boulain
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-23std.mem.byteSwapAllFields: support untagged unionsAli Cheraghi
2025-06-22Update 32-bit PowerPC syscall functionstaylor.fish
2025-06-21Fix illegal behavior from syscalls on powerpc64letaylor.fish
2025-06-20Merge pull request #24227 from mlugg/misc-build-stuffMatthew Lugg
2025-06-20Merge pull request #23464 from rootbeer/futex-castsAlex Rønne Petersen
2025-06-20std.Build.Step.Run: pass correct relative cache dir to testsmlugg
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-18linux: futex v2 API updatesPat Tullmann
2025-06-18std.Build.Step.Run: prefix relative path arguments with './'mlugg
2025-06-17linux: futex v1 API cleanupPat Tullmann