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
/
build.zig
Age
Commit message (
Expand
)
Author
2025-10-14
Merge pull request #25402 from alexrp/libc-test-ci
Alex Rønne Petersen
2025-10-09
build.zig: rename -Dtest-default-only to -Dno-matrix
Andrew Kelley
2025-10-08
build.zig: add -Dtest-default-only option
Andrew Kelley
2025-10-03
std.mem: Add `countScalar`
Ryan Liptak
2025-10-01
libc-test: set a 1.6G max_rss for each test case
Alex Rønne Petersen
2025-09-30
tests: split up and enhance stack trace tests
mlugg
2025-09-24
delete `@cImport` tests
Andrew Kelley
2025-09-24
update aro and translate-c sources
Veikka Tuominen
2025-09-24
delete all the translate-c tests
Andrew Kelley
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-09-24
Integrate libc-test cases into the build system
rpkak
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-18
test: respect -Dskip-translate-c in test-standalone
Alex Rønne Petersen
2025-09-16
build: skip test-cimport when -Dskip-translate-c is given
Alex Rønne Petersen
2025-09-16
build: -Dskip-translate-c now implies -Dskip-run-translated-c
Alex Rønne Petersen
2025-09-16
test: remove test-compare-output and test-asm-link tests
Alex Rønne Petersen
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
build: update to LLVM 21
Alex Rønne Petersen
2025-08-18
start the 0.16.0 release cycle
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-06
Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."
Alex Rønne Petersen
2025-08-02
build: add -Dskip-compile-errors option
Alex Rønne Petersen
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
build.zig: bump maxrss for behavior tests
Andrew Kelley
2025-07-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-07-03
test: Respect various test skip options in test-cases
Alex Rønne Petersen
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-06
CI: skip llvm backend tests in the script for testing x86 backend
Andrew Kelley
2025-06-06
restore debug llvm CI coverage
Andrew Kelley
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-01
build: bump behavior max_rss
Jacob Young
2025-05-20
Merge pull request #23923 from alexrp/compiler-rt-symbols
Alex Rønne Petersen
2025-05-19
build: Bump max_rss for test-behavior to 2488843878.
Alex Rønne Petersen
2025-05-18
build.zig: use correct module graph for compiler unit tests
mlugg
2025-05-12
test: Add test-llvm-ir step and harness for testing generated LLVM IR.
Alex Rønne Petersen
2025-04-12
Merge pull request #23529 from alexrp/2879-groundwork
Alex Rønne Petersen
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-04-09
build: Set LLVM_BUILD_STATIC/CLANG_BUILD_STATIC when linking statically.
Alex Rønne Petersen
2025-04-07
compiler: Switch default code model for loongarch64 to medium.
Alex Rønne Petersen
2025-04-04
build: Rename -Dtest-slow-targets to -Dtest-extra-targets.
Alex Rønne Petersen
2025-04-04
build: Update to LLVM/Clang 20.
Alex Rønne Petersen
2025-03-27
Merge pull request #23378 from alexrp/build-zig-cleanup
Alex Rønne Petersen
2025-03-27
build: increase test-std max rss
Alex Rønne Petersen
2025-03-27
build.zig: Statically link LLVM libraries for experimental targets if requested.
Alex Rønne Petersen
2025-03-26
build.zig: Stop setting _WIN32_WINNT=0x601 (Windows 7) when targeting MinGW.
Alex Rønne Petersen
2025-03-26
build.zig: Don't disable LTO when targeting MinGW.
Alex Rønne Petersen
2025-03-08
Reapply "build: Don't check parent directories for git tag"
Andrew Kelley
[next]