| Age | Commit message (Expand) | Author |
| 2019-04-01 | Merge pull request #2147 from emekoi/fix1940 | Andrew Kelley |
| 2019-04-01 | Merge pull request #2150 from vegecode/armv7m-compiler-rt | Andrew Kelley |
| 2019-04-01 | zig fmt: Allow one-line for loops | hryx |
| 2019-03-31 | fmt: fix first line comment indent in struct init | Shritesh Bhattarai |
| 2019-03-31 | Remove inline keywords in addXf3.zig pending #2154 | vegecode |
| 2019-03-31 | Always write a multiline struct literal if a field expr is multiline | hryx |
| 2019-03-31 | fixed broken casts in std | emekoi |
| 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-31 | Veritcally align array literal columns | hryx |
| 2019-03-30 | Merge pull request #2112 from shritesh/param_decl_doc_comments | Andrew Kelley |
| 2019-03-30 | fmt: Fix param decl test | Shritesh Bhattarai |
| 2019-03-30 | Add doc_comments to param decl | Shritesh Bhattarai |
| 2019-03-29 | fix std.ascii type error and inverted logic | Rohlem |
| 2019-03-29 | add std.ascii to std.std test "std" | Rohlem |
| 2019-03-29 | fix tests for math.mulWide | Shawn Landden |
| 2019-03-28 | std.mulWide() whose return is twice as wide | Shawn Landden |
| 2019-03-27 | fix build on arm64 | Shawn Landden |
| 2019-03-26 | Use linux.exit_group if not single threaded | Shritesh Bhattarai |
| 2019-03-26 | fmt: check for extra newline at end of file | Shritesh Bhattarai |
| 2019-03-26 | std.ascii: respond to review | Shawn Landden |
| 2019-03-25 | munmap allows address 0 | Andrew Kelley |
| 2019-03-25 | implement allowzero pointer attribute | Andrew Kelley |
| 2019-03-24 | introduce the enum literal type | Andrew Kelley |
| 2019-03-23 | add compile error for ignoring error | Andrew Kelley |
| 2019-03-23 | character literals: allow unicode escapes | Andrew Kelley |
| 2019-03-22 | add mulXf3 to compiler-rt | Andrew Kelley |
| 2019-03-22 | std: add ascii with C ASCII character classes | Shawn Landden |
| 2019-03-20 | Merge remote-tracking branch 'origin/llvm8' | Andrew Kelley |
| 2019-03-20 | Merge pull request #2079 from Sahnvour/issue-2050 | Andrew Kelley |
| 2019-03-19 | build.zig: allow run() on non-native target artifacts | Andrew Kelley |
| 2019-03-19 | better buffer length for formatIntUnsigned | Andrew Kelley |
| 2019-03-18 | Merge remote-tracking branch 'origin/master' into llvm8 | Andrew Kelley |
| 2019-03-18 | libc: separate linux headers from musl/glibc | Andrew Kelley |
| 2019-03-16 | print a message instead of returning an error when debug info comes from a so... | Sahnvour |
| 2019-03-16 | avoid reading LineBlockFragmentHeader at all if the address is not in range, ... | Sahnvour |
| 2019-03-16 | allow pdb modules to have no C13 data, this happens if the module is stripped | Sahnvour |
| 2019-03-16 | correct padding handling between std.pdb.ModInfo entries in DbiStream | Sahnvour |
| 2019-03-15 | fix regressions on Windows from previous commit | Andrew Kelley |
| 2019-03-15 | breaking changes to std.mem.Allocator interface API | Andrew Kelley |
| 2019-03-14 | Add /lib/x86_64-linux-gnu or similar to default system library search paths | Akuli |
| 2019-03-14 | breaking: fix @typeInfo handling of global error set type | Andrew Kelley |
| 2019-03-13 | fix target_requires_pic and reloc_mode | Andrew Kelley |
| 2019-03-13 | breaking: remove --static; add -dynamic | Andrew Kelley |
| 2019-03-13 | this empty import workaround no longer necessary | Andrew Kelley |
| 2019-03-13 | Merge remote-tracking branch 'origin/master' into llvm8 | Andrew Kelley |
| 2019-03-11 | zig build: do a better job of detecting system paths | Andrew Kelley |