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-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
2025-03-08
Revert "build: Don't check parent directories for git tag"
Andrew Kelley
2025-03-08
build: Don't check parent directories for git tag
LN Liberda
2025-03-07
std.Build: add build-id option
Jan200101
2025-03-04
start the 0.15.0 release cycle
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-08
Merge pull request #22808 from ziglang/fast-gpa
Andrew Kelley
2025-02-07
build: bump max_rss of std lib tests to 5G
Andrew Kelley
2025-02-07
compiler: use std.heap.smp_allocator
Andrew Kelley
2025-02-06
x86_64: rewrite most of the remaining float ops
Jacob Young
2025-02-03
Merge pull request #20271 from MasonRemaley/zon
Matthew Lugg
2025-02-03
Merge pull request #22713 from mikdusan/openbsd
Alex Rønne Petersen
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-02-01
openbsd: fix stage3 link
Michael Dusan
2025-01-31
x86_64: rewrite vector `@intCast`
Jacob Young
2025-01-25
std.Build: Make ofmt part of standardTargetOptions().
Alex Rønne Petersen
2025-01-22
wasm2c: Implement nontrapping_fptoint support.
Alex Rønne Petersen
2025-01-22
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen
2025-01-22
std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.
Alex Rønne Petersen
2025-01-16
compiler: make it easier to apply breaking changes to `std.builtin`
mlugg
2025-01-15
build: respect -Duse-llvm option when doing behavior tests
Andrew Kelley
2025-01-10
build.zig: make unit tests not use the full matrix
Andrew Kelley
2025-01-10
compiler: bump stack size 32 MiB -> 46 MiB
mlugg
2024-12-18
build.zig: migrate from deprecated std.Build APIs
mlugg
2024-12-13
Add compiler internals tests
Carl Åstholm
2024-12-07
build.zig: Also set code model for loongarch32.
Alex Rønne Petersen
2024-11-29
Add build option to set tracy-callstack-depth in `build.zig` (#21990)
Justin Braben
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
[prev]
[next]