aboutsummaryrefslogtreecommitdiff
path: root/src/Package
AgeCommit message (Expand)Author
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29compiler: upgrade unit tests to new APIAndrew Kelley
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-10-03compiler: control the s390x backchain feature through the frame pointer optionAlex Rønne Petersen
2025-09-30Fix zig build lazy -> eager dependency promotionTimothy Bess
2025-08-30Merge pull request #25077 from ziglang/GenericReaderAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-30compiler: remove medium code model workaround for loongarch64Alex Rønne Petersen
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28compiler: update to not use GenericWriterAndrew Kelley
2025-08-26fetch: update xz API usageAndrew Kelley
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