| Age | Commit message (Expand) | Author |
| 2023-10-17 | std.fs: fix relative symbolic links on Windows | Andrew Kelley |
| 2023-09-03 | std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix ... | Jan Philipp Hafer |
| 2023-08-23 | std.windows: use atomic rename, if possible (#16717) | matu3ba |
| 2023-08-18 | Add NetworkNotFound to ReadLinkError | Ryan Liptak |
| 2023-08-17 | Fix ntToWin32Namespace and friends on big endian architectures | Ryan Liptak |
| 2023-08-15 | windows.GetFinalPathNameByHandle: Support UNC paths | Ryan Liptak |
| 2023-08-15 | Fix windows.CreateSymbolicLink/ReadLink for non-relative paths | Ryan Liptak |
| 2023-08-11 | Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel... | Ryan Liptak |
| 2023-07-28 | windows_sdk.zig: Reinstate COM ISetupEnumInstances logic | Ryan Liptak |
| 2023-07-27 | Add fs.path.ComponentIterator and use it in Dir.makePath | Ryan Liptak |
| 2023-07-27 | windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error | Ryan Liptak |
| 2023-07-24 | Use builtin inference over @as where possible | Zachary Raineri |
| 2023-07-23 | Handle INVALID_DEVICE_REQUEST in std.os.windows.DeviceIoControl | Ryan Liptak |
| 2023-07-23 | child_process: Fix regression on Windows for FAT filesystems | Ryan Liptak |
| 2023-07-23 | windows.DeleteFile: Use FileDispositionInformationEx if possible, but fallbac... | Ryan Liptak |
| 2023-07-20 | debug: fix reading -gdwarf generated debug sections in COFF files | kcbanner |
| 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-16 | migration: std.math.{min, min3, max, max3} -> `@min` & `@max` | r00ster91 |
| 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-07 | convert s[start..start+len] to s[start..][0..len] | dweiller |
| 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-25 | zig fmt | Andrew Kelley |
| 2023-04-25 | change semantics of `@memcpy` and `@memset` | Andrew Kelley |
| 2023-04-18 | windows: Handle `DELETE_PENDING` in `DeleteFile`. | xEgoist |
| 2023-04-17 | windows: better error handling for DeleteFile. | xEgoist |
| 2023-04-16 | windows: use NtSetInformationFile in DeleteFile. | xEgoist |
| 2023-04-14 | windows: replace GetPhysicallyInstalledSystemMemory with ntdll. | xEgoist |
| 2023-03-30 | std: simplify VirtualProtectEx and fix ntdll signature | Jakub Konka |
| 2023-03-30 | std: move ntdll wrappers to std.os.windows | Jakub Konka |
| 2023-03-23 | Refactored GetProcessMemoryInfo to return `VM_COUNTERS` | xEgoist |
| 2023-03-22 | Implemented Zig wrapper for `GetProcessMemoryInfo` | xEgoist |
| 2023-03-21 | Merge pull request #14841 from squeek502/is-cygwin-pty-stuff | Veikka Tuominen |
| 2023-03-19 | Fix GetFileInformationByHandle compile error (#14829) | Reuben Dunnington |
| 2023-03-19 | Remove std.os.windows.QueryInformationFile (a wrapper of NtQueryInformationFile) | Ryan Liptak |
| 2023-03-15 | std.os.windows.OpenFile: handle DELETE_PENDING | Andrew Kelley |
| 2023-03-08 | os.isCygwinPty: Fix a bug, replace kernel32 call, and optimize | Ryan Liptak |
| 2023-03-01 | Fixes #13893 - some standard library networking tests are failing on Windows | Binary Craft |
| 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 |