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
/
link.zig
Age
Commit message (
Expand
)
Author
2020-10-22
stage2 LLD .ar linking: fix wrong object file path
Andrew Kelley
2020-10-09
fixups to previous commit
Andrew Kelley
2020-10-09
Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...
mlarouche
2020-10-07
Fix improper reuse of global symbols in MachO
Jakub Konka
2020-10-04
add --image-base support
Andrew Kelley
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
2020-09-29
different strategy to fix compiler_rt.zig and c.zig
Andrew Kelley
2020-09-29
update wasm to use ".o.wasm" extension for objects
Andrew Kelley
2020-09-29
improve stage2 COFF LLD linking
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
stage2: add CLI support for --subsystem
Andrew Kelley
2020-09-26
fix non-ELF linkAsArchive
Andrew Kelley
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
2020-09-25
stage2: properly handle zig cc used as a preprocessor
Andrew Kelley
2020-09-25
stage2: disable lld caching when output dir is owned by user
Andrew Kelley
2020-09-23
stage2: support rpaths
Andrew Kelley
2020-09-21
stage2: fix linking libc trying to depend on itself
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley