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
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
build runner sends a start_fuzzing message to test runner
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
default "trace pc guard" coverage off
Andrew Kelley
2024-07-23
std.Build.Step.Run: Fix invocation syntax for Wasmtime 14+.
Alex Rønne Petersen
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-21
zig build: respect `PKG_CONFIG` environment variable
Eric Joldasov
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-14
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-13
Compile: Pass the default --zig-lib-dir along to child processes
kcbanner
2024-07-12
Merge pull request #20580 from ziglang/watch
Andrew Kelley
2024-07-12
update build system unit test
Andrew Kelley
2024-07-12
std.Build.Step.Run: support prefixed artifact args
xtex
2024-07-12
std.Build.Step.ObjCopy: remove random bytes from cache hash
Andrew Kelley
2024-07-12
std.Build.Step.Run: integrate with --watch
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: remove random bytes from cache hash
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: fix handling of directories
Andrew Kelley
2024-07-12
td.Build.Step.InstallDir: leave hint for wrong cached status
Andrew Kelley
2024-07-12
std.Build.Watch: introduce special file "." to watch entire dir
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-07-12
build runner: implement --watch (work-in-progress)
Andrew Kelley
2024-07-12
std.Build: remove the "push installed file" mechanism
Andrew Kelley
2024-07-12
build system: add --watch flag and report source file in InstallFile
Andrew Kelley
2024-07-07
Step.TranslateC: fix defineCMacro
Krzysztof Wolicki
2024-07-04
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler
2024-07-01
Extract getZigArgs function in std.Build.Step.Compile
Sashko
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-06-17
Merge pull request #20321 from ziglang/build-system-fmt
Andrew Kelley
2024-06-16
std.Build: Add Step.Fail and addFail() function.
Alex Rønne Petersen
2024-06-16
std.Build.Step.Fmt: display non-conforming files
Andrew Kelley
2024-06-08
std.Build: remove deprecated b.host in favor of b.graph.host (#20237)
Krzysztof Wolicki
2024-06-08
Report error on missing values for addConfigHeader
MrDmitry
2024-06-05
objcopy build step: don't accept multiple sections
wooster0
2024-06-05
Merge pull request #20120 from vahur/move-consts-to-rdata
Andrew Kelley
2024-06-02
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen
2024-05-31
std.Build.Step.Run: global lock when child inherits stderr
Andrew Kelley
2024-05-28
std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary()
Linus Groh
2024-05-27
std.Build.Step.Run: account for new environment variable
Andrew Kelley
2024-05-27
std.Build.Step.Run: don't create empty progress node
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-24
Step/CheckObject: handle stab entries when dumping MachO symtab
Jakub Konka
2024-05-20
Build.Step.Run: fix cache management when there are side effects
Jacob Young
2024-05-14
Merge pull request #19958 from ziglang/macho-check-object
Jakub Konka
2024-05-13
Step.CheckObject: support dumping raw section contents for MachO
Jakub Konka
2024-05-13
Step.CheckObject: put MachO object parsing logic in ObjectContext wrapper
Jakub Konka
2024-05-11
std.Build.Step.Run: add missing call to writeManifest
Andrew Kelley
2024-05-05
Run: add output directory arguments
Jacob Young
[prev]
[next]