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
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-11-13
Fixed duplicate decl detection for typedefs/enums
dimenus
2017-11-03
slightly more verbose error message when building object file fails
Andrew Kelley
2017-11-01
windows: use the same libc search within a compilation unit
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-24
fix missing compiler_rt in release modes
Andrew Kelley
2017-10-16
look for libc at runtime on windows
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-15
clean up some resources
Andrew Kelley
2017-10-03
replace __chkstk function with a stub that does not crash
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-10-02
better compiler-rt linkage logic
Andrew Kelley
2017-10-01
still build compiler-rt when linking msvc CRT
Andrew Kelley
2017-10-01
remove unused function
Andrew Kelley
2017-10-01
support linking against MSVC libc
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-10-01
fix implementation of --zig-std-dir
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-09-24
windows gui hello world
Andrew Kelley
2017-09-23
macho linking: support full lib paths correctly
Andrew Kelley
2017-09-18
coff linking passes -DEBUG
Andrew Kelley
2017-09-18
add --verbose-link option
Andrew Kelley
2017-08-31
add windows to test targets
Andrew Kelley
2017-08-30
successfully cross-building behavior tests for windows
Andrew Kelley
2017-08-30
tests use darwin, not macosx since that's what macbook reports as
Andrew Kelley
2017-08-30
test suite cross-compile builds tests for other targets
Andrew Kelley
2017-08-27
all tests passing in MacOS
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
macos updates
Andrew Kelley
2017-08-26
update for llvm 5.0.0rc1
Andrew Kelley
2017-08-15
organize file path of compiler_rt
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-25
add some timing diagnostics
Andrew Kelley
2017-04-19
convert assemble and link tests to zig build system
Andrew Kelley
2017-04-13
fix crash when using zig to link
Andrew Kelley
2017-04-11
run alwaysinline pass in debug mode
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-04-05
add support to use zig as a linker driver
Andrew Kelley
2017-04-04
link: correctly print debug linker invocation
Andrew Kelley
[next]