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-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
2020-01-07
add --eh-frame-hdr conditionally
David Cao
2020-01-07
add --eh-frame-hdr arg for linking
David Cao
2019-12-02
remove upstream support for Zen hobby OS
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-22
integrate stage1 progress display with semantic analysis
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-10-16
only look for .defs when needed; remove samsrv.dll cross compiling support
Andrew Kelley
2019-10-16
add more cross compiling support for windows system dlls
Andrew Kelley
2019-10-16
add cross compiling support for opengl32.dll
Andrew Kelley
2019-10-12
Add dlltool functionality
LemonBoy
2019-10-11
Fix cross-compilation to i386-windows-msvc
LemonBoy
2019-10-10
Patch lld to have a more sensible kill-at implementation
LemonBoy
2019-10-09
Compile the architecture-specific mingw sources
LemonBoy
2019-09-28
Merge pull request #3331 from meme/android-ndk
Andrew Kelley
2019-09-28
minor tweaks
meme
2019-09-28
do not link against gcc runtime on Android target
meme
2019-09-27
fix glibc builds on aarch64-linux-gnu
Andrew Kelley
2019-09-27
fix building static Android executables
meme
2019-09-27
support Android NDK and bionic
meme
2019-09-26
Export _start as __start for MIPS targets
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
fix building musl on eabihf abis, incorrect include dirs
Andrew Kelley
2019-09-22
silence nonportable include path warnings when building glibc on windows
Andrew Kelley
2019-09-15
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-12
improvements targeted at improving async functions
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-10
Get more of the tests passing for FreeBSD (#3197)
stratact
2019-09-02
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-02
add ability to specify darwin framework search dirs
Andrew Kelley
2019-08-20
Merge branch 'master' into llvm9
Andrew Kelley
2019-08-19
don't put libc on the elf linker line for objects
Andrew Kelley
2019-07-18
improvements to riscv support
Andrew Kelley
2019-07-17
update zig codebase to llvm 9
Andrew Kelley
2019-07-16
libc headers before C language headers, and disable libunwind on arm32
Andrew Kelley
2019-07-16
update bundled musl source to 1.1.23
Andrew Kelley
2019-07-16
Merge branch 'msvc-libc-2064' of https://github.com/dimenus/zig into dimenus-...
Andrew Kelley
2019-07-15
mingw libc can link against ntdll
Andrew Kelley
2019-07-12
mingw libc: delete dead linker code regarding using system libc
Andrew Kelley
2019-07-12
handle mingw libc defs better
Andrew Kelley
2019-07-12
mingw libc: solve the segfault having to do with destructors
Andrew Kelley
2019-07-10
fix windows not able to build mingw
Andrew Kelley
2019-07-10
add some more windows defs
Andrew Kelley
2019-07-10
mingw: build and link mingwex.lib
Andrew Kelley
2019-07-10
fixing non system library linking
dimenus
2019-07-10
mingw: building and linking msvcrt-os.lib
Andrew Kelley
2019-07-10
mingw: building and linking mingw32.lib
Andrew Kelley
[next]