| Age | Commit message (Expand) | Author |
| 2024-05-27 | update the codebase for the new std.Progress API | Andrew Kelley |
| 2024-02-27 | move `zig libc` command to be lazily built | Andrew Kelley |
| 2024-01-01 | fix compilation errors when enabling llvm | Andrew Kelley |
| 2023-07-29 | Remove obsolete comment in wasi_libc.zig | Frank Denis |
| 2023-06-25 | wasi-libc: compile emmalloc.c without strict aliasing (#16157) | Frank Denis |
| 2023-06-20 | musl: deal with zig rename of i386 to x86 | Andrew Kelley |
| 2023-05-23 | Update wasi-libc to 3189cd1ceec8771e8f27faab58ad05d4d6c369ef (#15817) | Frank Denis |
| 2023-03-15 | compiler: update function accepts a std.Progress.Node | Andrew Kelley |
| 2023-03-15 | progress towards semantic error serialization | Andrew Kelley |
| 2022-12-06 | Update wasi-libc to 8b7148f69ae241a2749b3defe4606da8143b72e0 (#13793) | Frank Denis |
| 2022-12-06 | wasi-libc: define BULK_MEMORY_THRESHOLD for the bulk_memory feature (#13787) | Frank Denis |
| 2022-11-28 | Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) | Frank Denis |
| 2021-11-30 | allocgate: renamed getAllocator function to allocator | Lee Cannon |
| 2021-11-30 | allocgate: stage 1 and 2 building | Lee Cannon |
| 2021-11-30 | allocgate: std Allocator interface refactor | Lee Cannon |
| 2021-07-11 | wasi-libc: remove crt1.o as it's not WASI ABI compatible | Takeshi Yoneda |
| 2021-06-30 | Add support for WASI reactor in pure Zig-exe. (#9178) | Takeshi Yoneda |
| 2021-06-09 | cc,wasi: use wasi_libc.CRTFile directly instead of WasiExecModel | Jakub Konka |
| 2021-06-09 | cc,wasi: store CRTFile enum in wasi_emulated_libs | 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-09 | zig,cc,wasi: include emulated libs in WASI libc | Jakub Konka |
| 2021-05-23 | stage2: fix reference to musl arch name | Andrew Kelley |
| 2021-05-22 | cc,wasi: force isysroot to / | Jakub Konka |
| 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 | cc,wasi: compile all WASI libc objects | Jakub Konka |
| 2021-05-20 | cc,wasi: add source file paths to wasi_libc.zig | Jakub Konka |
| 2021-05-20 | wasi,cc: fix naming and add stubs for building | Jakub Konka |