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-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-03
codegen: separate getAnonDeclVAddr into lowerAnonDecl and the former
Jakub Konka
2023-10-03
link: stub out getAnonDeclVAddr
Andrew Kelley
2023-09-27
Merge pull request #17284 from ziglang/elf-tests
Jakub Konka
2023-09-26
Add '--compress-debug-sections=zstd'
LinuxUserGD
2023-09-26
elf: properly close the output file when linking
Jakub Konka
2023-09-25
kubkon review changes: 3
Michael Dusan
2023-09-25
kubkon review changes: 1
Michael Dusan
2023-09-25
macos: better SDK version detection
Michael Dusan
2023-09-24
resinator: do not include in only_core_functionality builds
mlugg
2023-09-17
Add a .rc -> .res compiler to the Zig compiler
Ryan Liptak
2023-09-11
elf: report undefined symbols as errors
Jakub Konka
2023-09-11
elf: emit relocation to an extern function
Jakub Konka
2023-08-30
macho: remove error.UnhandledDwFormValue from link.File
Jakub Konka
2023-08-30
macho: report basic __eh_frame problems as errors
Jakub Konka
2023-08-30
macho: remove obsolete error.FailedToResolveRelocationTarget
Jakub Konka
2023-08-30
macho: report formatted error for unhandled symbol types
Jakub Konka
2023-08-30
macho: improve error reporting for re-exports mismatch
Jakub Konka
2023-08-30
macho: convert error.TODOImplementWritingStaticLibFiles into an actual error
Jakub Konka
2023-08-29
link: remove unused darwin_sdk_version field
Jakub Konka
2023-08-29
macho: add simple error reporting for misc errors
Jakub Konka
2023-08-21
frontend: directly pass resolved frameworks container to the linker
Jakub Konka
2023-08-20
frontend: move framework path resolution from the linker to frontend
Jakub Konka
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-03
zig libc: restore functionality on macOS
Andrew Kelley
2023-08-03
frontend: make SystemLib.path optional
Andrew Kelley
2023-08-03
compiler: resolve library paths in the frontend
Andrew Kelley
2023-07-30
link: add more respect for -fno-emit-bin
Andrew Kelley
2023-07-24
src.link | Remove unused import
Zachary Raineri
2023-07-22
move installation logic to the build script where it belongs
Andrew Kelley
2023-07-19
llvm: start tracking more things without relying on the llvm api
Jacob Young
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-26
wasm-ld: implement `--export-memory` flag
Luuk de Gram
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-12
link: fix compile error with only-c
mlugg
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
Value: remove legacy type values
Jacob Young
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-05-30
zig ld: handle `--library :path/to/lib.so`
Motiejus Jakštys
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-16
stage2: implement --build-id styles
Motiejus Jakštys
2023-05-01
link: update decl-specific lazy symbols
Jacob Young
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-20
Expose an option for producing 64-bit DWARF format
David Gonzalez Martin
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
[next]