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-23
Improvements to docs and text
zooster
2023-04-21
std.Build.RunStep: fix captureStdOut function return type
Manlio Perillo
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-20
Expose an option for producing 64-bit DWARF format
David Gonzalez Martin
2023-04-18
Cache: fix multi-process race condition on macOS
Andrew Kelley
2023-04-15
CI: more C backend test coverage
Andrew Kelley
2023-04-15
std.Build: add some more init options to CompileStep
Andrew Kelley
2023-04-14
std.Build.CompileStep: fix installLibraryHeaders regression
Andrew Kelley
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-04-11
fix build logic due to state mutations and break the API accordingly
Andrew Kelley
2023-04-11
std.Build.CompileStep: remove output_dir
Andrew Kelley
2023-04-11
CLI: remove --enable-cache option
Andrew Kelley
2023-04-10
std.Build.RunStep: don't close stdin
Andrew Kelley
2023-04-10
std.Build.CompileStep: remove run() and install()
Andrew Kelley
2023-04-10
std.Build.CompileStep: delete install_step field
Andrew Kelley
2023-04-10
std.Build.CompileStep: remove redundant dest_builder field
Andrew Kelley
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
[next]