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
Age
Commit message (
Expand
)
Author
2024-08-21
std.Build.Step.TranslateC: propagate target, optimize, link_libc to created m...
mlugg
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-08-14
Watch.zig: fixes for windows implementation
Jarrod Meyer
2024-08-13
std.Build.Fuzz.WebServer: sort pcs before source location lookup
Andrew Kelley
2024-08-13
avoid a branch in resolveAddressesDwarf
Andrew Kelley
2024-08-08
more optimized and correct management of 8-bit PC counters
Andrew Kelley
2024-08-08
fuzzing: comptime assertions to protect the ABI
Andrew Kelley
2024-08-07
build runner: output hint when no --port provided
Andrew Kelley
2024-08-07
update branch for latest std.sort changes
Andrew Kelley
2024-08-07
fuzzer web ui: resolve cwd in sources.tar
Andrew Kelley
2024-08-07
fuzzer web ui: introduce entry points
Andrew Kelley
2024-08-07
fuzzer web UI: receive coverage information
Andrew Kelley
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
2024-08-07
introduce tool for dumping coverage file
Andrew Kelley
2024-08-07
fuzzer: share zig to html rendering with autodocs
Andrew Kelley
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
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
[next]