| Age | Commit message (Expand) | Author |
| 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 |
| 2021-06-10 | Have std.fmt functions take case as an enum | daurnimator |
| 2021-06-09 | CLI: remove --verbose-ast and --verbose-tokenize | Andrew Kelley |
| 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 |