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
juice
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2024-07-28
Merge pull request #20667 from jayrod246/windows-watch
Andrew Kelley
2024-07-28
std.fs.Dir: Refactor atomicSymLink from std.fs
Carter Snook
2024-07-27
Watch.zig: add initial windows implementation
Jarrod Meyer
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
std.Build.Fuzz: fix progress node hierarchy
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-24
add sub-compilation cache inputs to parents in whole mode
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-22
add the build system API for enabling fuzzing
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
build runner: update watch caption to include subprocesses
Andrew Kelley
2024-07-14
build runner: handle compiler subprocess failures gracefully
Andrew Kelley
2024-07-14
build system: update std.Progress.Node for long-lived children
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
build runner: refactor fs watch logic for OS abstraction
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
frontend: add file system inputs for incremental cache mode
Andrew Kelley
2024-07-12
integrate Compile steps with file watching
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix the format method
Andrew Kelley
2024-07-12
std.Build.Step.ObjCopy: remove random bytes from cache hash
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix hash impl on windows
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
introduce std.Build.Cache.Manifest.addFilePath
Andrew Kelley
2024-07-12
td.Build.Step.InstallDir: leave hint for wrong cached status
Andrew Kelley
2024-07-12
std.Build.Watch: add ONDIR to fanotify event mask
Andrew Kelley
2024-07-12
build runner: don't pass a dirfd + null to fanotify_mark
Andrew Kelley
2024-07-12
std.Build.Watch: introduce special file "." to watch entire dir
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix format function for absolute paths
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
std.Build.Watch: gracefully handle fanotify queue overflow
Andrew Kelley
2024-07-12
std.Build.Watch: make dirty steps invalidate each other
Andrew Kelley
2024-07-12
build system: make debounce interval CLI-configurable
Andrew Kelley
2024-07-12
proof-of-concept --watch implementation based on fanotify
Andrew Kelley
2024-07-12
build runner: implement --watch (work-in-progress)
Andrew Kelley
2024-07-12
std.Build.Cache.Path: add `subPathOpt` and `TableAdapter`
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-12
std.Build.Cache.Path: add eql method
Andrew Kelley
[next]