| Age | Commit message (Expand) | Author |
| 2025-10-31 | std.os.windows: eliminate forwarder function in kernel32 (#25766) | qilme |
| 2025-03-04 | add FFI & wrappers for NtAllocateVirtualMemory & NtFreeVirtualMemory + add mi... | ziggoon |
| 2025-02-13 | std.time: more precise `nanoTimestamp` in windows | Ali Cheraghi |
| 2024-11-02 | std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi. | Alex Rønne Petersen |
| 2024-03-16 | Windows: Replace CreatePipe with ntdll implementation | Stephen Gregoratto |
| 2023-11-21 | replace qpf and qpc | expikr |
| 2023-11-03 | start.zig: Replace kernel32 usage with ntdll | Ryan Liptak |
| 2023-07-20 | debug: fix reading -gdwarf generated debug sections in COFF files | kcbanner |
| 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-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-30 | coff: reimplement VirtualProtectEx using our own ntdll wrapper | Jakub Konka |
| 2023-03-23 | fmt: lib/std/os/windows/ntdll.zig | xEgoist |
| 2023-03-22 | Implemented Zig wrapper for `GetProcessMemoryInfo` | xEgoist |
| 2023-03-08 | os.isCygwinPty: Fix a bug, replace kernel32 call, and optimize | Ryan Liptak |
| 2023-01-20 | std: implement os.mprotect on Windows | mlugg |
| 2023-01-04 | debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a... | Casey Banner |
| 2022-11-28 | windows: use RtlQueryRegistryValues to query reg in a single syscall | Jakub Konka |
| 2022-11-28 | windows: impl some primitives for getting registry keys | Jakub Konka |
| 2022-05-11 | remove RtlUpcaseUnicodeString, no longer needed | Jonathan Marler |
| 2022-05-11 | fix ntdll extern casing | Jonathan Marler |
| 2022-05-11 | add unicode support | Jonathan Marler |
| 2022-05-11 | Add `process.EnvMap`, a platform-independent environment variable map | Ryan Liptak |
| 2022-02-19 | os.getenvW: Fix case-insensitivity for Unicode env var names | Ryan Liptak |
| 2022-01-15 | std.os.windows: add ntdll thread information APIs | viri |
| 2022-01-15 | std.os.windows: fix casing for `ntdll.lib` | viri |
| 2021-12-19 | stage1, stage2: rename c_void to anyopaque (#10316) | Isaac Freund |
| 2021-09-01 | std: reorganization that allows new usingnamespace semantics | Andrew Kelley |
| 2021-09-01 | std.os.windows: reorg to avoid `usingnamespace` | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-06-29 | std: implement a cross platform file locking abstraction | Andrew Kelley |
| 2021-06-29 | implement std.fs.File.setLock for Windows | Andrew Kelley |
| 2021-06-12 | std.Thread.Futex addition (#9070) | protty |
| 2021-01-11 | std.os.windows.GetFinalPathNameByHandle: address non-structural review comments | Rohlem |
| 2021-01-11 | introduce std.os.windows.QueryObjectName | Rohlem |
| 2020-12-31 | Year++ | Frank Denis |
| 2020-12-09 | small fixes and zig fmt | Vexu |
| 2020-11-19 | Update code to not use unsupported calling conventions for target | Tadeo Kondrak |
| 2020-11-18 | Switch to RtlSetCurrentDirectory_U | Lee Cannon |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley |
| 2020-07-27 | Replace DeviceIoControl with FsControlFile | Jakub Konka |
| 2020-03-13 | Add NtDll-based ftruncate implementation | LemonBoy |
| 2020-02-29 | target: Implement OS version detection for Windows | LemonBoy |
| 2020-02-16 | implement os.faccessat for Windows | Andrew Kelley |
| 2020-01-07 | Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato... | Andrew Kelley |
| 2020-01-02 | Implement the callconv() annotation | LemonBoy |
| 2019-12-29 | std: sentinel terminated pointers for utf16 apis | daurnimator |