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.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-20
Support passing `std.zig.BuildId` to `b.dependency()`
Carl Åstholm
2025-07-20
Support passing enum slices to `b.dependency()`
Carl Åstholm
2025-07-20
Coerce slice-like arguments passed to `b.dependency()`
Carl Åstholm
2025-07-20
Dupe string options
Carl Åstholm
2025-07-20
Serialize float options using the hexadecimal format
Carl Åstholm
2025-07-20
Support passing null to `b.dependency()`
Carl Åstholm
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
fix build runner
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-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-05-25
compiler: introduce incremental debug server
mlugg
2025-05-22
std.Build: resolved generated paths are cwd-relative
mlugg
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-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
don't inherit allowed deprecation from parent modules
Andrew Kelley
2025-02-26
`@deprecated`: remove per-module flag in Build
Loris Cro
2025-02-26
`@deprecated`: add build system support
Loris Cro
2025-01-26
std.Build: add more explicit error sets to some functions
Eric Joldasov
2025-01-25
std.Build: Make ofmt part of standardTargetOptions().
Alex Rønne Petersen
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2025-01-20
std.Build: extend `test_runner` option to specify whether runner uses `std.zi...
mlugg
2024-12-18
std.Build: add API to create Compile steps from existing module
mlugg
2024-12-18
std.Build.Step.Compile.Options: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build: remove deprecated APIs
Eric Joldasov
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-06
Build: Add `option(LazyPath, ...)` support
InKryption
2024-09-27
build: make dependency cache hash map unmanaged
Jonathan Marler
2024-09-27
build: move dependency cache into Graph
Jonathan Marler
2024-09-15
std.Build: allow packages to expose arbitrary LazyPaths by name
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-23
fix merge conflict from previous commit
Andrew Kelley
2024-08-23
std.Build: call `handleVerbose2` in `runAllowFail`
Eric Joldasov
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-07-28
Add libcpp option to test options
Sammy James
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
build runner: extract logic to std.Build.Fuzz
Andrew Kelley
2024-07-25
add `--fuzz` CLI argument to `zig build`
Andrew Kelley
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-21
std.Build: add support for passing comptime_int, float and comptime_float opt...
L zard
2024-07-20
add std.fmt.hex
Andrew Kelley
[next]