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-03-06
cross compile glibc startup files
Andrew Kelley
2019-03-06
support other architectures for glibc startup files
Andrew Kelley
2019-03-05
build libunwind.a from source and link it
Andrew Kelley
2019-03-05
support glibc dl, m, pthread, rt
Andrew Kelley
2019-03-05
dynamic linker path is independent from libc installation
Andrew Kelley
2019-03-05
stop linking against gcc files
Andrew Kelley
2019-03-05
support crtbegin.o and crtend.o when using explicit libc
Andrew Kelley
2019-03-05
building glibc from source
Andrew Kelley
2019-03-04
initial glibc support
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-02-27
uefi os: better auto detection of subsystem
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-25
fix not finding libgcc_s when looking for native libc
Andrew Kelley
2019-02-25
building DLLs on Windows works better
Andrew Kelley
2019-02-23
better libc detection (#1996)
Andrew Kelley
2019-02-19
valgrind client requests for undefined values
Andrew Kelley
2019-02-19
remove --no-rosegment workaround now that valgrind bug is fixed
Andrew Kelley
2019-02-18
export _mh_execute_header with weak linkage
Andrew Kelley
2019-02-17
Add NetBSD support
Maya Rashish
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
[prev]
[next]