index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler.cpp
Age
Commit message (
Expand
)
Author
2020-04-01
zig cc properly handles -S flag and .ll, .bc extensions
Andrew Kelley
2020-02-28
stage1: remove get_self_libc_path
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2019-11-02
stage1: add linux XDG Base Directory support
Michael Dusan
2019-09-26
zig additionally looks for lib/std/std.zig
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley
2019-03-27
fix build on arm64
Shawn Landden
2019-03-11
stage1 caching system: detect problematic mtimes
Andrew Kelley
2019-03-05
build libunwind.a from source and link it
Andrew Kelley
2019-03-05
dynamic linker path is independent from libc installation
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
2018-09-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley