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
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-06-30
std.Build.Step.CheckObject: Truncate st_other before interpreting it
Alex Rønne Petersen
2025-06-23
std.Build.Watch: key fanotify file descriptors by mount id
Kevin Boulain
2025-06-20
Merge pull request #24227 from mlugg/misc-build-stuff
Matthew Lugg
2025-06-20
std.Build.Step.Run: pass correct relative cache dir to tests
mlugg
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-18
std.Build.Step.Run: prefix relative path arguments with './'
mlugg
2025-06-17
std.Build: introduce `ConfigHeader.getOutputDir`, small refactor
mlugg
2025-06-17
Build.Cache.Path: fix `resolvePosix` empty `sub_path`
mlugg
2025-06-13
std.Build.Step.Run: convert relative paths to be relative to child cwd
mlugg
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-10
Merge pull request #24031 from ypsvlq/master
Alex Rønne Petersen
2025-06-09
std.Build.Step.Run: add addDecoratedDirectoryArg function
Andrew Kelley
2025-06-05
std.Build.Watch: not supported on haiku
Elaine Gibson
2025-06-04
std.Build.Step.Compile: clarify step name
Andrew Kelley
2025-06-02
std.Build: Demote errors for exceeding max_rss to warnings.
Alex Rønne Petersen
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-21
std.Build.Step.Run: inherit build runner cwd
mlugg
2025-05-18
std.Build.Cache: change contract of `addFilePostContents`
mlugg
2025-05-13
Merge pull request #21882 from alexrp/compiler-fixes
Alex Rønne Petersen
2025-05-13
std.meta.intToEnum -> std.enums.fromInt
wooster0
2025-05-12
std.Build: Make no_builtin a property of Module instead of Step.Compile.
Alex Rønne Petersen
2025-05-12
std.Build: Change Step.Compile.no_builtin from bool to ?bool.
Alex Rønne Petersen
2025-05-06
std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.
Alex Rønne Petersen
2025-04-27
std.Build.Cache: fix several bugs
mlugg
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-14
std.Build.Step: Don't capture a stack trace if !std.debug.sys_can_stack_trace.
Alex Rønne Petersen
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-26
Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...
Felix "xq" Queißner
2025-03-26
zig build: add env_map entries to hash for Step.Run
dweiller
2025-03-24
DepTokenizer: allow space between target and colon
rpkak
2025-03-15
std.Build.Watch: fix macos implementation
Loris Cro
2025-03-08
lib/std/Build/Cache.zig: remove .wasi SkipZigTest checks
Pat Tullmann
2025-03-07
fix InstallArtifact opening empty string
Andrew Kelley
2025-03-07
std.Build: add build-id option
Jan200101
2025-03-03
std.Build.Step: fix missing path sep in error message
Andrew Kelley
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-26
fix regressed build system unit test
Loris Cro
2025-02-26
don't inherit allowed deprecation from parent modules
Andrew Kelley
2025-02-26
`@deprecated`: remove per-module flag in Build
Loris Cro
2025-02-26
`@deprecated`: add build system support
Loris Cro
2025-02-25
build: add `bundle_ubsan_rt`
David Rubin
2025-02-23
std.Build.Step.ConfigHeader: follow deprecation policy
Andrew Kelley
[prev]
[next]