| Age | Commit message (Expand) | Author |
| 2023-07-20 | debug: fix initialization of the optional fields on StackIterator | kcbanner |
| 2023-07-20 | debug: fix reading -gdwarf generated debug sections in COFF files | kcbanner |
| 2023-07-20 | linux: rework getcontext to closer match the specification (saved IP/SP match... | kcbanner |
| 2023-07-20 | debug: x86 unwinding support, more unwinding fixes | kcbanner |
| 2023-07-20 | linux: add getcontext for x86_64 | kcbanner |
| 2023-07-20 | more UEFI alignment fixes | xdBronch |
| 2023-07-14 | fix alignment error in uefi FileInfo protocol | xdBronch |
| 2023-07-10 | Merge pull request #16100 from squeek502/windows-path-compare | Andrew Kelley |
| 2023-07-08 | std.os.uefi: use std.os.uefi.cc instead of .C as calling convention | r00ster91 |
| 2023-07-04 | bootstrap: support aarch64 in 32-bit mode | Jacob Young |
| 2023-06-30 | Add `os.windows.nls.upcaseW`, a cross-platform implementation of `RtlUpcaseUn... | Ryan Liptak |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg |
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov |
| 2023-06-17 | windows: detect ANSI support in more terminals | Christofer Nolander |
| 2023-06-17 | Merge pull request #15501 from matu3ba/win_rmwithposix | Andrew Kelley |
| 2023-06-17 | std: replace builtin.Version with SemanticVersion | r00ster91 |
| 2023-06-17 | mem: rename align*Generic to mem.align* | Motiejus Jakštys |
| 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-13 | bpf: expose "syscall" program type and F_SLEEPABLE flag | bfredl |
| 2023-06-10 | os/plan9: fix order of register setting in syscall1 | Jacob G-W |
| 2023-05-30 | Merge pull request #15905 from jacobly0/x86_64-hotfix | Jakub Konka |
| 2023-05-29 | Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/... | Jacob Young |
| 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 | Windows: Support UNC, rooted, drive relative, and namespaced/device paths | Ryan Liptak |
| 2023-05-26 | std.Target adjustments | Veikka Tuominen |
| 2023-05-22 | fix type errors in os.linux (#15801) | yujiri8 |
| 2023-05-19 | std.os: add linux timer api | David CARLIER |
| 2023-05-13 | std.os: adding linux's sched_setaffinity and its wrapper | David CARLIER |
| 2023-05-13 | Merge pull request #15643 from Vexu/fixes | Veikka Tuominen |
| 2023-05-13 | linux adding some NUMA support | David CARLIER |
| 2023-05-11 | Add tc{set,get}pgrp to std.os.linux | Gregory Mullen |
| 2023-05-11 | fix incorrect use of mutable pointers to temporary values | Veikka Tuominen |
| 2023-05-07 | convert s[start..start+len] to s[start..][0..len] | dweiller |
| 2023-05-03 | bpf: correct return type of ringbuf_output helper | Tw |
| 2023-05-01 | address review by user @squeek502 | Jan Philipp Hafer |
| 2023-05-01 | apply suggestion by user @xEgoist | Jan Philipp Hafer |
| 2023-05-01 | std.windows: use posix semantics to delete files, if available | Martin Wickham |
| 2023-04-30 | std: fix a bunch of typos | Linus Groh |
| 2023-04-28 | std.os.windows: fix overlapping copy | Andrew Kelley |
| 2023-04-28 | std: update to use `@memcpy` directly | Andrew Kelley |
| 2023-04-28 | update codebase to use `@memset` and `@memcpy` | Andrew Kelley |
| 2023-04-27 | fix incorrect struct definition | 朕与将军解战袍 |
| 2023-04-25 | zig fmt | Andrew Kelley |
| 2023-04-25 | change semantics of `@memcpy` and `@memset` | Andrew Kelley |
| 2023-04-24 | std: fix windows resource leaks | Jacob Young |
| 2023-04-23 | Improvements to docs and text | zooster |
| 2023-04-23 | std.os.linux: Add new CAP constants | Hubert Jasudowicz |