aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
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
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-09std.Build.Cache: remove debugging remnantsAndrew Kelley
2025-07-07std.Build.Step.CheckObject: mostly revert to master branchAndrew Kelley
2025-07-07fix 32-bit compilationAndrew Kelley
2025-07-07std.Build.Step.Options: fix build failureAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.io.Reader: fix appendRemainingAndrew Kelley
2025-07-07std.Build.Cache: write manifest without heap allocatingAndrew Kelley
2025-07-07std.Build.Step.CheckObject: fix the TODOAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-06-30std.Build.Step.CheckObject: Truncate st_other before interpreting itAlex Rønne Petersen
2025-06-23std.Build.Watch: key fanotify file descriptors by mount idKevin Boulain
2025-06-20Merge pull request #24227 from mlugg/misc-build-stuffMatthew Lugg
2025-06-20std.Build.Step.Run: pass correct relative cache dir to testsmlugg
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-18std.Build.Step.Run: prefix relative path arguments with './'mlugg
2025-06-17std.Build: introduce `ConfigHeader.getOutputDir`, small refactormlugg
2025-06-17Build.Cache.Path: fix `resolvePosix` empty `sub_path`mlugg
2025-06-13std.Build.Step.Run: convert relative paths to be relative to child cwdmlugg
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-10Merge pull request #24031 from ypsvlq/masterAlex Rønne Petersen