| Age | Commit message (Expand) | Author |
| 2022-02-06 | Replace argvCmd with std.mem.join | Cody Tapscott |
| 2022-02-06 | Avoid depending on child process execution when not supported by host OS | Cody Tapscott |
| 2022-01-24 | Normalize some build function names | Jonathan Marler |
| 2021-12-16 | glibc: fix inconsistency of powerpc ABI mapping | Andrew Kelley |
| 2021-12-15 | glibc: fix inconsistency of mips ABI mapping | Andrew Kelley |
| 2021-12-02 | zig build: promote qemu, wine, wasmtime, darling, and rosetta | Andrew Kelley |
| 2021-12-02 | Remove .disable_native for x86_64-macos as it's fixed now | Jakub Konka |
| 2021-12-02 | Make Rosetta availability declarative by the user | Jakub Konka |
| 2021-11-30 | std lib API deprecations for the upcoming 0.9.0 release | Andrew Kelley |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-09-24 | Spelling corrections (#9833) | Josh Soref |
| 2021-09-07 | Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt... | Jonathan Marler |
| 2021-08-31 | re-enable all the MIPS tests | Andrew Kelley |
| 2021-08-09 | Merge remote-tracking branch 'origin' into libc-wasi-test | Takeshi Yoneda |
| 2021-08-06 | Update all usages of mem.split/mem.tokenize for generic version | Ryan Liptak |
| 2021-08-02 | Add -Denable-macos-sdk explicit flag to build.zig | Jakub Konka |
| 2021-07-27 | WASI,libc: enable tests. | Takeshi Yoneda |
| 2021-07-02 | avoid calling into stage1 backend when AstGen fails | Andrew Kelley |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-06-21 | std, src, doc, test: remove unused variables | Jacob G-W |
| 2021-06-13 | format zig files and add formatting check to ci | jacob gw |
| 2021-06-12 | std.build: don't default to static linkage | Veikka Tuominen |
| 2021-06-11 | make remaining enums in build.zig snake_case | Veikka Tuominen |
| 2021-06-11 | Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide... | Felix (xq) Queißner |
| 2021-06-11 | Changes createExecutable parameter is_dynamic to a enum to make code more rea... | Felix (xq) Queißner |
| 2021-06-06 | Revert "tests: disable i386-linux-gnu -lc target due to CI failures" | LemonBoy |
| 2021-05-28 | tests: disable i386-linux-gnu -lc target due to CI failures | Andrew Kelley |
| 2021-05-25 | standalone tests may now test cross targets and build modes. | xavier |
| 2021-05-15 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-13 | Add experimental Darling support for cross testing macOS | Jakub Konka |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-11 | test: Enable i386-linux-gnu test | LemonBoy |
| 2021-04-24 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-04-21 | test: Add 32bit PowerPC to the test plan | LemonBoy |
| 2021-04-15 | fix new references to std.builtin that should have been std.Target | Andrew Kelley |
| 2021-04-15 | stage2: improvements aimed at std lib integration | Andrew Kelley |
| 2021-04-11 | Merge remote-tracking branch 'origin/master' into llvm12 | Michael Dusan |
| 2021-04-10 | test: overhaul stack_trace testing | Michael Dusan |
| 2021-04-02 | disable failing MIPS tests due to LLVM12 regressions | Andrew Kelley |
| 2021-01-30 | Replace @TagType uses, mostly with std.meta.Tag | Tadeo Kondrak |
| 2021-01-07 | Reduce use of deprecated IO types | Jay Petacat |
| 2021-01-02 | tests: Use {s} instead of {} when formatting strings | LemonBoy |
| 2020-12-08 | tests: run-translated-c now respects -Dtarget | Andrew Kelley |
| 2020-10-12 | Rename .macosx to .macos | Vignesh Rajagopalan |
| 2020-09-26 | fix another round of regressions in this branch | Andrew Kelley |
| 2020-07-16 | add behavior tests fro macro translations | Vexu |
| 2020-06-09 | fix memory errors | Jonathan Marler |
| 2020-05-25 | Added custom build step id, made tests.zig steps use it | Alexandros Naskos |
| 2020-05-18 | Narrow down behaviour test cases; this removes wasmtime-enabled check in tests | Jakub Konka |
| 2020-05-18 | Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag o... | Jakub Konka |