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.zig
Age
Commit message (
Expand
)
Author
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-24
std.debug: Rename TTY.Color enum values to snake case
Linus Groh
2023-05-18
Deduplicate uses of the same package across dependencies
mlugg
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele
2023-04-30
std.Build: detect and disallow top-level step name clashes
dweiller
2023-04-28
update codebase to use `@memset` and `@memcpy`
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-11
fix build logic due to state mutations and break the API accordingly
Andrew Kelley
2023-03-19
fix std.Build.OptionsStep
Andrew Kelley
2023-03-17
Build.zig_exe: make it sentinel-aware
Motiejus Jakštys
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
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: use Cache hash helper for package prefix dirs
Andrew Kelley
2023-03-15
std.Build: add addAnonymousDependency
Andrew Kelley
2023-03-15
re-enable CLI tests
Andrew Kelley
2023-03-15
zig build: add an OOM-prevention system
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
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
build system: give RunStep a better default step name
Andrew Kelley
2023-03-15
fix std.Build.TranslateCStep
Andrew Kelley
2023-03-15
multiplex compiler progress messages into the build runner
Andrew Kelley
2023-03-15
std.Build.CompileStep: obtain the build output dir from protocol
Andrew Kelley
2023-03-15
integrate the build runner and the compiler server
Andrew Kelley
2023-03-15
std.Build: better handling of stderr of child processes
Andrew Kelley
2023-03-15
std.Build: further enhance debug message for bad getPath()
Andrew Kelley
2023-03-15
std.Build: improve debugging of misconfigured steps
Andrew Kelley
2023-03-15
build system: capture stderr and report it later
Andrew Kelley
2023-03-15
extract some logic from std.Build to build_runner.zig
Andrew Kelley
2023-03-04
std.Build.addModule: return the created module
Andrew Kelley
2023-02-24
rename std.Build.InstallRawStep to ObjCopyStep
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
Merge pull request #14571 from ziglang/more-build-zig
Andrew Kelley
2023-02-13
Add -ferror-tracing and -fno-error-tracing compile options
AdamGoertz
2023-02-13
std.Build: delete test that doesn't test anything
Andrew Kelley
2023-02-13
std.Build: make cache_root and global_cache_root relative to cwd
Andrew Kelley
2023-02-13
std.Build: start using the cache system with RunStep
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-13
std.Build: support running build artifacts from packages
Andrew Kelley
2023-02-11
std.Build.addAssembly: add missing .kind
Asherah Connor
2023-02-05
std.Build: enhancements to ConfigHeaderStep
Andrew Kelley
[next]