aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2018-03-31musl-friendly dynamic linkingAndrew Kelley
2018-03-20self-hosted build: print helpful message when libstdc++.a not foundAndrew Kelley
2018-03-10xml2 workaround is relevant for linux tooAndrew Kelley
2018-03-10workaround for llvm-config missing xml2Andrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-09self hosted compiler: move tokenization and parsing to std libAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley
2018-01-17ziglang.org home page no longer in this repoAndrew Kelley
2018-01-17docgen: support executing exe code examplesAndrew Kelley
2018-01-12*WIP* proof of concept error return tracesAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-04appveyor: enable verbose link for self hosted compilerAndrew Kelley
2018-01-04appveyor: skip building self hosted compiler for nowAndrew Kelley
2018-01-04update windows build to llvm 5.0.1Andrew Kelley
2018-01-04self-hosted compiler works on macosAndrew Kelley
2018-01-03fix self-hosted build on windowsAndrew Kelley
2018-01-03self-hosted build: use llvm-config from stage1Andrew Kelley
2018-01-03build: std files and c header files are only specified onceAndrew Kelley
2018-01-03add building the self hosted compiler to the main test suiteAndrew Kelley
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