aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
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
2025-07-23std.Io.poll: update to new I/O APIAndrew Kelley
2025-07-22std.tar: update to new I/O APIAndrew Kelley
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-20Merge pull request #24488 from ziglang/moreAndrew Kelley
2025-07-20Merge pull request #24505 from ziglang/jsonAndrew Kelley
2025-07-20std.Build.Step.Run: fix up 681d324c49e7cdc773cc891ea49ed69dd03c23c7Alex Rønne Petersen
2025-07-19std.Io.Writer: fix writeSliceSwapAndrew Kelley
2025-07-19std.zon: update to new I/O APIAndrew Kelley
2025-07-17std.Build.Step.ConfigHeader: add the lazy file styled input as a dependencyTristan Ross
2025-07-16fix memory leakAlex Kladov
2025-07-14std.Io.Reader.appendRemaining: add missing assertAndrew Kelley
2025-07-12std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default.Alex Rønne Petersen