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
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
2020-06-18
self-hosted: add Tracy integration
Andrew Kelley
2020-05-18
Narrow down behaviour test cases; this removes wasmtime-enabled check in tests
Jakub Konka
2020-05-18
Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag o...
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-16
build.zig: -Dlib-files-only skips installing self-hosted
Andrew Kelley
2020-05-15
self-hosted: update main.zig
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-08
fix missing compile error on assign to slice and array parameters
Vexu
2020-04-06
fix the build on Windows
Andrew Kelley
2020-04-06
build.zig supports specifying config.h location explicitly
Andrew Kelley
2020-04-04
rename mem.separate to mem.split
xackus
2020-04-04
build.zig: better detection of using outside zig executable
Andrew Kelley
2020-04-04
remove `zig BUILD_INFO` hack
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-20
"generate .h files" feature is no longer supported in stage1
Andrew Kelley
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-17
clean up some self-hosted bitrot + don't assume libstdc++
Andrew Kelley
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-06
Remove unused std.Buffer imports
daurnimator
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-03
Revert "work around LLVM 10 llvm-config giving absolute path to libz.so"
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-16
remove libc dependency of zig0 building libstage2
Andrew Kelley
[next]