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
2022-01-25
stage2: add naive impl of pointer type in ELF
Jakub Konka
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-13
Introduce LinkObject with must_link field
Jakub Konka
2022-01-13
zld: support -Wl,-force_load=archive_path flag
Jakub Konka
2022-01-09
Merge pull request #10525 from g-w1/plan9-zig-test
Jakub Konka
2022-01-07
handle `error.PathAlreadyExists` in `renameTmpIntoCache`
Lee Cannon
2022-01-06
Plan9: implement getDeclVAddr
Jacob G-W
2022-01-03
linker: fix build-obj and -fno-emit-bin
Andrew Kelley
2022-01-03
stage2: introduce renameTmpIntoCache into the linker API
Andrew Kelley
2022-01-02
stage2: fix UAF of system_libs
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-12-21
wasm-linker: Implement the --export-table and --import-table flags.
Luuk de Gram
2021-12-18
macho: handle -install_name option for dylibs/MachO
Jakub Konka
2021-12-14
wasm-linker: Allow specifying symbols to be exported
Luuk de Gram
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-26
macos: detect SDK path and version, then pass to the linker
Jakub Konka
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
[next]