| Age | Commit message (Expand) | Author |
| 2021-12-04 | compiler_rt: add __ffssi2, __ffsdi2 and __ffsti2 (#10268) | matu3ba |
| 2021-12-02 | zig build: promote qemu, wine, wasmtime, darling, and rosetta | Andrew Kelley |
| 2021-12-01 | compiler_rt: add __paritysi2, __paritydi2, __parityti2 | Jan Philipp Hafer |
| 2021-11-30 | Merge pull request #10055 from leecannon/allocator_refactor | Andrew Kelley |
| 2021-11-30 | compiler_rt: add __ctzsi2, __ctzdi2 and __ctzti2 | Jan Philipp Hafer |
| 2021-11-30 | allocgate: renamed getAllocator function to allocator | Lee Cannon |
| 2021-11-30 | allocgate: std Allocator interface refactor | Lee Cannon |
| 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-24 | build system: add --debug-log advanced option to build runner | Andrew Kelley |
| 2021-11-21 | compiler_rt: export floorf, floor, and floorl | J.C. Moyer |
| 2021-11-18 | compiler_rt: disable spinlocks for atomic instrinsics for bpf | Kenta Iwasaki |
| 2021-11-04 | compiler-rt: Fix f16 API declarations to be consistent | LemonBoy |
| 2021-10-29 | Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057) | InKryption |
| 2021-10-24 | libc: Export truncl | LemonBoy |
| 2021-10-22 | stage2: change `@bitCast` to always be by-value | Andrew Kelley |
| 2021-10-22 | zig libc: export floorl and ceill | Andrew Kelley |
| 2021-10-21 | stage2: more division support | Andrew Kelley |
| 2021-10-13 | stage2: remove use of `builtin.stage2_arch` workaround | Andrew Kelley |
| 2021-10-09 | add test step to build.zig generated by init-exe (#9919) | Lee Cannon |
| 2021-10-05 | stage2: LLVM backend: miscompilation fixes | Andrew Kelley |
| 2021-10-05 | freestanding libc: don't rely on compiler_rt symbols we don't have yet | Andrew Kelley |
| 2021-10-05 | freestanding libc: export fmal | Andrew Kelley |
| 2021-10-05 | stage1: work around LLVM's buggy fma lowering | Andrew Kelley |
| 2021-10-05 | add support for f128 `@mulAdd` | Andrew Kelley |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-10-04 | stage2: fix comptime `@bitCast` | Andrew Kelley |
| 2021-09-30 | Add error message to test runner for bad arguments | Martin Wickham |
| 2021-09-23 | stage2: prepare for building freestanding libc | Andrew Kelley |
| 2021-09-21 | stage2: progress towards ability to compile compiler-rt | Andrew Kelley |
| 2021-09-16 | stage2: implement `@setAlignStack` and 128-bit cmpxchg | Andrew Kelley |
| 2021-09-16 | std/special: fix 'zig test --test-evented-io | Stephen Gutekanst |
| 2021-09-15 | fix __chkstk on aarch64 | Jonathan Marler |
| 2021-09-07 | Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt... | Jonathan Marler |
| 2021-09-01 | std: fix regressions from this branch | Andrew Kelley |
| 2021-09-01 | std, compiler-rt: remove test names where applicable | Andrew Kelley |
| 2021-09-01 | compiler_rt: add __clzdi2 and __clzti2 | Jan Philipp Hafer |
| 2021-08-30 | Print enum values for build options in help output (#9650) | Lee Cannon |
| 2021-08-29 | zig fmt: respect trailing commas in inline assembly | jdmichaud |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-08-24 | std: [breaking] move errno to become an nonexhaustive enum | Andrew Kelley |
| 2021-08-12 | compiler-rt: do not depend on `usingnamespace` | Andrew Kelley |
| 2021-07-27 | fix old references to verbose-ir to be verbose-air | Andrew Kelley |
| 2021-07-27 | Add option to hide build command on compilation error to build_runner (#8513) | Lee Cannon |
| 2021-07-23 | stage2: improvements towards `zig test` | Andrew Kelley |
| 2021-07-08 | Add support for NO_COLOR | Martin Wickham |
| 2021-06-25 | std/build: add --sysroot general option | Isaac Freund |
| 2021-06-21 | remove unused parameters | Andrew Kelley |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |