| Age | Commit message (Expand) | Author |
| 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 |
| 2023-01-30 | implement `@qualCast` | Veikka Tuominen |
| 2022-12-31 | ChildProcess: fix false positives in windowsCreateProcessSupportsExtension | Ryan Liptak |
| 2022-12-19 | spawnWindows: Fix PATH searching when cwd is absolute | Ryan Liptak |
| 2022-12-18 | spawnWindows: Improve worst-case performance considerably | Ryan Liptak |
| 2022-12-17 | spawnWindows: Don't search PATH if app path is absolute | Ryan Liptak |
| 2022-12-17 | spawnWindows: If an exe is found but fails to exec, retry with PATHEXT values... | Ryan Liptak |
| 2022-12-17 | Add error.InvalidExe to CreateProcessW error set and handle it in ChildProces... | Ryan Liptak |
| 2022-12-16 | ChildProcess.spawnWindows: Drastically reduce the amount of allocation during... | Ryan Liptak |
| 2022-12-16 | ChildProcess.spawnWindows: Fix PATH search when the ext is in the command | Ryan Liptak |
| 2022-12-10 | child_process: add ability to start child suspended on macOS | Jakub Konka |
| 2022-11-29 | std.mem.Allocator: allow shrink to fail | Andrew Kelley |
| 2022-10-03 | std.ChildProcess: correct fn getUserInfo pkg in setUserName | alex |
| 2022-09-11 | Compilation: handle system C compiler not found | Andrew Kelley |
| 2022-05-27 | math: make `cast` return optional instead of an error | Ali Chraghi |
| 2022-05-26 | std.testing: remove tight coupling with executing zig as child process | Andrew Kelley |
| 2022-05-11 | remove extra storage from EnvMap on windows | Jonathan Marler |
| 2022-05-11 | Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic... | Jonathan Marler |
| 2022-04-29 | std: Do not allocate the result for ChildProcess.init | Jimmi Holst Christensen |
| 2022-04-28 | Revert "std.testing: add writeZigFile for TmpDir" | Andrew Kelley |
| 2022-04-28 | std.testing: add writeZigFile for TmpDir | matu3ba |
| 2022-04-21 | ran zig fmt on changes | Rabin Gaire |
| 2022-04-21 | update test message and using unreachable keyword for unintended test code path | Rabin Gaire |