| Age | Commit message (Expand) | Author |
| 2022-07-27 | move zig.h to become an installation file | Andrew Kelley |
| 2022-05-16 | zig.h: add casts for overflow arithmetic operations | Andrew Kelley |
| 2022-05-16 | zig.h: improve overflow shl | Andrew Kelley |
| 2022-05-16 | C backend: implement overflow arithmetic | Andrew Kelley |
| 2022-03-19 | CBE: implement mod, divFloor, divTrunc | Daniele Cocca |
| 2022-03-15 | CBE: `#undef linux` in zig.h | Daniele Cocca |
| 2022-03-14 | CBE: split {clz,ctz,mod,popCount,byteSwap,bitReverse} by type | Daniele Cocca |
| 2022-03-14 | Remove signed_type from zig_{clz,ctz,popcount} | Daniele Cocca |
| 2022-03-13 | CBE: implement popCount, byteSwap, bitReverse for ints <= 128 bits | Daniele Cocca |
| 2022-03-11 | CBE: implement clz, ctz for ints <= 128 bits | Daniele Cocca |
| 2022-03-03 | stage2: cleanups to wasm memory intrinsics | Andrew Kelley |
| 2022-03-03 | cbe: Implement wasm builtins | Luuk de Gram |
| 2022-01-23 | c backend: Implement aligning fields and local/global variables | Jimmi Holst Christensen |
| 2022-01-18 | stage2: implement `@prefetch` | Andrew Kelley |
| 2022-01-18 | Revert "stage2: implement `@prefetch`" | Andrew Kelley |
| 2022-01-15 | stage2: implement `@prefetch` | Andrew Kelley |
| 2021-12-21 | C backend: implement `ret_addr` | Andrew Kelley |
| 2021-11-09 | stage2: Add support for floats in the C backend (#10059) | Zen1th |
| 2021-10-19 | src/link/C/zig.h: Fix indent | Sizhe Zhao |
| 2021-09-28 | saturating arithmetic modifications | Andrew Kelley |
| 2021-09-28 | sat-arithmetic: fix shl methods in cbe | Travis Staloch |
| 2021-09-28 | sat-arithmetic: fix docgen | Travis Staloch |
| 2021-09-28 | sat-arithmetic: add c backend support | Travis Staloch |
| 2021-09-24 | stage2: implement `@memset` and `@memcpy` builtins | Andrew Kelley |
| 2021-09-15 | stage2: implement `@atomicRmw` and `@atomicLoad` | Andrew Kelley |
| 2021-09-15 | stage2: implement `@fence` | Andrew Kelley |
| 2021-09-14 | stage2: implement cmpxchg and improve comptime eval | Andrew Kelley |
| 2021-07-08 | C backend: cleanups to wrapping int operations | Andrew Kelley |
| 2021-07-08 | C backend: add/sub/mul wrapping for the C backend | Matt Knight |
| 2021-07-07 | stage2: implement `@panic` and beginnigs of inferred error sets | Andrew Kelley |
| 2021-05-11 | stage2: add `owns_tv` flag to `Module.Decl` | Andrew Kelley |
| 2021-01-05 | stage2: C backend: re-implement emit-h | Andrew Kelley |
| 2021-01-05 | stage2: C backend: remove format() hackery | Andrew Kelley |
| 2021-01-05 | stage2: rework the C backend | Andrew Kelley |