index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
/
Step
Age
Commit message (
Expand
)
Author
2025-07-30
build system: print captured stderr on Run step failure
Loris Cro
2025-07-26
std.Build: Deprecate `Step.Compile` APIs that mutate the root module
Carl Åstholm
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-20
Merge pull request #24488 from ziglang/more
Andrew Kelley
2025-07-20
std.Build.Step.Run: fix up 681d324c49e7cdc773cc891ea49ed69dd03c23c7
Alex Rønne Petersen
2025-07-19
std.Io.Writer: fix writeSliceSwap
Andrew Kelley
2025-07-17
std.Build.Step.ConfigHeader: add the lazy file styled input as a dependency
Tristan Ross
2025-07-12
std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default.
Alex Rønne Petersen
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
std.Build.Step.CheckObject: mostly revert to master branch
Andrew Kelley
2025-07-07
fix 32-bit compilation
Andrew Kelley
2025-07-07
std.Build.Step.Options: fix build failure
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
fix build runner
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.Build.Step.CheckObject: fix the TODO
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-30
std.Build.Step.CheckObject: Truncate st_other before interpreting it
Alex Rønne Petersen
2025-06-20
Merge pull request #24227 from mlugg/misc-build-stuff
Matthew Lugg
2025-06-20
std.Build.Step.Run: pass correct relative cache dir to tests
mlugg
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-18
std.Build.Step.Run: prefix relative path arguments with './'
mlugg
2025-06-17
std.Build: introduce `ConfigHeader.getOutputDir`, small refactor
mlugg
2025-06-13
std.Build.Step.Run: convert relative paths to be relative to child cwd
mlugg
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-09
std.Build.Step.Run: add addDecoratedDirectoryArg function
Andrew Kelley
2025-06-04
std.Build.Step.Compile: clarify step name
Andrew Kelley
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-21
std.Build.Step.Run: inherit build runner cwd
mlugg
2025-05-13
Merge pull request #21882 from alexrp/compiler-fixes
Alex Rønne Petersen
2025-05-13
std.meta.intToEnum -> std.enums.fromInt
wooster0
2025-05-12
std.Build: Make no_builtin a property of Module instead of Step.Compile.
Alex Rønne Petersen
2025-05-12
std.Build: Change Step.Compile.no_builtin from bool to ?bool.
Alex Rønne Petersen
2025-05-06
std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.
Alex Rønne Petersen
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-26
Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...
Felix "xq" Queißner
2025-03-26
zig build: add env_map entries to hash for Step.Run
dweiller
2025-03-07
fix InstallArtifact opening empty string
Andrew Kelley
2025-03-07
std.Build: add build-id option
Jan200101
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-26
fix regressed build system unit test
Loris Cro
2025-02-25
build: add `bundle_ubsan_rt`
David Rubin
[next]