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
/
test
/
standalone
/
issue_339
/
build.zig
Age
Commit message (
Expand
)
Author
2024-12-18
test-standalone: migrate from deprecated std.Build APIs
mlugg
2024-06-13
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-03-15
re-enable standalone tests based on build.zig
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2017-04-23
fix crash when unwrapping error with no error decls
Andrew Kelley