aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.cpp
AgeCommit message (Collapse)Author
2019-03-27fix build on arm64Shawn Landden
2019-03-11stage1 caching system: detect problematic mtimesAndrew Kelley
closes #2045
2019-03-05build libunwind.a from source and link itAndrew Kelley
2019-03-05dynamic linker path is independent from libc installationAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
init-lib creates a working static library with tests, and init-exe creates a working hello world with a `run` target. both now have test coverage with the new "cli tests" file. closes #1035
2018-09-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley