aboutsummaryrefslogtreecommitdiff
path: root/src/Package
AgeCommit message (Expand)Author
2025-08-16Merge pull request #24874 from ziglang/tls-clientAndrew Kelley
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-16Fetch: bump zstd decompression bufferAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-09Merge pull request #24743 from ziglang/BufferedWriterAndrew Kelley
2025-08-08Fetch.git: fix FetchStream packet readingIan Johnson
2025-08-08std.Io: remove BufferedWriterAndrew Kelley
2025-08-08Fetch.git: replace a toss with discardAllAndrew Kelley
2025-08-08compiler: improve error reportingmlugg
2025-08-07Fetch: fix FetchStream logicAndrew Kelley
2025-08-07Fetch: make FetchStream live longerAndrew Kelley
2025-08-07Fetch: handle compressed git+httpAndrew Kelley
2025-08-07TLS, HTTP, and package fetching fixesAndrew Kelley
2025-08-07fetch: avoid copying ResourceAndrew Kelley
2025-08-07std.Io: delete BufferedReaderAndrew Kelley
2025-08-07fetch: update for new http APIAndrew Kelley
2025-08-07Merge pull request #24199 from Justus2308/24106-fmt-castsMatthew Lugg
2025-08-04std.compress.flate.Decompress: return correct size for unbuffered decompressionIan Johnson
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-31fetch: More Git fixesIan Johnson
2025-07-31fetch: remove checksum logic and fix new I/O API bugsAndrew Kelley
2025-07-31fetch: update API usageAndrew Kelley
2025-07-31compiler: fix unit test compile errorsAndrew Kelley
2025-07-31compiler: update to new flate APIAndrew Kelley
2025-07-31fetch: remove calls to fsyncAndrew Kelley
2025-07-26aarch64: implement stack probingJacob Young
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-07-22give the Reader API adapter a bufferAndrew Kelley
2025-07-22std.tar: update to new I/O APIAndrew Kelley
2025-07-16update compilerAndrew Kelley
2025-07-07update compiler unit tests to new APIAndrew 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: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-07fix: MIME for ZIP in Zig FetchPlayDay
2025-06-06Merge pull request #24090 from fardragon/handle-empty-hashAndrew Kelley
2025-06-06Make zig fetch handle jar like zipGungun974
2025-06-06hash mismatch error: don't make empty such a special caseAndrew Kelley
2025-06-06Handle empty hashes in build.zig.zonfardragon
2025-06-04valgrind: Add riscv64-linux support.Alex Rønne Petersen
2025-05-21Module: name builtin module root directory correctlymlugg
2025-05-21link.Elf: Don't require linking libc for dynamic linker path to take effect.Alex Rønne Petersen