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
2023-03-04
std.Build.addModule: return the created module
Andrew Kelley
2023-02-24
rename std.Build.InstallRawStep to ObjCopyStep
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
Merge pull request #14571 from ziglang/more-build-zig
Andrew Kelley
2023-02-13
Add -ferror-tracing and -fno-error-tracing compile options
AdamGoertz
2023-02-13
std.Build: delete test that doesn't test anything
Andrew Kelley
2023-02-13
std.Build: make cache_root and global_cache_root relative to cwd
Andrew Kelley
2023-02-13
std.Build: start using the cache system with RunStep
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-13
std.Build: support running build artifacts from packages
Andrew Kelley
2023-02-11
std.Build.addAssembly: add missing .kind
Asherah Connor
2023-02-05
std.Build: enhancements to ConfigHeaderStep
Andrew Kelley
2023-02-04
std.Build: support exposing and depending on zig modules
Andrew Kelley
2023-02-03
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley
2023-01-31
std.Build: avoid use of catch unreachable
Andrew Kelley
2023-01-31
std.Build: add deprecated declarations
Andrew Kelley
2023-01-31
rename std.Build.LibExeObjStep to std.Build.CompileStep
Andrew Kelley
2023-01-31
std.Build: accept host Target in create()
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley