aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-23eliminate dependency of libzigcpp.a on libzigstage1.aAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley
2020-09-17delete all stage1 c++ code not directly related to compiling stage2Andrew Kelley
2020-09-16stage2: building libunwind.aAndrew Kelley
2020-09-12Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-11std: Add a gzip decoderLemonBoy
2020-09-09stage2: eliminate the "compiler id" conceptAndrew Kelley
2020-09-09stage2: more progress moving `zig cc` to stage2Andrew Kelley
2020-09-09start moving `zig cc` to stage2Andrew Kelley
2020-09-07build.zig: ignore the compression test filesAndrew Kelley
2020-08-31ci: skip compile error tests on WindowsAndrew Kelley
2020-08-25stage2: support debug dumping zir as a build optionAndrew Kelley
2020-08-20allow running the stage2 tests in release modeAndrew Kelley
2020-08-18build: -Dforce-link-libc now also applies to test-stage2Andrew Kelley
2020-08-15stage2: implement zig versionAndrew Kelley
2020-08-04zig build: fix addBuildOption for `[]const u8` and `?[]const u8`Andrew Kelley
2020-08-04stage2 tests: support the -Denable-qemu options and friendsAndrew Kelley
2020-08-03self-hosted: add build option for log scopesAndrew Kelley
2020-07-21stage2: remove some dead code, fix build on aarch64Vexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-04don't try to find config_h if it's not neededpfg
2020-07-01build: -Dlib-files-only prevents self-hosted compiler from being builtAndrew Kelley
2020-06-22Merge remote-tracking branch 'origin/master' into zig-ast-to-zirAndrew Kelley
2020-06-20temporary: Add test-cli step for only running cli testsRyan Liptak
2020-06-18self-hosted: add Tracy integrationAndrew Kelley
2020-05-18Narrow down behaviour test cases; this removes wasmtime-enabled check in testsJakub Konka
2020-05-18Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag o...Jakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-16build.zig: -Dlib-files-only skips installing self-hostedAndrew Kelley
2020-05-15self-hosted: update main.zigAndrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-08fix missing compile error on assign to slice and array parametersVexu
2020-04-06fix the build on WindowsAndrew Kelley
2020-04-06build.zig supports specifying config.h location explicitlyAndrew Kelley
2020-04-04rename mem.separate to mem.splitxackus
2020-04-04build.zig: better detection of using outside zig executableAndrew Kelley
2020-04-04remove `zig BUILD_INFO` hackAndrew Kelley
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-20"generate .h files" feature is no longer supported in stage1Andrew Kelley
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-17clean up some self-hosted bitrot + don't assume libstdc++Andrew Kelley
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06Remove unused std.Buffer importsdaurnimator
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-03Revert "work around LLVM 10 llvm-config giving absolute path to libz.so"Andrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-16remove libc dependency of zig0 building libstage2Andrew Kelley