aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Run.zig
AgeCommit message (Expand)Author
2025-09-24fuzzing: implement limited fuzzingLoris Cro
2025-09-19std.Build.Step.Run: Enable passing (generated) file content as argsJustus Klausecker
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-16Build.Step.Run: fix missing stdin buffer and flushIsaac Freund
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
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-23std.Io.poll: 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-20std.Build.Step.Run: fix up 681d324c49e7cdc773cc891ea49ed69dd03c23c7Alex Rønne Petersen
2025-07-19std.Io.Writer: fix writeSliceSwapAndrew Kelley
2025-07-12std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default.Alex Rønne Petersen
2025-07-07std.fmt: breaking API changesAndrew Kelley
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-18std.Build.Step.Run: prefix relative path arguments with './'mlugg
2025-06-13std.Build.Step.Run: convert relative paths to be relative to child cwdmlugg
2025-06-09std.Build.Step.Run: add addDecoratedDirectoryArg functionAndrew Kelley
2025-05-21std.Build.Step.Run: inherit build runner cwdmlugg
2025-05-06std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.Alex Rønne Petersen
2025-03-26zig build: add env_map entries to hash for Step.Rundweiller
2025-01-20std.process.Child: add `waitForSpawn`mlugg
2024-12-18std.Build: simplify module dependency handlingmlugg
2024-12-18std.Build.Step.Compile: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-11-28std.Build.Step.Run: Use std.zig.target.glibcRuntimeTriple() in runCommand().Alex Rønne Petersen
2024-11-27std.Build: gracefully handle child stdin closing when running testsmlugg
2024-11-26diversify "unable to spawn" failure messagesAndrew Kelley
2024-11-19build: don't hang when capturing Stdout of verbose Build.Step.RunAlex Kladov
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-07fuzzer web ui: introduce entry pointsAndrew Kelley
2024-08-07fuzzing: progress towards web UIAndrew Kelley
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew 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-23std.Build.Step.Run: Fix invocation syntax for Wasmtime 14+.Alex Rønne Petersen
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-12Merge pull request #20580 from ziglang/watchAndrew Kelley
2024-07-12std.Build.Step.Run: support prefixed artifact argsxtex
2024-07-12std.Build.Step.Run: integrate with --watchAndrew Kelley