aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
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
2025-08-08std.Io.Writer.Allocating: configurable bump amountAndrew Kelley
2025-08-08zig std: fix build failuresAndrew Kelley
2025-08-08std.Io: remove BufferedWriterAndrew Kelley
2025-08-08std.compress.flate.Decompress: fix buffer size in testAndrew Kelley
2025-08-08compiler: improve error reportingmlugg
2025-08-08std.Io.Writer.Allocating.sendFile: use logicalPosAndrew Kelley
2025-08-08Io.Writer fix dangling pointerIgor Anić
2025-08-08Fix: std.elf offset computationGiuseppe Cesarano
2025-08-08Merge pull request #24740 from ziglang/http-plus-fixesAndrew Kelley
2025-08-08Merge pull request #24742 from ziglang/CountingWriterAndrew Kelley
2025-08-08Io.Reader fix defaultReadVecIgor Anić
2025-08-08flate: Handle invalid block typeRyan Liptak
2025-08-07link.Dwarf: minimal changes to remove CountingWriterAndrew Kelley
2025-08-07std.Io: delete CountingWriterAndrew Kelley
2025-08-08std.os.windows: map RtlGenRandom() failure to error.SystemResourcesAlex Rønne Petersen