aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-10-29std.Io: bring back Timestamp but also keep Clock.TimestampAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std.zig.system: upgrade to std.Io.ReaderAndrew Kelley
2025-10-29WIP: hack at std.Io on a planeAndrew Kelley
2025-10-29WIP land the std.Io interfaceAndrew Kelley
2025-10-18compiler: rename `--test-timeout-ms` to `--test-timeout`Matthew Lugg
2025-10-18ci: bump unit test timeoutsmlugg
2025-10-18build runner: remove `--prominent-compile-errors`, introduce `--error-style`mlugg
2025-10-18std.Build: separate errors from failed commandsmlugg
2025-10-18std.Build.Step.Run: many enhancementsmlugg
2025-10-18std.Build: implement unit test timeoutsmlugg
2025-10-09- Rework common translate-c and cImport logic into `Compilation.translateC`kcbanner
2025-09-30std: fixesmlugg
2025-09-30replace usages of old std.debug APIsmlugg
2025-09-30yet moremlugg
2025-09-26Merge pull request #25342 from ziglang/fuzz-limitAndrew Kelley
2025-09-25web ui: fix not sending initial context sometimesAndrew Kelley
2025-09-25implement review suggestionsLoris Cro
2025-09-24std.Build.Cache: clarify parameter is sub path, not basenameAndrew Kelley
2025-09-24fuzzing: implement limited fuzzingLoris Cro
2025-09-21Elf2: create a new linker from scratchJacob Young
2025-09-19std.Build.Step.Run: Enable passing (generated) file content as argsJustus Klausecker
2025-09-18greatly improve capabilities of the fuzzerKendall Condon
2025-09-04std.elf: change STV enum from u2 to u3Alex Rønne Petersen
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-29std.Io: delete CountingReaderAndrew Kelley
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-08-26std.Build.WebServer: fix racemlugg
2025-08-26std.Build.Step.Compile: fix race condition in args file creationIan Johnson
2025-08-26std.Build.Step.TranslateC: forward --cache-dir and --global-cache-dir flagsAdamGoertz
2025-08-16Build.Step.Run: fix missing stdin buffer and flushIsaac Freund
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-15std.Build: improve error for peak RSS exceeding declared valuemlugg
2025-08-13build runner: fix single-threaded buildmlugg
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew 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-07Merge pull request #24661 from alichraghi/spv4Andrew Kelley
2025-08-07update build system to new http.Server APIAndrew Kelley
2025-08-03Watch: do not fail when file is removedAli Cheraghi
2025-08-02std.Build: keep compiler alive under `-fincremental --webui`mlugg
2025-08-02std.Build.Watch: add macOS implementation based on FSEventStreammlugg
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-30build system: print captured stderr on Run step failureLoris Cro
2025-07-26std.Build: Deprecate `Step.Compile` APIs that mutate the root moduleCarl Åstholm