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
2021-01-04
ci: omit stage2 backend from stage1 on Windows
Andrew Kelley
2021-01-03
stage2: add some missing deallocations in Compilation.zig
Timon Kruiper
2021-01-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
stage2: Use {z} instead of {s} in generated Zig code
LemonBoy
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-02
Duplicate OSAtomic.h between aarch64 and x86_64
Jakub Konka
2021-01-02
Detect native iframework dirs on macOS
Jakub Konka
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-28
stage2: better error message for root zig source file not found
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
2020-12-28
stage2: add initial impl of LLVM backend in self-hosted compiler
Timon Kruiper
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-24
stage2: re-use compiler runtime libs across opt modes and strip flag
Andrew Kelley
2020-12-24
stage2: tsan forces linking libc
Andrew Kelley
2020-12-24
zig cc: support both ubsan and tsan at the same time
Andrew Kelley
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-23
Add emit_h path to compilation hash.
Alex Cameron
2020-12-23
Fix memory leak
Noam Preil
2020-12-23
Remove redundant emit_h member in Compilation struct.
Alex Cameron
2020-12-23
Implement emit-h
Alex Cameron
2020-12-20
add an option to compile zig in single-threaded mode
Andrew Kelley
2020-12-20
std.Progress: make the API thread-safe
Andrew Kelley
2020-12-20
use kprotty's ThreadPool implementation (v5)
Andrew Kelley
2020-12-20
stage2: protect mutable state from data races in updateCObject
Andrew Kelley
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
[next]