aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2018-12-20freebsd: remove system linker hackMarcio Giaxa
2018-12-19freebsd: link against libc++Marcio Giaxa
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-02support building static self hosted compiler on macosAndrew Kelley
2018-10-20Add /usr/local/lib path for libxml2 and link libc++ on FreeBSDGreg V
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
2018-09-12ci: skip release-small tests to save timeAndrew Kelley
2018-09-12fix zig build cache dir pathAndrew Kelley
2018-09-11disable stage2 tests on all targetsAndrew Kelley
2018-08-21fix docs on windowsAndrew Kelley
2018-07-24fix race conditions in self-hosted compiler; add testAndrew Kelley
2018-07-18-Dskip-release now also skips build example testsJimmi HC
2018-07-11std.atomic: use spinlocksAndrew Kelley
2018-07-11build system: add -Dskip-release option to test fasterAndrew Kelley
2018-07-10self-hosted: first passing testAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-09support `--target-arch wasm32` (#1094)Ben Noordhuis
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-17all tests passing with postfix deref syntaxAndrew Kelley
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