aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2017-12-26move utf8 parsing to stdJosh Wolfe
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-23build: findLLVM correctly handles system librariesAndrew Kelley
2017-12-23build: add --search-prefix optionAndrew Kelley
2017-12-23port most of main.cpp to self hosted compilerAndrew Kelley
2017-12-12self-hosted: look for llvm-config in homebrewAndrew Kelley
2017-12-12self-hosted: cleanup build looking for llvm-configAndrew Kelley
2017-12-12self-hosted: move code to std.os.ChildProcess.execAndrew Kelley
2017-12-11self-hosted: link with LLVMAndrew Kelley
2017-12-10add self-hosted parsing and rendering to main testsAndrew Kelley
2017-11-24rename "parsec" to "translate-c"Andrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-21self hosted zig: print usageAndrew Kelley
2017-10-03compiler-rt tests pass with and without libcAndrew Kelley
2017-09-17add option to run tests in LLDB and turn it on for macos travisAndrew Kelley
2017-09-05rename parseh to parsecAndrew Kelley
2017-08-18include compiler-rt tests in main testing suiteAndrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-20delete test_artifacts directory when tests completeAndrew Kelley
2017-04-19convert parseh tests to zig build systemAndrew Kelley
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley
2017-04-19convert debug safety tests to zig build systemAndrew Kelley
2017-04-19convert assemble and link tests to zig build systemAndrew Kelley
2017-04-19remove unused test codeAndrew Kelley
2017-04-19convert std lib tests to zig build systemAndrew Kelley
2017-04-19convert build examples tests to zig build systemAndrew Kelley
2017-04-19convert compare-output tests to use zig build systemAndrew Kelley