| Age | Commit message (Expand) | Author |
| 2019-05-03 | compiler-rt: Add __modsi3, __umodsi3 | LemonBoy |
| 2019-05-03 | compiler-rt: Add __moddi3, __divdi3 | LemonBoy |
| 2019-04-29 | compiler-rt: Add __mulodi4 | LemonBoy |
| 2019-04-29 | compiler-rt: Add __divmodsi4, __aeabi_idivmod | LemonBoy |
| 2019-04-29 | compiler-rt: Add __divsi3, __aeabi_idiv | LemonBoy |
| 2019-04-26 | zig fmt is built directly into stage1 rather than child process | Andrew Kelley |
| 2019-04-26 | self-hosted translate-c emits a hello world AST | Andrew Kelley |
| 2019-04-26 | clean up test output | Andrew Kelley |
| 2019-04-24 | compiler-rt: Add missing import of test for comparesf2 | vegecode |
| 2019-04-24 | compiler-rt: add aeabi_dcmp, comparedf2 | vegecode |
| 2019-04-21 | compiler-rt: add aeabi_fcmp, comparesf2 | vegecode |
| 2019-04-16 | stage1 is now a hybrid of C++ and Zig | Andrew Kelley |
| 2019-04-15 | wasi: switch to "standard" wasi_unstable module fn | Shritesh Bhattarai |
| 2019-04-13 | wasi: sigabrt at panic | Shritesh Bhattarai |
| 2019-04-13 | wasi: use __wasi_proc_exit instead of posix.exit | Shritesh Bhattarai |
| 2019-04-13 | WIP: hello world | Shritesh Bhattarai |
| 2019-04-10 | __muloti4 does not need the ABI workaround on Windows | Andrew Kelley |
| 2019-04-10 | compiler-rt: better way to do the ABI required on Windows | Andrew Kelley |
| 2019-04-10 | compiler_rt: `@divTrunc` rather than `@divFloor` in muloti4 | Andrew Kelley |
| 2019-04-10 | compiler-rt: correct use_thumb_1 flag | vegecode |
| 2019-04-05 | build: usageAndErr clean exit (#2194) | Shritesh Bhattarai |
| 2019-04-05 | Add divdf3 to compiler_rt | vegecode |
| 2019-04-05 | Fixes to divsf3 (#2186) | vegecode |
| 2019-04-04 | fix `@divFloor` returning incorrect value and add `__modti3` | Andrew Kelley |
| 2019-04-04 | Add divsf3 to compiler rt | vegecode |
| 2019-04-04 | fix thread local variables for non- position independent code | Andrew Kelley |
| 2019-04-02 | more regression fixes | Andrew Kelley |
| 2019-03-31 | Remove inline keywords in addXf3.zig pending #2154 | vegecode |
| 2019-03-31 | Add all __aeabi functions (C versions) who alias currently existing functions... | vegecode |
| 2019-03-31 | Add __aeabi_{f,d}neg and __neg{s,d,X}f2 to compiler-rt | vegecode |
| 2019-03-31 | Add __aeabi_{f,d}{add,sub} and __{add,sub}{s,d}f3 to compiler-rt | vegecode |
| 2019-03-31 | Add __aeabi_mem{cmp,clr,set,cpy,move} to compiler-rt | vegecode |
| 2019-03-31 | Add memcmp to builtins | vegecode |
| 2019-03-27 | fix build on arm64 | Shawn Landden |
| 2019-03-22 | add mulXf3 to compiler-rt | Andrew Kelley |
| 2019-03-18 | libc: separate linux headers from musl/glibc | Andrew Kelley |
| 2019-03-08 | breaking changes to zig build API and improved caching | Andrew Kelley |
| 2019-03-07 | multi-arch glibc headers | Andrew Kelley |
| 2019-03-05 | add popcountdi2 to compiler_rt | Andrew Kelley |
| 2019-03-03 | fix check for 64-bit arm platforms with new targets | sjdh02 |
| 2019-03-02 | rename std lib files to new convention | Andrew Kelley |
| 2019-03-02 | @returnAddress and @frameAddress return usize now | Andrew Kelley |
| 2019-03-02 | compile error for import outside package path | Andrew Kelley |
| 2019-02-26 | breaking changes to the way targets work in zig | Andrew Kelley |
| 2019-02-23 | fix `zig fmt` arg0 handled incorrectly | Andrew Kelley |
| 2019-02-23 | introduce std.debug.captureStackTrace | Andrew Kelley |
| 2019-02-16 | fmt_runner: remove redundant check | Andrew Kelley |
| 2019-02-16 | bring zig fmt to stage1 | Andrew Kelley |
| 2019-02-15 | Use official llvm mirror for compiler-rt commit ref | Marc Tiehuis |
| 2019-02-13 | compiler-rt: Add __addtf3, __subtf3 and __truncdfhf2 | Marc Tiehuis |