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
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-21
LLVM: Remove use of LLVM in Builder
antlilja
2024-02-16
std.os.windows: add error.UnrecognizedVolume
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-01-24
macho: parse dependent dylibs
Jakub Konka
2024-01-19
zig cc: expose clang precompiled C header support
Xavier Bouchoux
2024-01-14
compiler: move each_lib_rpath to frontend
Jan200101
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
restore -fno-emit-bin -femit-llvm-ir functionality
Andrew Kelley
2024-01-01
move misc_errors from linker to Compilation
Andrew Kelley
2024-01-01
move eh_frame_hdr from link.File to Compilation
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
Compilation: several branch regression fixes
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
linker: rename intermediary_basname to zcu_object_sub_path
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
update codegen.llvm references to bin_file.options
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
Compilation: redo whole vs incremental logic in create and update
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
remove parent_compilation_link_libc
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
update image_base references
Andrew Kelley
2024-01-01
linker: update link_mode references
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
compiler: get the dynamic linker from the target
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-13
Compilation: remove parent_compilation_link_libc
Andrew Kelley
2023-11-26
os: expect ETIMEDOUT, ECONNRESET, ENOTCONN from recvfrom & read family
Lauri Tirkkonen
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-24
spirv: add -fstructured-cfg option
Robin Voetter
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-21
codegen: implement lowering aligned anon decls
Jacob Young
2023-10-19
link: initialize llvm before calling the llvm API
Jacob Young
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
[next]