| Age | Commit message (Expand) | Author |
| 2021-11-27 | wasm-linker: Resolve relocations | Luuk de Gram |
| 2021-11-27 | wasm-linker: Upstream zwld into stage2 | Luuk de Gram |
| 2021-11-24 | stage2: remove extra_lld_args | Andrew Kelley |
| 2021-11-21 | wasm: Linker - emit stack pointer | Luuk de Gram |
| 2021-11-15 | Stage2: wasm - Implement the MIR pass (#10153) | Luuk de Gram |
| 2021-11-10 | wasm: respect stack_size_override for build-obj and build-lib | Andrew Kelley |
| 2021-11-09 | stage2: add 4 new linker flags for WebAssembly | Andrew Kelley |
| 2021-09-24 | Spelling corrections (#9833) | Josh Soref |
| 2021-09-24 | stage2: enable building freestanding libc with LLVM backend | Andrew Kelley |
| 2021-09-23 | stage2: LLVM backend: improved naming and exporting | Andrew Kelley |
| 2021-09-19 | Update all ensureCapacity calls to the relevant non-deprecated version | Ryan Liptak |
| 2021-08-24 | wasm: pass --export-dynamic to wasm-ld for WASI reactors. (#9605) | Takeshi Yoneda |
| 2021-07-29 | stage2: more principled approach to comptime references | Andrew Kelley |
| 2021-07-26 | stage2: improvements towards `zig test` | 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-20 | stage2: fix compile errors in LLVM backend | Andrew Kelley |
| 2021-07-20 | stage2: update LLVM backend to new AIR memory layout | Andrew Kelley |
| 2021-07-20 | Refactor entire wasm-backend to use new AIR memory layout | Luuk de Gram |
| 2021-07-20 | Fix wasm-related compile errors: | Luuk de Gram |
| 2021-07-20 | stage2: Air and Liveness are passed ephemerally | Andrew Kelley |
| 2021-07-02 | avoid calling into stage1 backend when AstGen fails | Andrew Kelley |
| 2021-06-30 | Add support for WASI reactor in pure Zig-exe. (#9178) | Takeshi Yoneda |
| 2021-06-21 | cleanups related to unused params | 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-15 | add various flags/options, and link libcxxabi. | Takeshi Yoneda |
| 2021-06-14 | link/wasm: link libcxx. | Takeshi Yoneda |
| 2021-06-10 | link: don't link system libs by the wasm linker | Jakub Konka |
| 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: clean up linking logic | Jakub Konka |
| 2021-06-09 | cc,wasi: build referenced-only emulated components | Jakub Konka |
| 2021-06-09 | cc,wasi: package emulations as static archives | Jakub Konka |
| 2021-06-03 | Breaking hash map changes for 0.8.0 | Martin Wickham |
| 2021-05-28 | wasm: Support error sets | Luuk de Gram |
| 2021-05-21 | wasm: fix object extension to standard .o from .o.wasm | Jakub Konka |
| 2021-05-20 | cc,wasi: link compiled WASI libc with wasm-ld | Jakub Konka |
| 2021-04-28 | stage2: semaDecl properly analyzes the decl block | Andrew Kelley |
| 2021-04-09 | Fix memory cleanup and update unplugging to avoid infinite loop | Luuk de Gram |
| 2021-04-08 | Refactor link/wasm.zig to use offset table | Luuk de Gram |
| 2021-04-08 | Cleanup | Luuk de Gram |
| 2021-04-08 | Handle incremental compilation correctly | Luuk de Gram |
| 2021-04-08 | Calculate data length to ensure correct pointer offsets | Luuk de Gram |
| 2021-04-08 | Basic "Hello world" working | Luuk de Gram |
| 2021-04-05 | stage2 wasm codegen: refactor to use wasm.buildOpcode | gracefu |
| 2021-03-02 | stage2: fixup some formatting errors ({x} -> {s}) | Timon Kruiper |
| 2021-02-24 | Merge remote-tracking branch 'origin/master' into ast-memory-layout | Andrew Kelley |
| 2021-02-19 | astgen: fix remaining compile errors | Andrew Kelley |