| Age | Commit message (Expand) | Author |
| 2022-07-28 | std: rename std.Target.systemz to .s390x | Meghan Denny |
| 2022-07-27 | move zig.h to become an installation file | Andrew Kelley |
| 2022-07-26 | Merge pull request #12136 from topolarity/llvm-config-rework | Andrew Kelley |
| 2022-07-23 | CMake: Improve usage of `llvm-config`, esp. for consistent linking | Cody Tapscott |
| 2022-07-23 | Merge pull request #12140 from ziglang/macho-gc-sections | Jakub Konka |
| 2022-07-22 | macho: move GC code into dead_strip.zig module | Jakub Konka |
| 2022-07-19 | delete the stage1 implementation of autodoc | Andrew Kelley |
| 2022-07-14 | CMake: Use NAMES_PER_DIR in all lookups | Cody Tapscott |
| 2022-07-10 | CMakeLists.txt: set LLVM minimal version to 14 | BratishkaErik |
| 2022-07-01 | CMake: disable deprecated function warnings | Andrew Kelley |
| 2022-06-30 | stage2: lower float negation explicitly | Andrew Kelley |
| 2022-06-17 | stage2: rip out multi-compilation-unit compiler-rt | Andrew Kelley |
| 2022-06-17 | update CMakeLists.txt source files | Andrew Kelley |
| 2022-06-17 | update CMakeLists.txt source file list | Andrew Kelley |
| 2022-06-17 | compiler-rt: move SPARC functions into appropriate compilation units | Andrew Kelley |
| 2022-06-17 | compiler-rt: break up functions even more | Andrew Kelley |
| 2022-06-17 | compiler_rt: use single cache for libcompiler_rt.a static lib | Jakub Konka |
| 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 |