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
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-25
build: fixes from review
kcbanner
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-03-23
build: allow for deferred FileSource matching in CheckObjectStep
Jakub Konka
2023-03-23
build: when parsing rpaths, do not expand special runtime paths on Darwin
Jakub Konka
2023-03-20
std.Build.RunStep: fix control flow with qemu+glibc logic
Andrew Kelley
2023-03-19
fix std.Build.OptionsStep
Andrew Kelley
2023-03-18
build-step: remove latest LogStep ref
Nicolas Sterchele
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
std.Build: fix invalid assumption about fifos
Andrew Kelley
2023-03-15
std.Build.Cache: make unit tests not depend on cwd
Andrew Kelley
2023-03-15
std.Build.RunStep: fix handling spawn failure
Andrew Kelley
2023-03-15
std.Build.Cache: handle ENOENT on createFile race
Andrew Kelley
2023-03-15
std.Build.CompileStep: remove setNamePrefix and add setName
Andrew Kelley
2023-03-15
std.Build.Cache: handle ENOENT on createFile race
Andrew Kelley
2023-03-15
std.Build.CompileStep: proper step dependency on headers
Andrew Kelley
2023-03-15
build runner: fix compilation errors on windows
Andrew Kelley
2023-03-15
std.build.RunStep: clean up some leftover mess
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
std.Build.InstallFileStep: add missing step dependencies
Andrew Kelley
2023-03-15
std.Build.WriteFileStep: add missing step dependencies
Andrew Kelley
2023-03-15
zig objcopy: support the compiler protocol
Andrew Kelley
2023-03-15
build runner enhancements in preparation for test-cases
Andrew Kelley
2023-03-15
std.Build.CheckFileStep: add a way to expect exact
Andrew Kelley
2023-03-15
std.Build.RunStep: support -fqemu solving bad dynamic linker
Andrew Kelley
2023-03-15
std.Build.CompileStep: add FileSource support to some paths
Andrew Kelley
2023-03-15
std.Build.CheckObjectStep: better error message
Andrew Kelley
2023-03-15
std.Build.CompileStep: tweak the default step name
Andrew Kelley
2023-03-15
re-enable CLI tests
Andrew Kelley
2023-03-15
re-integrate stack trace tests with the new std.Build API
Andrew Kelley
2023-03-15
zig build: add an OOM-prevention system
Andrew Kelley
2023-03-15
std.Build.Step: no-op steps report cached if all deps cached
Andrew Kelley
2023-03-15
std.Build: audit use of updateFile
Andrew Kelley
2023-03-15
std.build.CompileStep: eliminate std.log usage
Andrew Kelley
2023-03-15
std.Build.InstallDirStep: avoid std.log
Andrew Kelley
2023-03-15
std.Build.ConfigHeaderStep: integrate with the cache system
Andrew Kelley
2023-03-15
std.Build.Step.cacheHit marks step as cached on hit
Andrew Kelley
2023-03-15
std.Build.RunStep: add maxrss, duration, and cached status
Andrew Kelley
2023-03-15
std.Build.RunStep: report duration and cached status
Andrew Kelley
2023-03-15
build runner supports reporting cached status and duration
Andrew Kelley
2023-03-15
std.Build.RunStep: work around a miscompilation
Andrew Kelley
2023-03-15
eliminate stderr usage in std.Build make() functions
Andrew Kelley
2023-03-15
std.Build.Cache.Directory: add a format() method
Andrew Kelley
2023-03-15
fix Step.evalZigProcess to handle more than 1 message per poll
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
std.Build.RunStep: better default step name
Andrew Kelley
2023-03-15
std.Build.Step: avoid redundancy in default error message
Andrew Kelley
2023-03-15
build system: better default name for ConfigHeaderStep
Andrew Kelley
2023-03-15
fix std.Build.TranslateCStep
Andrew Kelley
2023-03-15
multiplex compiler progress messages into the build runner
Andrew Kelley
[next]