| Age | Commit message (Expand) | Author |
| 2024-02-11 | some API work on std.c, std.os, std.os.wasi | Andrew Kelley |
| 2024-02-09 | Merge pull request #18712 from Vexu/std.options | Andrew Kelley |
| 2024-02-02 | std.process.Child: use unreachable instead of `@panic` | Andrew Kelley |
| 2024-02-01 | remove std.io.Mode | Veikka Tuominen |
| 2024-01-16 | child_process: Use security attributes while creating handle. | xEgoist |
| 2024-01-16 | child_process: Add write access to the null handle | xEgoist |
| 2023-12-18 | More accurate argv-to-command-line serialization when spawning child processe... | Carl Ã…stholm |
| 2023-11-23 | Merge pull request #18085 from ziglang/std-atomics | Andrew Kelley |
| 2023-11-22 | rework std.atomic | Andrew Kelley |
| 2023-11-22 | update for the std.fs.Dir changes | Andrew Kelley |
| 2023-11-19 | lib: correct unnecessary uses of 'var' | mlugg |
| 2023-10-31 | std.builtin.Endian: make the tags lower case | Andrew Kelley |
| 2023-10-31 | mem: fix ub in writeInt | Jacob Young |
| 2023-10-22 | child_process + Build: rename exec to run + all related code | Jan Philipp Hafer |
| 2023-10-18 | std.ChildProcess: fix error in killWindows | Krzysztof Wolicki |
| 2023-10-17 | Double check that child processes have really exited when | Ben Crist |
| 2023-10-17 | return error.AlreadyTerminated from std.ChildProcess.kill when necessary | Ben Crist |
| 2023-10-01 | Sema: add `@errorCast` which works for both error sets and error unions | Veikka Tuominen |
| 2023-08-11 | Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel... | Ryan Liptak |
| 2023-08-06 | std: remove some unused imports (#16710) | Zachary Raineri |
| 2023-07-27 | windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error | Ryan Liptak |
| 2023-07-23 | child_process: Fix regression on Windows for FAT filesystems | Ryan Liptak |
| 2023-06-25 | std.cstr: deprecate namespace | Eric Joldasov |
| 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-10 | InternPool: add optional coercion | Jacob Young |
| 2023-06-10 | lib: add const to avoid regression | Jacob Young |
| 2023-06-03 | Merge pull request #15579 from squeek502/mem-delimiters | Andrew Kelley |
| 2023-05-29 | Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/... | Jacob Young |
| 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-13 | Update all std.mem.tokenize calls to their appropriate function | Ryan Liptak |
| 2023-04-30 | std: fix a bunch of typos | Linus Groh |
| 2023-04-28 | update codebase to use `@memset` and `@memcpy` | Andrew Kelley |
| 2023-03-25 | std.process.Child: implement maxrss on Darwin | tjog |
| 2023-03-23 | Refactored GetProcessMemoryInfo to return `VM_COUNTERS` | xEgoist |
| 2023-03-22 | Implemented Zig wrapper for `GetProcessMemoryInfo` | xEgoist |
| 2023-03-22 | Implemented getMaxRss for Windows | xEgoist |
| 2023-03-15 | fix wasm bootstrapping compilation errors | Andrew Kelley |
| 2023-03-15 | std: child process API supports rusage data | Andrew Kelley |
| 2023-03-15 | eliminate stderr usage in std.Build make() functions | Andrew Kelley |
| 2023-03-15 | stage2: hot code swapping PoC | Andrew Kelley |
| 2023-03-10 | eliminate posix_spawn from the standard library | Andrew Kelley |
| 2023-03-03 | std.process.Child: remove pid and handle, add id | Andrew Kelley |
| 2023-03-01 | std.io.poll: remove done function | Jonathan Marler |
| 2023-03-01 | std.child_process: use std.io.poll for collectOutput | Jonathan Marler |
| 2023-02-27 | delete a subtly incorrect Haiku collectOutput implementation | Andrew Kelley |
| 2023-02-21 | Introduce ChildProcess.collectOutput (#12295) | Komari Spaghetti |
| 2023-02-18 | update std lib and compiler sources to new for loop syntax | Andrew Kelley |
| 2023-02-15 | split `@qualCast` into `@constCast` and `@volatileCast` | Veikka Tuominen |