| Age | Commit message (Expand) | Author |
| 2023-06-10 | process: add more missing const | Jacob Young |
| 2023-06-10 | lib: add const to avoid regression | Jacob Young |
| 2023-06-10 | math.big.int: fix ctz of zero | Jacob Young |
| 2023-06-10 | std.hash: add xxhash to benchmark and fix its API | Andrew Kelley |
| 2023-06-10 | Sema: fix vector comparison and interning of -0 | Jacob Young |
| 2023-06-10 | InternPool: port most of value tags | Jacob Young |
| 2023-06-10 | remove the kludges from std.builtin | Andrew Kelley |
| 2023-06-10 | stage2: move function types to InternPool | Andrew Kelley |
| 2023-06-10 | stage2: move enum tag values into the InternPool | Andrew Kelley |
| 2023-06-10 | add std.hash.uint32 | Andrew Kelley |
| 2023-06-10 | std.builtin.AddressSpace: allocate one more bit to this enum | Andrew Kelley |
| 2023-06-10 | std.mem.alignForwardGeneric: manually inline the assertions | Andrew Kelley |
| 2023-06-10 | std.builtin: give some enums integer types | Andrew Kelley |
| 2023-06-10 | os/plan9: fix order of register setting in syscall1 | Jacob G-W |
| 2023-06-10 | Merge pull request #15980 from squeek502/walker-fixes | Veikka Tuominen |
| 2023-06-10 | std.hash_map: fetchRemove increment available | sentientwaffle |
| 2023-06-08 | Allow recovering from Walker.next errors without continually hitting the same... | Ryan Liptak |
| 2023-06-08 | Directory iteration: handle `EACCES` returned from `getdents64` | Ryan Liptak |
| 2023-06-08 | Use `iterateAssumeFirstIteration` in `Walker.next` to avoid unnecessary lseek... | Ryan Liptak |
| 2023-06-07 | reimplement wyhash v4.1 (#15969) | Marc Tiehuis |
| 2023-06-07 | std: fix parseInt for single-digit signed minInt (#15966) | Josh Wolfe |
| 2023-06-06 | crypto.bcrypt: allow very large passwords to be pre-hashed (#15955) | Frank Denis |
| 2023-06-03 | Merge pull request #15579 from squeek502/mem-delimiters | Andrew Kelley |
| 2023-06-03 | std.c: fix return type of recv/recvfrom on windows | dweiller |
| 2023-06-03 | Build: fix producesPdbFile logic (#15756) | xEgoist |
| 2023-06-03 | std.io.reader.Reader: add `streamUntilDelimiter` | Eric Joldasov |
| 2023-06-03 | Merge pull request #15927 from truemedian/http-bugs | Andrew Kelley |
| 2023-06-02 | Fix std.hash benchmarks (#15917) | Frank Denis |
| 2023-06-01 | std.http.Server: collapse BufferedConnection into Connection | Nameless |
| 2023-06-01 | std.http: add TlsAlert descriptions so that they can at least be viewed in er... | Nameless |
| 2023-06-01 | std.http.Client: collapse BufferedConnection into Connection | Nameless |
| 2023-06-01 | Use the word 'base' consistently instead of 'radix' | Evin Yulo |
| 2023-05-30 | Merge pull request #15905 from jacobly0/x86_64-hotfix | Jakub Konka |
| 2023-05-30 | RSA: remove usage of allocators (#15901) | Frank Denis |
| 2023-05-30 | cache: handle 0-length prefix paths in findPrefixResolved | kcbanner |
| 2023-05-29 | Merge pull request #15891 from mlugg/fix/dont-emit-fn-called-at-comptime | Andrew Kelley |
| 2023-05-29 | Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/... | Jacob Young |
| 2023-05-29 | std.debug: disable sporadically failing test | Andrew Kelley |
| 2023-05-29 | Prevent analysis of functions only referenced at comptime | mlugg |
| 2023-05-29 | Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p... | Andrew Kelley |
| 2023-05-29 | std.os: fix uname usage. | David CARLIER |
| 2023-05-29 | std.dwarf: handle DWARF 5 compile unit DW_AT_ranges correctly | mlugg |
| 2023-05-29 | Windows: Support UNC, rooted, drive relative, and namespaced/device paths | Ryan Liptak |
| 2023-05-29 | std.math.big.int: Fix typo | Mizuochi Keita |
| 2023-05-29 | std.math.big.int: Add Sqrt | Mizuochi Keita |
| 2023-05-29 | std.io.Writer: add support for non-power-of-two int sizes | Cortex |
| 2023-05-27 | poly1305: properly cast the mask from u1 to u64 (#15869) | Frank Denis |
| 2023-05-26 | std.Target adjustments | Veikka Tuominen |
| 2023-05-27 | Merge pull request #15803 from linusg/std-snek-case-enums | Veikka Tuominen |
| 2023-05-25 | std.Thread: refining stack size from platform minimum, changes more targetted... | David CARLIER |