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
Group-Canceled
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
groupAwait
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
3 days
build.zig: simplify max_rss compiler_rt on windows
Andrew Kelley
3 days
build.zig: adjust max_rss for zig libc
Andrew Kelley
3 days
build: make test-incremental respect -Dtest-filter
Andrew Kelley
6 days
build.zig: adjust max_rss for unit tests
Andrew Kelley
6 days
update all occurrences of close() to close(io)
Andrew Kelley
6 days
std: all Dir functions moved to std.Io
Andrew Kelley
12 days
build: bump test-c-abi max_rss to 2_389_779_251 on x86_64-linux
Alex Rønne Petersen
12 days
build: bump test-compiler-rt max_rss to 978_463_129 on x86_64-linux
Alex Rønne Petersen
2025-12-16
build: add max_rss values observed on powerpc64le-linux
Alex Rønne Petersen
2025-12-10
build: bump compiler max_rss to 6_664_025_702 on x86_64-linux
Alex Rønne Petersen
2025-12-07
build: bump test-compiler-rt max_rss to 868_445_388 on x86_64-linux
Alex Rønne Petersen
2025-12-07
build: bump test-zigc max_rss to 871_883_161 on x86_64-linux
Alex Rønne Petersen
2025-12-06
build: bump test-zigc max_rss to 767_483_904 on x86_64-linux
Alex Rønne Petersen
2025-12-04
build: adjust max_rss on a per-CI-host basis
Alex Rønne Petersen
2025-12-04
build: add -Dskip-spirv and -Dskip-wasm options
Alex Rønne Petersen
2025-12-04
build: add some missing darwin tags
Alex Rønne Petersen
2025-11-22
CI: skip test-incremental on Windows
Andrew Kelley
2025-11-16
Merge pull request #25929 from alexrp/maccatalyst
Alex Rønne Petersen
2025-11-15
build: change -Dskip-macos to -Dskip-darwin and make it cover all darwin OSs
Alex Rønne Petersen
2025-11-15
build.zig: use `Step.UpdateSourceFiles` for `zig1.wasm`
Matthew Lugg
2025-10-30
build: bump libc-test max_rss from 1758181785 to 2253598720
Alex Rønne Petersen
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
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
[next]