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-11-26
bpf: do not invoke lld when linking eBPF relocatables
Jakub Konka
2021-11-26
Merge branch 'build-obj-no-link' of git://github.com/mattnite/zig into mattni...
Jakub Konka
2021-11-24
stage2: support LLD -O flags on ELF
Andrew Kelley
2021-11-24
stage2: proper `-femit-implib` frontend support
Andrew Kelley
2021-11-24
stage2: remove extra_lld_args
Andrew Kelley
2021-11-24
Coff linker: Add IMPLIB support
Kurt Kartaltepe
2021-11-23
zld: handle -current_version and -compatibility_version
Jakub Konka
2021-11-21
stage2: fix the build for 32-bit architectures
Andrew Kelley
2021-11-20
stage2: default dynamic libraries to be linked as needed
Andrew Kelley
2021-11-09
stage2: add 4 new linker flags for WebAssembly
Andrew Kelley
2021-11-07
don't invoke linker when just building an object
Matt Knight
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-10-29
zig: expose linker options and include '-z notext'
Kenta Iwasaki
2021-10-25
Merge pull request #9874 from leecannon/frame_pointer
Andrew Kelley
2021-10-22
macho: dump linker's state as JSON
Jakub Konka
2021-10-19
macho: fix LLVM codepaths in self-hosted linker
Jakub Konka
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
stage2: enable building freestanding libc with LLVM backend
Andrew Kelley
2021-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-04
link: Recognize -z origin|noexecstack|now|relro linker args.
Alex Rønne Petersen
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-07-23
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-22
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-21
remove 'pe' object format
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-15
zld: decommision use_lld for MachO
Jakub Konka
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
[prev]
[next]