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
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-debugger.
Alex Rønne Petersen
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-cases and test-transla...
Alex Rønne Petersen
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-c-abi.
Alex Rønne Petersen
2024-11-17
build.zig: fix libc++ being a linker script
Jacob Young
2024-11-05
build: increase max_rss to 7.8G
kcbanner
2024-10-11
Replace tidy with superhtml as HTML validator (#21664)
Krzysztof Wolicki
2024-10-05
tests: add `test-incremental` step
mlugg
2024-09-19
add missing clang and llvm library listings
Andrew Kelley
2024-08-31
loongarch: use medium code model for zig loongarch64 binary (#21153)
YANG Xudong
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-14
build/test: Add a test-modules step for running all the per-target tests.
Alex Rønne Petersen
2024-08-14
build/test: Add -Dtest-slow-targets and move mips module tests behind it.
Alex Rønne Petersen
2024-08-14
build/test: Add -Dtest-target-filter for filtering module tests by target tri...
Alex Rønne Petersen
2024-08-14
build: Use the new b.addFail() for the update-mingw step.
Alex Rønne Petersen
2024-07-22
build: bump max_rss since we link MachO in parallel now
Jakub Konka
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-18
macho: bump max rss by a slight margin
Jakub Konka
2024-07-16
build.zig: expose valgrind flag
Andrew Kelley
2024-07-12
integrate Compile steps with file watching
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-06-17
disable tidy validation for autodocs
Andrew Kelley
2024-06-17
add -Denable-tidy flag and use it in the CI
Andrew Kelley
2024-06-16
make `zig build test` check for conforming formatting
Andrew Kelley
2024-06-13
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-06
start the 0.14.0 release cycle
Andrew Kelley
2024-06-02
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen
2024-05-14
build.zig: sync "exe_cflags" with CMake
Eric Joldasov
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
apparently LLVM depends on ws2_32.dll now
Andrew Kelley
2024-05-08
suppress C++ type-limits warnings
Andrew Kelley
2024-05-08
add missing clang static library to the build
Andrew Kelley
2024-05-08
update CMake files to LLVM 18
Andrew Kelley
2024-04-25
migrate langref documentation generation to the build system
Andrew Kelley
2024-04-19
start the 0.13.0 release cycle
Andrew Kelley
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-04-08
haiku: fix linking issues
Jacob Young
2024-04-07
Promote linker test cases to packages
Carl Åstholm
2024-04-07
Promote standalone test cases to packages
Carl Åstholm
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-10
build: spend a lot less time generating std docs
Andrew Kelley
2024-03-10
build: don't include std lib docs by default
Andrew Kelley
2024-03-08
test manifest key checking and other fixes
february cozzocrea
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-28
build.zig: fix typo in extension exclusion list
Andrew Kelley
2024-02-28
make aro-based translate-c lazily built from source
Andrew Kelley
2024-02-26
compiler: JIT zig reduce
Andrew Kelley
[next]