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
2021-01-04
ci: omit stage2 backend from stage1 on Windows
Andrew Kelley
2021-01-03
stage2: enable building test-stage2 with LLVM backend enabled
Timon Kruiper
2021-01-03
stage2: fix building self-hosted compiler with -Dstatic-llvm
Timon Kruiper
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
Remove some unwanted changes
LemonBoy
2021-01-02
tests: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-01
Restore the reverted semantic versioning commits
Andrew Kelley
2020-12-31
Revert "stage2: SemVer compliance for development builds"
Andrew Kelley
2020-12-31
Revert "Remove 'g' prefix from commit hash in Zig semver"
Andrew Kelley
2020-12-30
Remove 'g' prefix from commit hash in Zig semver
Jay Petacat
2020-12-29
stage2: SemVer compliance for development builds
Jay Petacat
2020-12-28
Revert "stage2: fix compilation of self-hosted compiler with -Denable-llvm"
Andrew Kelley
2020-12-28
stage2: fix compilation of self-hosted compiler with -Denable-llvm
Timon Kruiper
2020-12-25
remove git diff dirty changes feature from build.zig
g-w1
2020-12-24
make if the diff too large just default to dirty_diff_too_big as the diff
g-w1
2020-12-15
openbsd: link with required system libraries (#7380)
Sebastien Marie
2020-12-13
bump version to 0.7.0 => 0.7.1
Andrew Kelley
2020-12-08
tests: run-translated-c now respects -Dtarget
Andrew Kelley
2020-12-07
restore the option to build with cmake
Andrew Kelley
2020-12-07
build: -lversion -luuid on windows and -DNDEBUG=1 for clang sources
Andrew Kelley
2020-12-07
fix wrong entrypoint, undefined package, and wrong build option
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-02
stage2: wire up -Dskip-non-native
Andrew Kelley
2020-11-08
Bump Zig version to 0.7.0
Frank Denis
2020-11-06
Rely on ZIG_SYSTEM_LINKER_HACK instead of input flags
Jakub Konka
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-23
eliminate dependency of libzigcpp.a on libzigstage1.a
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley
2020-09-17
delete all stage1 c++ code not directly related to compiling stage2
Andrew Kelley
2020-09-16
stage2: building libunwind.a
Andrew Kelley
2020-09-12
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-11
std: Add a gzip decoder
LemonBoy
2020-09-09
stage2: eliminate the "compiler id" concept
Andrew Kelley
2020-09-09
stage2: more progress moving `zig cc` to stage2
Andrew Kelley
2020-09-09
start moving `zig cc` to stage2
Andrew Kelley
2020-09-07
build.zig: ignore the compression test files
Andrew Kelley
2020-08-31
ci: skip compile error tests on Windows
Andrew Kelley
2020-08-25
stage2: support debug dumping zir as a build option
Andrew Kelley
2020-08-20
allow running the stage2 tests in release mode
Andrew Kelley
2020-08-18
build: -Dforce-link-libc now also applies to test-stage2
Andrew Kelley
2020-08-15
stage2: implement zig version
Andrew Kelley
2020-08-04
zig build: fix addBuildOption for `[]const u8` and `?[]const u8`
Andrew Kelley
2020-08-04
stage2 tests: support the -Denable-qemu options and friends
Andrew Kelley
2020-08-03
self-hosted: add build option for log scopes
Andrew Kelley
2020-07-21
stage2: remove some dead code, fix build on aarch64
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-04
don't try to find config_h if it's not needed
pfg
2020-07-01
build: -Dlib-files-only prevents self-hosted compiler from being built
Andrew Kelley
2020-06-22
Merge remote-tracking branch 'origin/master' into zig-ast-to-zir
Andrew Kelley
2020-06-20
temporary: Add test-cli step for only running cli tests
Ryan Liptak
[next]