| Age | Commit message (Expand) | Author |
| 2021-05-15 | std: Avoid using white color when printing stacktraces | LemonBoy |
| 2021-05-14 | std: dragonfly: fix duplicate definition of sockaddr_storage | Andrew Kelley |
| 2021-05-15 | std.testing: Added newline to the error messages | ZapAnton |
| 2021-05-14 | Merge pull request #8757 from Snektron/spirv-stuff | Andrew Kelley |
| 2021-05-14 | std: rework math.scalbn (#8733) | viri |
| 2021-05-14 | Merge pull request #8764 from mattbork/json-usefirst | Andrew Kelley |
| 2021-05-14 | Merge pull request #8746 from koachan/sparc64-fixes | Andrew Kelley |
| 2021-05-14 | std.hash_map: use 7 bits of metadata instead of 6 | Sahnvour |
| 2021-05-14 | compiler-rt: Fix signedness mismatch in f128 mul impl | LemonBoy |
| 2021-05-14 | SPIR-V: Add generated SPIR-V features | Robin Voetter |
| 2021-05-14 | SPIR-V: Set default ofmt to spirv | Robin Voetter |
| 2021-05-14 | fix logic for duplicate comptime fields and avoid freeing comptime fields in ... | Matthew Borkowski |
| 2021-05-13 | Merge pull request #8611 from shachaf/precedence | Andrew Kelley |
| 2021-05-13 | start.zig: export main with strong linkage | Jakub Konka |
| 2021-05-13 | Add experimental Darling support for cross testing macOS | Jakub Konka |
| 2021-05-13 | fix duplicate_field_behavior UseFirst in json.zig | Matthew Borkowski |
| 2021-05-13 | std/json: Fix premature closing brace being considered valid JSON | Matthew Borkowski |
| 2021-05-12 | build system: fix wrong glibc dir passed to qemu for i386 | Andrew Kelley |
| 2021-05-13 | Add a comment to explain the alignment directive | Koakuma |
| 2021-05-12 | fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and Pri... | Matthew Borkowski |
| 2021-05-12 | Merge pull request #8698 from ifreund/scanZ | Andrew Kelley |
| 2021-05-12 | stage2: Drop LLVM's host CPU detection method as fallback | LemonBoy |
| 2021-05-12 | Add missing f128 compiler-rt shim | Koakuma |
| 2021-05-12 | std/mem: add sliceTo(), deprecate spanZ(), lenZ() | Isaac Freund |
| 2021-05-12 | Fix linux dirent64 buffer align directive | Koakuma |
| 2021-05-12 | stage2: Add CPU feature detection for macos | LemonBoy |
| 2021-05-12 | Define ENOTSUP for SPARC | Koakuma |
| 2021-05-11 | bsd: detect os version | Michael Dusan |
| 2021-05-11 | std/json: fix previous commit for std.testing changes | Isaac Freund |
| 2021-05-11 | fix a double free in parse when duplicate_field_behavior is UseLast and a lea... | Matthew Borkowski |
| 2021-05-11 | std.meta.Elem: support all optional types | Isaac Freund |
| 2021-05-11 | Merge pull request #8705 from LemonBoy/libc-fix | Andrew Kelley |
| 2021-05-11 | test runner: avoid an "out of memory" error return trace entry | Andrew Kelley |
| 2021-05-11 | test runner: print error return trace after failed test | Andrew Kelley |
| 2021-05-11 | std: Fix offset param splitting for preadv/pwritev | LemonBoy |
| 2021-05-11 | fix AutoArrayHashMap's store_hash logic | Matthew Borkowski |
| 2021-05-11 | std: Fix fallocate offset type | LemonBoy |
| 2021-05-11 | std: Add more tests, fix broken code | LemonBoy |
| 2021-05-11 | std: Harmonize use of off_t between libc and Zig impls | LemonBoy |
| 2021-05-11 | std: Fix cast that's sometimes invalid | LemonBoy |
| 2021-05-11 | c: Fix prototypes for bcmp and memcmp | LemonBoy |
| 2021-05-11 | std: Prefer 64bit libc functions where possible | LemonBoy |
| 2021-05-10 | Merge pull request #8711 from lithdew/master | Andrew Kelley |
| 2021-05-10 | stage1: remove outdated error message regarding #447 | jacob gw |
| 2021-05-10 | std/os: add missing sockaddr_storage defs | lithdew |
| 2021-05-10 | std/os: fix sockaddr_storage padding size | lithdew |
| 2021-05-10 | x/os, os: fix setsockopt on windows, simplify Socket.setOption error set | lithdew |
| 2021-05-10 | std/os/windows/ws2_32: add missing FIONBIO constant | lithdew |
| 2021-05-10 | x/os/socket, std/os/windows: implement loading winsock extensions | lithdew |
| 2021-05-10 | x/os, x/net, os:, fix typos/errors, add missing constants/docs | lithdew |