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-06-09
cc,wasi: use wasi_libc.CRTFile directly instead of WasiExecModel
Jakub Konka
2021-06-09
cc,wasi: support WASI reactors via -mexec-model flag.
Takeshi Yoneda
2021-06-09
cc,wasi: store CRTFile enum in wasi_emulated_libs
Jakub Konka
2021-06-09
wasi: skip adding wasi_snapshot_preview1 as lib dep in stage1
Jakub Konka
2021-06-09
cc,wasi: build referenced-only emulated components
Jakub Konka
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-24
zig cc: expose header files when linking libunwind
xavier
2021-05-23
stage2: introduce clangAssemblerSupportsMcpuArg
Andrew Kelley
2021-05-24
make "gnu" (mingw-w64) the default C ABI on Windows
Andrew Kelley
2021-05-23
Revert "stage2: add support for zig cc assembler -mcpu option"
Andrew Kelley
2021-05-23
stage2: fix reference to musl arch name
Andrew Kelley
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-22
stage2: omit printing source lines in compile errors
Andrew Kelley
2021-05-21
Merge pull request #8837 from ziglang/cc-wasm32-wasi
Jakub Konka
2021-05-20
stage2: fix compile error rendering for hard tabs
Andrew Kelley
2021-05-20
cc,wasi: do not add stack protector
Jakub Konka
2021-05-20
wasm: link dynamically by default when targeting wasm
Jakub Konka
2021-05-20
cc,wasi: link compiled WASI libc with wasm-ld
Jakub Konka
2021-05-20
wasi,cc: fix naming and add stubs for building
Jakub Konka
2021-05-19
stage2: only default to linking system libc if linking system libs
Isaac Freund
2021-05-18
stage2: fix deletion of Decls that get re-referenced
Andrew Kelley
2021-05-17
stage2: get rid of NameHash
Andrew Kelley
2021-05-17
stage2: get rid of failed_root_src_file
Andrew Kelley
2021-05-17
stage2: add some debug logs for when link functions are called
Andrew Kelley
2021-05-16
stage2: fix error message coloring
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
stage2: omit Decl compile errors from failed AstGen files
Andrew Kelley
2021-05-15
stage2: make failure to find native libc verbose
Isaac Freund
2021-05-14
stage2: compile log stores node offset
Andrew Kelley
2021-05-14
stage2: improve Decl dependency management
Andrew Kelley
2021-05-14
stage2: clarify logic of passing `-integrated-as` to clang
Andrew Kelley
2021-05-14
stage2: Force Clang to use LLVM's assembler for SPARC targets
LemonBoy
2021-05-13
stage2: -lunwind is handled specially
Andrew Kelley
2021-05-13
stage2: only build and link libunwind when linking libc++
Andrew Kelley
2021-05-12
stage2: build and provide libunwind when compiling for native libc
Andrew Kelley
2021-05-12
stage2: build and provide libunwind when compiling for native libc
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
translate-c: Ensure extra_cflags are passed to clang
Evan Haas
2021-05-11
stage2: improve Decl lifetime management
Andrew Kelley
2021-05-11
stage2: better handling of file-level compile errors across updates
Andrew Kelley
2021-05-11
AstGen: support emitting multiple compile errors
Andrew Kelley
2021-05-11
stage2: use system libc when targeting the native OS/ABI
Isaac Freund
2021-05-11
stage2: Allow building musl/glibc in thumb mode
LemonBoy
2021-05-11
stage2: Pass -mthumb when compiling C/C++ code
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-05-06
stage2: wire up outdated/deleted decl detection
Andrew Kelley
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-05
stage2: Fix UAF in ErrorMsg destructor
LemonBoy
2021-04-29
stage2: properly free Decl name
Andrew Kelley
[next]