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
2023-04-13
macho: emit TLV pointers and variables
Jakub Konka
2023-04-07
zig cc: complete the -wrap flag implementation
Andrew Kelley
2023-04-07
add linker -wrap flag
Zach Cheung
2023-04-03
link: cleanup lazy symbols
Jacob Young
2023-04-02
x86_64: implement error name
Jacob Young
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-30
coff: first (not-fully-functional) PoC of HCS
Jakub Konka
2023-03-30
coff: use copy in zig-cache for child process in HCS
Jakub Konka
2023-03-28
coff: resolve relocs on bytes buffer directly
Jakub Konka
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
2023-03-18
macho: add wrappers for attaching/detaching from HCS process
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-03-18
link: use std.os.ptrace wrapper on linux
Jakub Konka
2023-03-16
link: move macOS kernel inode cache invalidation to MachO linker
Jakub Konka
2023-03-15
stage2: avoid linux-only APIs on other operating systems
Andrew Kelley
2023-03-15
link: only write manifest if we have the exclusive lock
Andrew Kelley
2023-03-15
link: PTRACE_ATTACH/PTRACE_DETACH
Andrew Kelley
2023-03-15
stage2: hot code swapping PoC
Andrew Kelley
2023-03-06
std.os: Allow write functions to return INVAL errors
jim price
2023-03-05
std.os: Add DeviceBusy as a possible write error
jim price
2023-02-16
[elf linker] add --sort-section
Motiejus Jakštys
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-01
link: remove union types which are now internal to backends
Jakub Konka
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2023-02-01
link: make SpirV atoms fully owned by the linker
Jakub Konka
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: make Plan9 atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2023-01-27
self-hosted: remove allocateDeclIndexes from the public link.File API
Jakub Konka
2023-01-27
wasm: migrate to new non-allocateDeclIndexes API
Luuk de Gram
2023-01-26
coff: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
elf: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
macho: completely remove allocateDeclIndexes in favor of linker tracking
Jakub Konka
2023-01-23
std.os.windows: add possible error NETNAME_DELETED of ReadFile
Jan Philipp Hafer
2023-01-20
zld: parse, synthesise and emit unwind records
Jakub Konka
2023-01-12
wasm-linker: implement __wasm_call_ctors symbol
Luuk de Gram
2023-01-05
ELF linker: support common-page-size and max-page-size lld opts
Frank Denis
2023-01-04
windows: fixes to support using zig cc/c++ with CMake on Windows
kcbanner
2023-01-04
fixup formatting
kcbanner
2023-01-04
windows: supporting changes for boostrapping via msvc
kcbanner
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2022-12-29
Merge pull request #14102 from Luukdegram/wasm-undefined-symbols
Andrew Kelley
2022-12-28
link: fix memory leaks
Jacob Young
2022-12-25
WebAssembly: do not link with --allow-undefined unconditionally
Frank Denis
2022-12-09
Revert "coff: specify default base path for relative source paths in pdb"
Jakub Konka
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-10
win: combine PDB fixes into one changeset
Jakub Konka
[next]