aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2022-03-31test harness improvementsAndrew Kelley
2022-03-27Value: hash lazy_alignVeikka Tuominen
2022-02-17build.zig: restore the ability to bootstrap with zig0 via optionAndrew Kelley
2022-02-17CLI: resolve system libs into static librariesAndrew Kelley
2022-02-17CI: simplify linux scriptAndrew Kelley
2022-02-17build.zig: fix test-stage2 regression with -Denable-llvmAndrew Kelley
2022-02-16build.zig: bootstrap stage1 with zig0Andrew Kelley
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-31stage2: make --debug-log work by default for debug buildsAndrew Kelley
2022-01-28build.zig: fix single-threaded optionAndrew Kelley
2022-01-26Merge pull request #10552 from hdorio/deflateAndrew Kelley
2022-01-25add option to force usage of `GeneralPurposeAllocator`Lee Cannon
2022-01-24Normalize some build function namesJonathan Marler
2022-01-23compress: add a deflate compressorHadrien Dorio
2021-12-31tz parsing reader interface, test thicc files, and exclude tzifJens Goldberg
2021-12-20start the 0.10.0 release cycleAndrew Kelley
2021-12-20Release 0.9.00.9.0Andrew Kelley
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-02Make Rosetta availability declarative by the userJakub Konka
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-31add functionality to trace allocationsLee Cannon
2021-10-31make tracy.zig more feature completeLee Cannon
2021-10-22macho: dump linker's state as JSONJakub Konka
2021-10-02Add zlib to needed librariesMartin Wickham
2021-10-02build.zig: omit LLVMTableGen from the llvm lib listAndrew Kelley
2021-10-02build.zig: update list of LLVM libsAndrew Kelley
2021-09-30Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-22Fix failing tests and windows link dependenciesMartin Wickham
2021-09-20Fix compiler builds with tracy on the mingw targetMartin Wickham
2021-09-16build.zig: support -Duse-zig-libcxxAndrew Kelley
2021-09-16build: make -Dskip-stage2-tests not build stage2Andrew Kelley
2021-08-31stage2: update LLVM backend to for LLVM 13Andrew Kelley
2021-08-26Rework build system `build_options` API (#9623)Lee Cannon
2021-08-21Add a flag to build a single-threaded compiler, for debuggingMartin Wickham
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-08-02Add -Denable-macos-sdk explicit flag to build.zigJakub Konka
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-06-11Change defineCMacro to take separate name and value arugmentsAsa Zeren
2021-06-11make remaining enums in build.zig snake_caseVeikka Tuominen
2021-06-05Add zig_llvm-ar.cpp in build.zigNicolas
2021-06-04start the 0.9.0 release cycleAndrew Kelley
2021-06-04Release 0.8.00.8.0Andrew Kelley
2021-05-30build: rename ast_render in build.zig.Takeshi Yoneda
2021-05-25standalone tests may now test cross targets and build modes.xavier
2021-05-18build.zig: blank out "*test.zig" files instead of omitAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-13stage2: -lunwind is handled speciallyAndrew Kelley
2021-05-13Add experimental Darling support for cross testing macOSJakub Konka
2021-05-13macos: link static libc++ when building stage2Jakub Konka
2021-05-05Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley