aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Run.zig
AgeCommit message (Expand)Author
4 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
4 daysupdate all occurrences of openFile to receive an io instanceAndrew Kelley
4 daysupdate all occurrences of std.fs.File to std.Io.FileAndrew Kelley
4 daysupdate all occurrences of close() to close(io)Andrew Kelley
6 daysMerge pull request 'std.ascii: rename indexOf functions to find' (#30101) fro...Alex Rønne Petersen
2025-12-05std: replace usages of std.mem.indexOf with std.mem.findAdrià Arrufat
2025-11-27std: Remove a handful of things deprecated during the 0.15 release cycleLinus Groh
2025-11-24build runner: update Mutex and Condition usage to std.IoAndrew Kelley
2025-11-24build runner: update from std.Thread.Pool to std.IoAndrew Kelley
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-20std.Build: fix crashes running fuzz testsMatthew Lugg
2025-11-19std.Build.Step.Run: read/write messages as little endianAlex Rønne Petersen
2025-11-14std.Build: don't force all children to inherit color optionMatthew Lugg
2025-11-06Step.Run: Fix for `convertPathArg` when cwd and path args are on different dr...Ryan Liptak
2025-10-30std.Build: fix '--webui' crashMatthew Lugg
2025-10-29std: updating to 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-18std.Build: separate errors from failed commandsmlugg
2025-10-18std.Build.Step.Run: many enhancementsmlugg
2025-10-18std.Build: implement unit test timeoutsmlugg
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