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
/
Compilation.zig
Age
Commit message (
Expand
)
Author
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-12-16
stage2: add test_evented_io to cache hash
Andrew Kelley
2020-12-13
stage2: link musl dynamically by default if native
Isaac Freund
2020-12-13
stage2: support dynamically linking musl libc
Isaac Freund
2020-12-11
stage2: proper file extension stripping
Andrew Kelley
2020-12-11
fix deadlock with build-exe on an object for windows
Andrew Kelley
2020-12-11
stage2: detect redundant C/C++ source files
Andrew Kelley
2020-12-08
stage2: link: properly implement passthrough mode for LLD child proc
Andrew Kelley
2020-12-08
always use codeview (pdb) when object_format is PE/COFF
Andrew Kelley
2020-12-04
stage2: introduce Module.failed_root_source_file
Andrew Kelley
2020-12-04
Version-gate appending -syslibroot flag to lld
Jakub Konka
2020-12-03
add `@cImport` files to Compilation cache manifest
Andrew Kelley
2020-12-01
stage2: Create cache manifest before calling final
LemonBoy
2020-12-01
stage2: add -femit-foo=bar args to the cache hash
Andrew Kelley
2020-12-01
Add package names and paths to the zig root module cache hash.
Alexandros Naskos
2020-12-01
Make sure to include the root_name in the cache.
Timon Kruiper
2020-11-30
restore -target wasm32-freestanding-musl for C headers
Andrew Kelley
2020-11-30
stage2: fix not detecting all dynamic libraries
Andrew Kelley
2020-11-30
fix regression on wasm targets
Andrew Kelley
2020-11-30
rework the bundle compiler-rt feature
Andrew Kelley
2020-11-30
Added bundle-compiler-rt flag
Alexandros Naskos
2020-11-27
stage2 elf: refactor override_soname to soname
Jakub Konka
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-10
add missing -m<os>-version-min CLI args to clang
Andrew Kelley
2020-11-08
macOS: depend on bundled headers even for native
Andrew Kelley
2020-11-06
Address review comments
Jakub Konka
2020-11-06
Rely on ZIG_SYSTEM_LINKER_HACK instead of input flags
Jakub Konka
2020-11-05
Re-enable system linker hack
Jakub Konka
2020-11-02
Add std.Target.current.isDarwin() to exclude non-macs in comptime
Jakub Konka
2020-11-02
Update src/Compilation.zig
Jakub Konka
2020-11-02
Refactor the code according to Andrew's suggestions
Jakub Konka
2020-11-02
Fix linking issues on BigSur
Jakub Konka
2020-10-30
stage2: support imports inside packages
Vexu
2020-10-25
Temp Fix for deadlock in C compilation, found and tested on Windows
mlarouche
2020-10-24
cc: fix regression on macOS after adding libc headers
Jakub Konka
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-10-14
Merge pull request #6669 from ifreund/color-fixes
Andrew Kelley
2020-10-14
Classify .tbd files as shared libraries
Frank Denis
2020-10-13
stage2: use meta.stringToEnum for Color parsing
Isaac Freund
2020-10-09
fixups to previous commit
Andrew Kelley
2020-10-09
Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...
mlarouche
2020-10-09
include compiler_rt and c for wasm static libraries
Josh Wolfe
2020-10-06
cache-hash: add test_filter and test_name_prefix (#6583)
travisstaloch
2020-10-04
fix each-lib-rpath functionality
Andrew Kelley
2020-10-05
Depending on system libs only enforces libraries to require dynamic linking, ...
Felix (xq) Queißner
2020-10-04
add --image-base support
Andrew Kelley
2020-10-04
Merge pull request #6295 from Vexu/stage2
Andrew Kelley
2020-10-03
Reintroduce progress bar when compiling C files
Alexandros Naskos
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
2020-09-30
stage2: use directory handles for imports
Vexu
[next]