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-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-12
C backend: TypedefMap is now ArrayHashMap
Andrew Kelley
2021-07-08
plan9 cleanups
Andrew Kelley
2021-07-08
plan9 linker: use a global offset table
Jacob G-W
2021-07-08
plan9 linker: make runnable binaries
Jacob G-W
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-06-30
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda
2021-06-29
zld: remove system linker hack and lld hooks
Jakub Konka
2021-06-25
stage2: add --sysroot link option
Isaac Freund
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-09
cc,wasi: use wasi_libc.CRTFile directly instead of WasiExecModel
Jakub Konka
2021-06-09
cc,wasi: support WASI reactors via -mexec-model flag.
Takeshi Yoneda
2021-06-09
cc,wasi: store CRTFile enum in wasi_emulated_libs
Jakub Konka
2021-06-09
cc,wasi: build referenced-only emulated components
Jakub Konka
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-20
cc,wasi: link compiled WASI libc with wasm-ld
Jakub Konka
2021-05-17
stage2: add some debug logs for when link functions are called
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-13
link: fix memory leak of system_libs
Andrew Kelley
2021-05-13
stage2: -lunwind is handled specially
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-04-08
Refactor link/wasm.zig to use offset table
Luuk de Gram
2021-04-08
Calculate data length to ensure correct pointer offsets
Luuk de Gram
2021-03-02
stage2: fixup some formatting errors ({x} -> {s})
Timon Kruiper
2021-02-19
astgen: fix remaining compile errors
Andrew Kelley
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
2021-01-24
zig cc: recognize more coff linker options
Andrew Kelley
2021-01-23
add LTO support
Andrew Kelley
2021-01-19
SPIR-V: Linking and codegen setup
Robin Voetter
2021-01-19
SPIR-V: Initial architecture definitions and setup
Robin Voetter
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
[next]