aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2021-01-04ci: omit stage2 backend from stage1 on WindowsAndrew Kelley
2021-01-03stage2: enable building test-stage2 with LLVM backend enabledTimon Kruiper
2021-01-03stage2: fix building self-hosted compiler with -Dstatic-llvmTimon Kruiper
2021-01-02stage2: implement function call inlining in the frontendAndrew Kelley
2021-01-02Remove some unwanted changesLemonBoy
2021-01-02tests: Use {s} instead of {} when formatting stringsLemonBoy
2021-01-01Restore the reverted semantic versioning commitsAndrew Kelley
2020-12-31Revert "stage2: SemVer compliance for development builds"Andrew Kelley
2020-12-31Revert "Remove 'g' prefix from commit hash in Zig semver"Andrew Kelley
2020-12-30Remove 'g' prefix from commit hash in Zig semverJay Petacat
2020-12-29stage2: SemVer compliance for development buildsJay Petacat
2020-12-28Revert "stage2: fix compilation of self-hosted compiler with -Denable-llvm"Andrew Kelley
2020-12-28stage2: fix compilation of self-hosted compiler with -Denable-llvmTimon Kruiper
2020-12-25remove git diff dirty changes feature from build.zigg-w1
2020-12-24make if the diff too large just default to dirty_diff_too_big as the diffg-w1
2020-12-15openbsd: link with required system libraries (#7380)Sebastien Marie
2020-12-13bump version to 0.7.0 => 0.7.1Andrew Kelley
2020-12-08tests: run-translated-c now respects -DtargetAndrew Kelley
2020-12-07restore the option to build with cmakeAndrew Kelley
2020-12-07build: -lversion -luuid on windows and -DNDEBUG=1 for clang sourcesAndrew Kelley
2020-12-07fix wrong entrypoint, undefined package, and wrong build optionAndrew Kelley
2020-12-07ability to build stage1 using only a zig tarballAndrew Kelley
2020-12-02stage2: wire up -Dskip-non-nativeAndrew Kelley
2020-11-08Bump Zig version to 0.7.0Frank Denis
2020-11-06Rely on ZIG_SYSTEM_LINKER_HACK instead of input flagsJakub Konka
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