| Age | Commit message (Expand) | Author |
| 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-04 | compiler_rt: add __ffssi2, __ffsdi2 and __ffsti2 (#10268) | matu3ba |
| 2021-12-01 | compiler_rt: add __paritysi2, __paritydi2, __parityti2 | Jan Philipp Hafer |
| 2021-11-30 | compiler_rt: add __ctzsi2, __ctzdi2 and __ctzti2 | Jan Philipp Hafer |
| 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-21 | compiler_rt: export floorf, floor, and floorl | J.C. Moyer |
| 2021-10-22 | stage2: change `@bitCast` to always be by-value | 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-05 | freestanding libc: don't rely on compiler_rt symbols we don't have yet | Andrew Kelley |
| 2021-10-05 | stage1: work around LLVM's buggy fma lowering | 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-21 | stage2: progress towards ability to compile compiler-rt | Andrew Kelley |
| 2021-09-07 | Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt... | Jonathan Marler |
| 2021-09-01 | compiler_rt: add __clzdi2 and __clzti2 | Jan Philipp Hafer |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-08-12 | compiler-rt: do not depend on `usingnamespace` | Andrew Kelley |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-06-14 | add ast-check flag to zig fmt, fix found bugs | Veikka Tuominen |
| 2021-05-15 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-12 | Add missing f128 compiler-rt shim | Koakuma |
| 2021-04-24 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-04-21 | compiler-rt: Export __extendhftf2 and __trunctfhf2 | LemonBoy |
| 2021-04-21 | compiler-rt: Don't re-define PPC builtins in test mode | LemonBoy |
| 2021-04-15 | fix new references to std.builtin that should have been std.Target | Andrew Kelley |
| 2021-04-15 | std: change `@import("builtin")` to `std.builtin` | Andrew Kelley |
| 2021-04-11 | compiler-rt: Introduce PowerPC-specific f128 helpers | LemonBoy |
| 2021-01-15 | Add compiler-rt stub for SPARC CPUs | Koakuma |
| 2021-01-12 | implement emutls in compiler_rt | Sébastien Marie |
| 2021-01-02 | convert more {} to {d} and {s} | Andrew Kelley |
| 2020-12-31 | Year++ | Frank Denis |
| 2020-10-16 | std: Add libssp implementation for GNU/Windows targets | LemonBoy |
| 2020-08-30 | compiler-rt: Add missing floatdisf routine | LemonBoy |
| 2020-08-20 | Merge pull request #6103 from Vexu/extern | Andrew Kelley |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley |
| 2020-08-20 | disallow extern variables with initializers | Vexu |
| 2020-07-29 | compiler_rt: add floatditf | Vexu |
| 2020-04-28 | @Vector -> std.meta.Vector | Tadeo Kondrak |
| 2020-04-03 | compiler-rt: Add the __atomic family of builtins | LemonBoy |
| 2020-03-31 | clean up the duplicate export logic for __clear_cache | Andrew Kelley |
| 2020-03-31 | compiler-rt: More clear_cache implementations | LemonBoy |
| 2020-03-30 | compiler-rt: don't export __clear_cache when no impl available | Andrew Kelley |
| 2020-03-31 | compiler-rt: implement clear_cache for arm32-linux | Timon Kruiper |
| 2020-03-30 | compiler-rt: Implement all the shift builtins | LemonBoy |
| 2020-03-24 | compiler-rt: Add __divtf3 | LemonBoy |