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
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-06
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-05
integrate CBE with Compilation.update pipeline (closes #7589)
Noam Preil
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-28
stage2: rename llvm.zig to llvm_bindings.zig
Timon Kruiper
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-13
stage2: link musl dynamically by default if native
Isaac Freund
2020-12-09
small fixes and zig fmt
Vexu
2020-12-03
Merge pull request #7273 from kubkon/lld-codesig-poc
Andrew Kelley
2020-12-03
lld+macho: address review comments
Jakub Konka
2020-12-02
stage2: linkAsArchive: respect disable_lld_caching
Andrew Kelley
2020-11-30
rework the bundle compiler-rt feature
Andrew Kelley
2020-11-30
Added bundle-compiler-rt flag
Alexandros Naskos
2020-11-27
stage2 elf: refactor override_soname to soname
Jakub Konka
2020-11-26
stage2 macho: Dir.copyFile does the rename for us!
Jakub Konka
2020-11-26
stage2 macho: use Dir.copyFile instead of manual create+copy
Jakub Konka
2020-11-26
stage2 macho: rename inodes to prevent SIGKILL
Jakub Konka
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-06
Rely on ZIG_SYSTEM_LINKER_HACK instead of input flags
Jakub Konka
2020-11-05
Re-enable system linker hack
Jakub Konka
2020-11-02
Fix linking issues on BigSur
Jakub Konka
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