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
/
stage2.cpp
Age
Commit message (
Expand
)
Author
2020-03-27
cmake: support cross compiling
Andrew Kelley
2020-03-25
improved handling of native system directories
Andrew Kelley
2020-03-21
ability to use `zig cc` as a drop-in C compiler
Andrew Kelley
2020-03-12
Remove unused static_crt_dir field from libc config
daurnimator
2020-03-12
fix `zig targets` not reporting native info
Andrew Kelley
2020-03-11
fix zig-cache to treat cpu-features as raw-bytes
Michael Dusan
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
stage1: make get_native_target go through self-hosted
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-21
remove sub-arch from stage1
Andrew Kelley
2020-02-20
Merge remote-tracking branch 'origin/master' into sub-architecture-annihilation
Andrew Kelley
2020-02-20
support -mcpu=baseline, both in stage1 and stage2
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-19
make the CLI support depending on system headers and libraries
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-16
rename libuserland to libstage2
Andrew Kelley