| Age | Commit message (Expand) | Author |
| 2023-06-19 | std.mem.order: use for loop syntax | Andrew Kelley |
| 2023-06-19 | std: Support user-provided jsonParse method. Unify json.Parser and json.parse... | Josh Wolfe |
| 2023-06-18 | Merge pull request #16080 from squeek502/windows-vt | Andrew Kelley |
| 2023-06-18 | Merge pull request #15867 from devnexen/haiku_malloc_usable_size | Andrew Kelley |
| 2023-06-18 | std.math.isPowerOfTwo: add tests and doc comment and improve assert | r00ster91 |
| 2023-06-18 | std.c: exposing timer api | David CARLIER |
| 2023-06-17 | Remove unnecessary isatty call from supportsAnsiEscapeCodes | Ryan Liptak |
| 2023-06-17 | windows: detect ANSI support in more terminals | Christofer Nolander |
| 2023-06-17 | std.http: Fix segfault while redirecting | Mizuochi Keita |
| 2023-06-17 | Merge pull request #15501 from matu3ba/win_rmwithposix | Andrew Kelley |
| 2023-06-17 | zlib: naming convention | Xavier Bouchoux |
| 2023-06-17 | std: add zlib stream writer | dantecatalfamo |
| 2023-06-17 | std: replace builtin.Version with SemanticVersion | r00ster91 |
| 2023-06-17 | Merge pull request #16052 from mikdusan/bsd-getdents | Andrew Kelley |
| 2023-06-17 | mem: rename align*Generic to mem.align* | Motiejus Jakštys |
| 2023-06-17 | wyhash: support comptime usage | Marc Tiehuis |
| 2023-06-17 | privatize std.mem.writePackedInt{Big, Little} | Evin Yulo |
| 2023-06-16 | add additional errno (INTR) to tcset,getpgrp calls | Gregory Mullen |
| 2023-06-16 | Merge pull request #16003 from g-w1/plan9-lazy-syms | Andrew Kelley |
| 2023-06-16 | migration: std.math.{min, min3, max, max3} -> `@min` & `@max` | r00ster91 |
| 2023-06-16 | plan9: flesh out stdlib enough to allow not using simplified start logic | Jacob G-W |
| 2023-06-16 | std.Build.Step.Run: add stdin to cache manifest | Isaac Freund |
| 2023-06-15 | dragonfly: fix std.c.getdents | Michael Dusan |
| 2023-06-15 | openbsd: fix std.c.getdents and debitrot | Michael Dusan |
| 2023-06-15 | freebsd: fix std.c.getdents | Michael Dusan |
| 2023-06-15 | target.zig adds ps4 and ps5 type sizes. | Dumitru Stavila |
| 2023-06-14 | std.atomic.Atomic: update tests to new for-loop syntax, re-enable test with isel | Eric Joldasov |
| 2023-06-14 | windows.sendto fix (#15831) | Marcos O |
| 2023-06-13 | Merge pull request #15957 from BratishkaErik/deprecated- | Andrew Kelley |
| 2023-06-13 | Fix pdqSort+heapSort for ranges besides 0..len (#15982) | Niles Salter |
| 2023-06-13 | publicize std.rand.ziggurat | Evin Yulo |
| 2023-06-13 | allow run step to skip foreign binary execution if executor fails | Lee Cannon |
| 2023-06-13 | crypto.pcurves: don't assume that points with X=0 are at infinity (#16017) | Frank Denis |
| 2023-06-13 | os.connect: mark ECONNABORTED as unreachable | Evin Yulo |
| 2023-06-13 | Never implicitly add rpaths for each lib dir, add NixOS libdir to rpath | Jan200101 |
| 2023-06-13 | Remove CheckObjectStep.runAndCompare (#15973) | Zapolsky Anton |
| 2023-06-13 | fix typo in std.Uri | Evin Yulo |
| 2023-06-13 | bpf: expose "syscall" program type and F_SLEEPABLE flag | bfredl |
| 2023-06-13 | std.mem.ValidationAllocator: forward free() calls | dweiller |
| 2023-06-13 | Merge pull request #15985 from erikarvstedt/fix-arena-alloc | Andrew Kelley |
| 2023-06-13 | all: replace `comptime try` with `try comptime` | Eric Joldasov |
| 2023-06-13 | std.Build.Step.Compile: remove `addSystemIncludeDir`, `addIncludeDir`, `addLi... | Eric Joldasov |
| 2023-06-13 | std.builtin: remove `TypeInfo` and `Type.FnArg` (deprecated in 0.10) | Eric Joldasov |
| 2023-06-13 | std.crypto.sign.Ed25519: remove `sign`, `verify`, `key_blinding.sign`, and | Eric Joldasov |
| 2023-06-13 | std.debug: remove `warn` (deprecated in 0.9) | Eric Joldasov |
| 2023-06-13 | std.fmt: remove `e`, `E`, `z`, and `Z` specifiers (deprecated in 0.8) | Eric Joldasov |
| 2023-06-13 | std.fmt.formatValue: remove `B` and `Bi` specifiers (deprecated in 0.8) | Eric Joldasov |
| 2023-06-13 | std.fifo.LinearFifo: remove `ensureCapacity` (deprecated in 0.9) | Eric Joldasov |
| 2023-06-13 | std.io: remove `FindByteOutStream` and `findByteOutStream` (deprecated in | Eric Joldasov |
| 2023-06-13 | std.meta: remove `TagType` (deprecated in 0.9) | Eric Joldasov |