aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-08-17http.BodyWriter: improve clarity of chunked state machineIsaac Freund
2025-08-16Merge pull request #24864 from ifreund/fix-std-cmdAndrew Kelley
2025-08-16Build.Step.Run: fix missing stdin buffer and flushIsaac Freund
2025-08-16Merge pull request #24874 from ziglang/tls-clientAndrew Kelley
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-16http.BodyWriter: handle EOF in chunkedSendFile, simplifyIsaac Freund
2025-08-16[std] fix compile error in std.Io.Writer.failingJosh Wolfe
2025-08-16implement registering NAPI on IoUring (#24850)Özgür Akkurt
2025-08-16std: more reliable HTTP and TLS networkingAndrew Kelley
2025-08-15zstd: Protect against index out-of-bounds when decoding sequencesRyan Liptak
2025-08-16re-enable std.math.modf vector tests (#24786)Rue
2025-08-15std.Build: improve error for peak RSS exceeding declared valuemlugg
2025-08-15std.math: Add splat for vectors of u0s in rotl/rotr (#24822)Fri3dNstuff
2025-08-15zon: Add anonymous struct literal in the exampleManlio Perillo
2025-08-15std.compress.zstd.Decompress fixesAndrew Kelley
2025-08-15crypto/aes_ocb.zig: actually check against test vectors (#24835)Frank Denis
2025-08-14std.fs.File.Reader: fix freestanding build failuresAndrew Kelley
2025-08-15Merge pull request #24702 from The-King-of-Toasters/syscall-tablesAlex Rønne Petersen
2025-08-14zstd.Decompress.stream: Fix handling of skippable frames in new_frame stateRyan Liptak
2025-08-14Merge pull request #24847 from squeek502/zstd-partial-magicAndrew Kelley
2025-08-14zig fmt: add tests for cast builtin canonicalizationJustus Klausecker
2025-08-14zstd.Decompress: Delete unused/impossible "end" stateRyan Liptak
2025-08-14zstd.Decompress: Treat a partial magic number as a failureRyan Liptak
2025-08-14std.Io.Writer: introduce rebase to the vtableAndrew Kelley
2025-08-14Validate wildcard TLS certificates correctly (#24829)Frank Denis
2025-08-13std.fs.File.Writer.sendFile: handle sendfile errorsAndrew Kelley
2025-08-14Linux: Use time64 syscalls when availableStephen Gregoratto
2025-08-14Linux: Update syscall list for 6.16Stephen Gregoratto
2025-08-13build runner: fix single-threaded buildmlugg
2025-08-13http: fix handling of limit in chunkedSendFileKendall Condon
2025-08-13std.fs.File.Reader: fix seekByAndrew Kelley
2025-08-13sema: strip `@splat` operand result type before checking itDavid Rubin
2025-08-13Merge pull request #24381 from Justus2308/switch-better-underscoreMatthew Lugg
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-13std.crypto.aegis: Absorb ad instead of encrypting it.Erik Schlyter
2025-08-13std.Target: bump default android API level from 24 to 29Alex Rønne Petersen
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-11aarch64: implement more assembler instructionsJacob Young
2025-08-11std: introduce orderedRemoveManyAndrew Kelley
2025-08-11std.fs.File: prefer getSize over getEndPosAndrew Kelley
2025-08-11Dwarf: port to new Writer APIJacob Young
2025-08-10Writer: Delete writePreserve/writeAllPreserveRyan Liptak
2025-08-10std.fs.File.Reader.getSize: check file kind on statAndrew Kelley
2025-08-10std.net.Stream.Reader: init size_errAndrew Kelley
2025-08-10Merge pull request #24774 from kcbanner/fixup_webui_windowsAndrew Kelley
2025-08-10docs(zon/stringify.zig): Added missing non-serializable typeAlexandre Blais
2025-08-10std.c: Remove serenity's internet_checksum() functionLinus Groh
2025-08-09Merge pull request #24743 from ziglang/BufferedWriterAndrew Kelley
2025-08-09net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework sen...kcbanner
2025-08-09Fix `respondWebSocket`, enable --webui on Windowskcbanner