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-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
2022-11-05
std.os: take advantage of the freebsd's copy_file_range
Ali Chraghi
2022-10-29
Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9
Andrew Kelley
2022-10-25
use fixed-size arrays for feature lists
Luuk de Gram
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-24
additional fixes for Plan9
Jacob G-W
2022-10-23
build: add `-Donly-c` option
Andrew Kelley
2022-10-18
stage2: better handling of CacheMode.whole on Windows
Andrew Kelley
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-09-09
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-09
Merge pull request #12772 from ziglang/coff-basic-imports
Jakub Konka
2022-09-08
[ld] add --print-* for diagnostics
Motiejus Jakštys
2022-09-07
coff: re-enable default entrypoint for Windows
Jakub Konka
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-26
copy_file_range: fix zigification of TXTBSY
Motiejus Jakštys
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
[next]