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
2019-02-06
require running std lib tests coherently
Andrew Kelley
2018-12-26
fixups
Andrew Kelley
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-02
support building static self hosted compiler on macos
Andrew Kelley
2018-10-20
Set up libc/rtld paths for FreeBSD
Greg V
2018-10-20
Set FreeBSD ELF OS/ABI when targeting
Marc Tiehuis
2018-10-09
add workaround for bad LLD macos code
Andrew Kelley
2018-10-09
stage1 link: compiler_rt and builtin libs know ...
Andrew Kelley
2018-10-09
fix error limit linker arg on windows
Andrew Kelley
2018-10-09
more efficient builtin library code generation
Andrew Kelley
2018-10-09
support building static libraries
Andrew Kelley
2018-10-05
on linux, link statically if not linking any shared libs
Andrew Kelley
2018-10-02
fix build-exe for --target-arch wasm32 (#1570)
Ben Noordhuis
2018-10-01
increase stack size on windows for all executables
Andrew Kelley
2018-09-30
Fixes --emit asm on windows and makes C header file generation explicit. (#1612)
Sahnvour
2018-09-11
ability to disable cache. off by default except for...
Andrew Kelley
2018-09-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley
2018-09-10
caching is working
Andrew Kelley
2018-09-10
stage1: always optimize blake and softfloat even in debug mode
Andrew Kelley
2018-09-05
start creating a hash of input parameters
Andrew Kelley
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2018-07-23
self-hosted: basic linker code for macos
Andrew Kelley
2018-07-02
always link against compiler_rt.o even when linking libc
Andrew Kelley
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-06-09
support `--target-arch wasm32` (#1094)
Ben Noordhuis
2018-04-18
add --no-rosegment cli option
Andrew Kelley
2018-03-31
musl-friendly dynamic linking
Andrew Kelley
2018-03-31
fix regressions on windows
Andrew Kelley
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-10
zen-specific: main -> _start
Andrea Orru
2018-01-07
Adding zen support
Andrea Orru
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
[next]