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.cpp
Age
Commit message (
Expand
)
Author
2020-07-27
Add comment explaining --stack-first option
zigazeljko
2020-07-24
macOS: macho ld64.lld fixes
Michael Dusan
2020-06-24
Revert "building mingw-w64 for windows ARM looks in lib64/lib32 for .def files"
Andrew Kelley
2020-06-24
building mingw-w64 for windows ARM looks in lib64/lib32 for .def files
Andrew Kelley
2020-06-08
Add option for overriding the stack size
Jakub Konka
2020-06-08
Increase default Wasm stack to 1MB
Jakub Konka
2020-04-26
add CLI option -Bsymbolic for binding global references locally
Andrew Kelley
2020-04-08
zig provides shlwapi.lib for *-windows-gnu
Andrew Kelley
2020-04-06
provide ___mb_cur_max_func for i386-windows-gnu
Andrew Kelley
2020-04-06
zig cc: recognize a few more linker options
Andrew Kelley
2020-04-05
zig uses mingw-w64 to provide -lpsapi
Andrew Kelley
2020-04-05
use mingw-w64 to provide -luuid if requested
Andrew Kelley
2020-04-02
zig cc: support more linker args
Andrew Kelley
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
Use length field as passed in stage2 libc_installation instead of relying on ...
daurnimator
2020-03-31
fixes to 32-bit handling, to support 32-bit arm
Andrew Kelley
2020-03-30
linking: remove check for target_supports_libunwind
Andrew Kelley
2020-03-29
linking is now aware -lm is provided by mingw-w64
Andrew Kelley
2020-03-28
Merge pull request #4835 from squeek502/export-dynamic
Andrew Kelley
2020-03-27
Fix -rdynamic not sending --export-dynamic to the ELF linker
Ryan Liptak
2020-03-27
zig c++: get it working with musl and mingw-w64
Andrew Kelley
2020-03-26
ability to compile c++ hello world with `zig c++`
Andrew Kelley
2020-03-25
improved handling of native system directories
Andrew Kelley
2020-03-25
Merge pull request #4793 from LemonBoy/netbsd-forever
Andrew Kelley
2020-03-23
stage1: Link pthread on NetBSD
LemonBoy
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-21
ability to use `zig cc` as a drop-in C compiler
Andrew Kelley
2020-03-20
glibc: include ld symbols and proper soname for ld
Andrew Kelley
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-14
fix mismatch between expected and actual output name
Andrew Kelley
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
stage1: update musl libc building code for v1.2.0
Andrew Kelley
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-05
update mingw-w64 source files to v7.0.0
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-18
improvements which allow zig to emit multiple things at once
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-14
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-12
Fix a UAF when verbose-llvm-ir is specified
LemonBoy
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-07
Add wWinMain and wWinMainCRTStartup to fix #4376
Jared Miller
2020-01-29
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-28
Build compiler_rt/c with optimizations if possible
LemonBoy
2020-01-23
link: update to llvm 10 API
Andrew Kelley
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
[next]