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-10-16
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen
2024-10-16
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen
2024-10-10
std.Build.Step.CheckObject: display source file path
Andrew Kelley
2024-10-08
link tests: add a way to check prefix and use it
Andrew Kelley
2024-10-04
19009: zig objcopy: integrate --add-section, --set-section-alignment and --se...
Patrick Wickenhaeuser
2024-09-25
replace TranslateC.addIncludeDir with variants with LazyPath/library names
dave caruso
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
LLVM: disable inline 8-bit counters when using trace pc guard
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
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-07
fuzzer web ui: introduce entry points
Andrew Kelley
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-07-28
std.fs.Dir: Refactor atomicSymLink from std.fs
Carter Snook
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
[next]