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-07-29
stage2: garbage collect unused anon decls
Andrew Kelley
2021-07-27
stage2: move call to populateTestFunctions() outside performAllTheWork()
Andrew Kelley
2021-07-27
stage2: `zig test` now works with the LLVM backend
Andrew Kelley
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-23
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-23
Merge pull request #9440 from ziglang/emit-bc
Andrew Kelley
2021-07-22
zig: -rdynamic now implies -fdll-export-fns unless the latter is explicitly set.
Alex Rønne Petersen
2021-07-22
fix double linking of compiler-rt symbols on wasm
Andrew Kelley
2021-07-22
support -fcompiler-rt in conjunction with build-obj
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-22
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-21
remove 'pe' object format
Andrew Kelley
2021-07-20
codegen: fix lowering of AIR return instruction
Andrew Kelley
2021-07-20
stage2: separate work queue item for functions than decls
Andrew Kelley
2021-07-20
stage2: first pass at printing AIR/Liveness to text
Andrew Kelley
2021-07-20
Sema: add a strategy for handling costly source locations
Andrew Kelley
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: update Liveness, SPIR-V for new AIR memory layout
Andrew Kelley
2021-07-19
Fixed wrong "unable to load" error for non-existing import files
Loris Cro
2021-07-15
zld: invoke traditional linker if has LLVM as a temp measure
Jakub Konka
2021-07-15
zld: error out if LTO is requested targeting Darwin
Jakub Konka
2021-07-15
zld: decommision use_lld for MachO
Jakub Konka
2021-07-10
Fix libc include directories for the MSVC target
Martin Wickham
2021-07-08
plan9 linker: produce an object file that can actually work!!!
Jacob G-W
2021-07-03
WASI: include exec-model in cache state.
Takeshi Yoneda
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
stage2: tokenizer: require null terminated source
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-07-02
stage2: print valid filename in error messages
J.C. Moyer
2021-06-30
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda
2021-06-30
Merge pull request #9266 from ziglang/zld-dylibs
Jakub Konka
2021-06-29
stage2: remove c_object_cache_digest_set
Andrew Kelley
2021-06-29
zld: remove system linker hack and lld hooks
Jakub Konka
2021-06-27
Revert "Include package root dir in stage2 error messages"
Andrew Kelley
2021-06-27
Include package root dir in stage2 error messages
J.C. Moyer
2021-06-25
stage2: add --sysroot link option
Isaac Freund
2021-06-24
Classify .m as ObjC, compile using clang and link with zld
Jakub Konka
2021-06-23
stage2: fix crash when using stage1 backend
Andrew Kelley
2021-06-23
stage2: glue code to AstGen root source file when using stage1
Andrew Kelley
2021-06-23
stage2: slightly improve error reporting for missing imports
Andrew Kelley
2021-06-23
progress bar: call it "AST Lowering" instead of "AstGen"
Andrew Kelley
2021-06-23
run AstGen even when using the stage1 backend
Andrew Kelley
2021-06-21
stage2: remove unused parameter from importPkg
Andrew Kelley
2021-06-21
stage2: wire up AstGen to the progress bar
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-17
fix oob during riscv64 feature processing
Michael Dusan
2021-06-15
fix RISC-V assembly CPU features
Andrew Kelley
2021-06-11
better awareness of unwind tables
Andrew Kelley
[next]