| Age | Commit message (Expand) | Author |
| 2020-02-24 | clean up std.Buffer.print | Andrew Kelley |
| 2020-02-24 | Add formatted printing directly into std.Buffer | vegecode |
| 2020-02-24 | Merge pull request #4544 from BarabasGitHub/zeroes-for-non-extern-types | Andrew Kelley |
| 2020-02-24 | Merge pull request #4547 from Vexu/deprecate | Andrew Kelley |
| 2020-02-24 | expose --verbose-llvm-cpu-features to zig build | Andrew Kelley |
| 2020-02-24 | remove uses of `@ArgType` and `@IntType` | Vexu |
| 2020-02-24 | Processed review comments. Updated documentation, used the typinfo for field ... | Bas van den Berg |
| 2020-02-24 | remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType` | Vexu |
| 2020-02-24 | vectors do not support iterating, do not support them (for now) | Bas van den Berg |
| 2020-02-24 | implement zeroes for non extern structs and native types | Bas van den Berg |
| 2020-02-24 | Merge pull request #4516 from xackus/remove-bytes-to-slice | Andrew Kelley |
| 2020-02-24 | hashing algorithms: fix logic and index out of bounds | J.W |
| 2020-02-23 | std.time.Timer.lap: only read system time once (#4533) | Heide Onas Auri |
| 2020-02-23 | remove @bytesToSlice, @sliceToBytes from tests, docs | xackus |
| 2020-02-23 | Merge pull request #4304 from daurnimator/auto-json | Andrew Kelley |
| 2020-02-23 | Format decmial 0.0 with no precision as just 0 | frmdstryr |
| 2020-02-23 | remove no-longer-valid defer | Andrew Kelley |
| 2020-02-22 | std.process: fix typo | Andrew Kelley |
| 2020-02-22 | improve handling of environment variables on Windows | Andrew Kelley |
| 2020-02-22 | update std lib to integrate with libc for environ | Andrew Kelley |
| 2020-02-22 | std.os.execvpeZ_expandArg0: fix not restoring argv[0] | Andrew Kelley |
| 2020-02-21 | fix regression in standardTargetOptions | Andrew Kelley |
| 2020-02-21 | remove the allocator from std.event.Loop | Andrew Kelley |
| 2020-02-21 | annotate TODO comment with bug tracker link | Andrew Kelley |
| 2020-02-21 | remove @bytesToSlice, @sliceToBytes from std lib | xackus |
| 2020-02-21 | implement bytesAsSlice, sliceAsBytes | xackus |
| 2020-02-21 | std.Target.parse gives parsing diagnostics | Andrew Kelley |
| 2020-02-21 | update ARM cpu models to correctly include the sub-arch | Andrew Kelley |
| 2020-02-21 | fix std.Target unit tests | Andrew Kelley |
| 2020-02-21 | fix zig build adding invalid cli args | Andrew Kelley |
| 2020-02-20 | fix zig build, ABI ABI, and update tests to new Target layout | Andrew Kelley |
| 2020-02-20 | Merge remote-tracking branch 'origin/master' into sub-architecture-annihilation | Andrew Kelley |
| 2020-02-20 | support -mcpu=baseline, both in stage1 and stage2 | Andrew Kelley |
| 2020-02-20 | remove std.io.readLine | Andrew Kelley |
| 2020-02-20 | arm: clarify which CPU features are sub-architectures | Andrew Kelley |
| 2020-02-20 | NO_MEDIA_IN_DEVICE => return error.NoDevice | Andrew Kelley |
| 2020-02-20 | Revert "arm: clean up the messy sub-architecture & CPU features" | Andrew Kelley |
| 2020-02-20 | std: Handle NO_MEDIA_IN_DEVICE error in openFileWindows | LemonBoy |
| 2020-02-19 | update tls in std lib for lack of sub-arch | Andrew Kelley |
| 2020-02-19 | fix unit test for Target.parse | Andrew Kelley |
| 2020-02-19 | this is not the proper way to support this feature | Andrew Kelley |
| 2020-02-19 | remove the concept of "sub-architecture" | Andrew Kelley |
| 2020-02-19 | arm: clean up the messy sub-architecture & CPU features | Andrew Kelley |
| 2020-02-19 | clean up arm CPU features | Andrew Kelley |
| 2020-02-19 | Add an appendValues method to ArrayList to append a value n times. (#4460) | Bas |
| 2020-02-19 | std: tagged unions are broken on arm64 | daurnimator |
| 2020-02-19 | std: add json.parse to automatically decode json into a struct | daurnimator |
| 2020-02-19 | std: add json.stringify to encode arbitrary values to JSON | daurnimator |
| 2020-02-19 | make the CLI support depending on system headers and libraries | Andrew Kelley |
| 2020-02-18 | improvements which allow zig to emit multiple things at once | Andrew Kelley |