aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.cpp
AgeCommit message (Expand)Author
2020-04-01zig cc properly handles -S flag and .ll, .bc extensionsAndrew Kelley
2020-02-28stage1: remove get_self_libc_pathAndrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-01-15stage1: move local native_libc.txt to globalMichael Dusan
2019-11-02stage1: add linux XDG Base Directory supportMichael Dusan
2019-09-26zig additionally looks for lib/std/std.zigAndrew Kelley
2019-07-07ability to target any glibc versionAndrew Kelley
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley
2019-03-27fix build on arm64Shawn Landden
2019-03-11stage1 caching system: detect problematic mtimesAndrew Kelley
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
2018-09-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley