lib/compiler/aro/main.zig | 4 +-- lib/compiler/libc.zig | 25 ++++++++------- lib/compiler/reduce.zig | 41 +++++++++++-------------- lib/compiler/resinator/main.zig | 4 +-- lib/compiler/translate-c/main.zig | 2 +- lib/std/Build/Step.zig | 4 +-- lib/std/Random/benchmark.zig | 11 ++++--- lib/std/crypto/benchmark.zig | 20 +++++------- lib/std/hash/benchmark.zig | 11 ++++--- lib/std/process.zig | 42 ++++++++++++++++++++++++-- lib/std/zig/LibCInstallation.zig | 52 +++++++++++++++----------------- lib/std/zig/system/darwin.zig | 6 ++-- test/standalone/child_process/child.zig | 24 +++++---------- test/standalone/install_headers/check_exists.zig | 12 +++----- test/standalone/libfuzzer/main.zig | 13 +++----- test/standalone/run_output_caching/main.zig | 6 ++-- test/standalone/windows_bat_args/fuzz.zig | 13 +++----- test/standalone/windows_bat_args/test.zig | 12 +++----- test/standalone/windows_spawn/main.zig | 13 +++----- tools/docgen.zig | 16 +++------- tools/doctest.zig | 16 +++------- tools/incr-check.zig | 2 +- tools/update_cpu_features.zig | 17 +++-------- 23 files changed, 167 insertions(+), 199 deletions(-)