aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2024-08-21std.Build.Step.TranslateC: propagate target, optimize, link_libc to created m...mlugg
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-15std.tar: add writer (#19603)Igor Anić
2024-08-14Watch.zig: fixes for windows implementationJarrod Meyer
2024-08-13std.Build.Fuzz.WebServer: sort pcs before source location lookupAndrew Kelley
2024-08-13avoid a branch in resolveAddressesDwarfAndrew Kelley
2024-08-08more optimized and correct management of 8-bit PC countersAndrew Kelley
2024-08-08fuzzing: comptime assertions to protect the ABIAndrew Kelley
2024-08-07build runner: output hint when no --port providedAndrew Kelley
2024-08-07update branch for latest std.sort changesAndrew Kelley
2024-08-07fuzzer web ui: resolve cwd in sources.tarAndrew Kelley
2024-08-07fuzzer web ui: introduce entry pointsAndrew Kelley
2024-08-07fuzzer web UI: receive coverage informationAndrew Kelley
2024-08-07fuzzing: progress towards web UIAndrew Kelley
2024-08-07introduce tool for dumping coverage fileAndrew Kelley
2024-08-07fuzzer: share zig to html rendering with autodocsAndrew Kelley
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-07-28Merge pull request #20667 from jayrod246/windows-watchAndrew Kelley
2024-07-28std.fs.Dir: Refactor atomicSymLink from std.fsCarter Snook
2024-07-27Watch.zig: add initial windows implementationJarrod Meyer
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew Kelley
2024-07-25std.Build.Fuzz: fix progress node hierarchyAndrew Kelley
2024-07-25build runner sends a start_fuzzing message to test runnerAndrew Kelley
2024-07-25build runner: extract logic to std.Build.FuzzAndrew Kelley
2024-07-25add `--fuzz` CLI argument to `zig build`Andrew Kelley
2024-07-24add sub-compilation cache inputs to parents in whole modeAndrew Kelley
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-07-23std.Build.Step.Run: Fix invocation syntax for Wasmtime 14+.Alex Rønne Petersen
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-22add the build system API for enabling fuzzingAndrew Kelley
2024-07-21zig build: respect `PKG_CONFIG` environment variableEric Joldasov
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-14build runner: update watch caption to include subprocessesAndrew Kelley
2024-07-14build runner: handle compiler subprocess failures gracefullyAndrew Kelley
2024-07-14build system: update std.Progress.Node for long-lived childrenAndrew Kelley
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-13Compile: Pass the default --zig-lib-dir along to child processeskcbanner
2024-07-12Merge pull request #20580 from ziglang/watchAndrew Kelley
2024-07-12build runner: refactor fs watch logic for OS abstractionAndrew Kelley
2024-07-12update build system unit testAndrew Kelley
2024-07-12std.Build.Step.Run: support prefixed artifact argsxtex
2024-07-12frontend: add file system inputs for incremental cache modeAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-12std.Build.Cache.Path: fix the format methodAndrew Kelley
2024-07-12std.Build.Step.ObjCopy: remove random bytes from cache hashAndrew Kelley
2024-07-12std.Build.Cache.Path: fix hash impl on windowsAndrew Kelley
2024-07-12std.Build.Step.Run: integrate with --watchAndrew Kelley
2024-07-12std.Build.Step.WriteFile: remove random bytes from cache hashAndrew Kelley
2024-07-12std.Build.Step.WriteFile: fix handling of directoriesAndrew Kelley