| Age | Commit message (Expand) | Author |
| 2022-05-13 | target: Rename sparcv9 -> sparc64 | Koakuma |
| 2022-05-06 | flatten lib/std/special and improve "pkg inside another" logic | Andrew Kelley |
| 2022-05-01 | cmake: default install prefix to ./stage1 | Andrew Kelley |
| 2022-04-27 | compiler-rt: math functions reorg | Andrew Kelley |
| 2022-04-26 | std.Thread: ResetEvent improvements (#11523) | protty |
| 2022-04-15 | treap: initial implementation | kprotty |
| 2022-04-12 | compiler_rt: Implement floatXiYf/fixXfYi, incl f80 | Cody Tapscott |
| 2022-04-07 | std.math: generalise `inf`, even simpler `isFinite` | viri |
| 2022-03-21 | Merge pull request #11224 from koachan/sparc64-codegen | Andrew Kelley |
| 2022-03-20 | cmake: add missing DWARF files to ZIG_STAGE2_SOURCES | William Sengir |
| 2022-03-19 | translate-c: add missing builtins used by CRuby | fn ⌃ ⌥ |
| 2022-03-19 | stage2 sparcv9: Add placeholder files and generate() function | Koakuma |
| 2022-03-16 | std: introduce posix_spawn as an alt to fork-exec | Jakub Konka |
| 2022-03-13 | macos: add Mach task abstraction | Jakub Konka |
| 2022-03-11 | stage2 regalloc: replace Register.allocIndex with generic indexOfReg | joachimschmidt557 |
| 2022-02-16 | ci: azure: split build-and-test step (#10853) | Hadrien Dorio |
| 2022-02-14 | add missing source file to CMakeLists.txt | Andrew Kelley |
| 2022-02-12 | stage1: fix softfloat not getting correct endianness | Andrew Kelley |
| 2022-02-09 | Revert "ci: azure: split build-and-test step" | Andrew Kelley |
| 2022-02-08 | ci: azure: split build-and-test step | Hadrien Dorio |
| 2022-02-08 | cmake: fix -DZIG_SINGLE_THREADED option | Andrew Kelley |
| 2022-01-28 | stage1: add f80 type | Veikka Tuominen |
| 2022-01-15 | stage2: rename Isel to Emit for x86_64 | Jakub Konka |
| 2021-12-31 | stage2: rename Emit to Isel for x86_64 | Jakub Konka |
| 2021-12-27 | compiler_rt: add __negvsi2, __negvdi2, __negvti2 | Jan Philipp Hafer |
| 2021-12-26 | compiler_rt: add __absvsi2, __absvdi2, __absvti2 | Jan Philipp Hafer |
| 2021-12-23 | add missing files to CMakeLists | Andrew Kelley |
| 2021-12-20 | start the 0.10.0 release cycle | Andrew Kelley |
| 2021-12-14 | compiler_rt: add __cmpXi2 and __ucmpXi2 | Jan Philipp Hafer |
| 2021-12-14 | compiler_rt: refactor __mulodi2 and __muloti2 to get __mulosi2 | Jan Philipp Hafer |
| 2021-12-14 | compiler_rt: add __negsi2, __negdi2, __negti2 | Jan Philipp Hafer |
| 2021-12-11 | compiler_rt: add __bswapsi2, __bswapdi2 and __bswapti2 | Jan Philipp Hafer |
| 2021-12-10 | macho: move all helpers from commands.zig into std.macho | Jakub Konka |
| 2021-12-02 | improve detection of how to execute binaries on the host | Andrew Kelley |
| 2021-12-01 | compiler_rt: add __paritysi2, __paritydi2, __parityti2 | Jan Philipp Hafer |
| 2021-11-30 | std lib API deprecations for the upcoming 0.9.0 release | Andrew Kelley |
| 2021-11-29 | compiler_rt: add __popcountsi2, __popcountdi2 and __popcountti2 | Jan Philipp Hafer |
| 2021-11-29 | compiler_rt: implement __isPlatformVersionAtLeast (Objective-C @available exp... | Stephen Gutekanst |
| 2021-11-28 | Force static libncurses in CMakeLists when static zig on macos | Jakub Konka |
| 2021-11-15 | Stage2: wasm - Implement the MIR pass (#10153) | Luuk de Gram |
| 2021-11-09 | Cmake: Specify LLVM versions | Martin Hafskjold Thoresen |
| 2021-09-24 | stage2 codegen: move bit definitions to src/arch | joachimschmidt557 |
| 2021-09-20 | stage2: extract ZIR printing code into print_zir.zig | Andrew Kelley |
| 2021-09-13 | Merge remote-tracking branch 'origin/master' into zld-incr | Jakub Konka |
| 2021-09-09 | macho: init process of renaming TextBlock to Atom | Jakub Konka |
| 2021-09-01 | rename std.zig.ast to std.zig.Ast; use top-level fields | Andrew Kelley |
| 2021-09-01 | move syntax tests out of behavior tests | Andrew Kelley |
| 2021-09-01 | std: reorganization that allows new usingnamespace semantics | Andrew Kelley |
| 2021-09-01 | std.os reorganization, avoiding `usingnamespace` | Andrew Kelley |
| 2021-09-01 | compiler_rt: add __clzdi2 and __clzti2 | Jan Philipp Hafer |