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
/
Coff.zig
Age
Commit message (
Expand
)
Author
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-03-20
stage2: restructure LLVM backend
Timon Kruiper
2021-03-17
stage2: Module and Sema are compiling again
Andrew Kelley
2021-03-07
std: Deprecate the B and Bi format specifiers
LemonBoy
2021-03-02
stage2: fixup some formatting errors ({x} -> {s})
Timon Kruiper
2021-02-19
astgen: fix remaining compile errors
Andrew Kelley
2021-01-24
zig cc: recognize more coff linker options
Andrew Kelley
2021-01-23
add LTO support
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-13
stage2: lay the groundwork in prep for extern fn
Jakub Konka
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-03
stage2: Output the LLVM object files in the cache directory
Timon Kruiper
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-28
stage2: add missing asserts and early returns for LLVM backend
Timon Kruiper
2020-12-28
stage2: fix building self-hosted without llvm-backend enabled.
Timon Kruiper
2020-12-28
stage2: add LLVM codegen windows support to the 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: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage2: link: properly implement passthrough mode for LLD child proc
Andrew Kelley
2020-12-08
invoke LLD as a child process rather than a library
Andrew Kelley
2020-11-19
stage2: Make zig cc more verbose (#7166)
LemonBoy
2020-10-29
fix #3237: resolve undefined symbol _DllMainCRTStartup
zhaozg
2020-10-17
coff: link in CRT for DLLs that want -lc
Andrew Kelley
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-10-15
fixups regarding windows wide strings
Andrew Kelley
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-04
add --image-base support
Andrew Kelley
2020-09-29
link.Coff: skip redundant (and invalid) copy to same path
Andrew Kelley
2020-09-29
improve stage2 COFF LLD linking
Andrew Kelley
2020-09-29
use Allocator.allocSentinel now that the stage1 bug is fixed
Andrew Kelley
2020-09-28
store stage1 flags in a trailing byte in the hash id symlink
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley