| Age | Commit message (Expand) | Author |
| 2021-05-12 | std: fix redundant comptime keywords | Andrew Kelley |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-12 | build system: fix wrong glibc dir passed to qemu for i386 | Andrew Kelley |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 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 | std/mem: add sliceTo(), deprecate spanZ(), lenZ() | Isaac Freund |
| 2021-05-12 | stage2: Add CPU feature detection for macos | LemonBoy |
| 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 | stage2: type declarations ZIR encode AnonNameStrategy | Andrew Kelley |
| 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 |
| 2021-05-10 | x/os/socket_posix.zig: make linger struct extern | Kenta Iwasaki |
| 2021-05-10 | x/os/socket: use sockaddr_storage for accept() | lithdew |
| 2021-05-10 | x/net/tcp, x/os/socket: tcp.Client.{Reader, Writer} | lithdew |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-05-10 | Merge pull request #8723 from jedisct1/init-stat | Jakub Konka |
| 2021-05-09 | p256: properly handle neutral element & add AffineCoordinates struct (#8718) | Frank Denis |
| 2021-05-09 | Shorten | Frank Denis |
| 2021-05-09 | Initialize the Stat structure | Frank Denis |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-08 | Merge pull request #8686 from Vexu/try | Andrew Kelley |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-08 | update usage of std.testing in compiler_rt | Veikka Tuominen |
| 2021-05-08 | std: update usage of std.testing | Veikka Tuominen |
| 2021-05-08 | allow tests to fail | Veikka Tuominen |
| 2021-05-07 | std: start code on linux when -lc also expands stack size | Andrew Kelley |
| 2021-05-07 | std: start code increases stack size as appropriate on linux | Andrew Kelley |
| 2021-05-06 | Sema: implement `@typeInfo` for functions | Andrew Kelley |