| Age | Commit message (Expand) | Author |
| 2023-07-24 | Use builtin inference over @as where possible | Zachary Raineri |
| 2023-07-23 | std.os.windows.advapi32: add RegLoadAppKeyW | Eric Joldasov |
| 2023-07-23 | std.os.windows.advapi32: add RegGetValueW | Eric Joldasov |
| 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-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-18 | std: fix uses of comptime blocks in non-inline functions | mlugg |
| 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-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-15 | add std.process.totalSystemMemory | Andrew Kelley |
| 2023-03-08 | os.isCygwinPty: Fix a bug, replace kernel32 call, and optimize | Ryan Liptak |
| 2023-03-07 | std.os.windows.advapi32: Add RegCloseKey | Gaëtan |
| 2023-03-01 | Fixes #13893 - some standard library networking tests are failing on Windows | Binary Craft |
| 2023-02-24 | fix RegQueryValueExW api | Gaëtan S |
| 2023-01-23 | std: eliminate pointless meta.assumeSentinel() usage | Isaac Freund |
| 2023-01-20 | std: implement os.mprotect on Windows | mlugg |
| 2023-01-19 | Make `res` nullable in `getaddrinfo` | Jarred Sumner |
| 2023-01-19 | fix selectSymbol function pointers | star-tek-mb |
| 2023-01-17 | clean up windows cert scanning | Andrew Kelley |
| 2023-01-17 | windows root certificate scanning | star-tek-mb |
| 2023-01-08 | windows: rework DebugInfo to use less file operations and fix some memory man... | kcbanner |
| 2023-01-04 | debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a... | Casey Banner |
| 2023-01-02 | remove the experimental std.x namespace | Andrew Kelley |
| 2022-12-18 | standalone tests: Add windows spawn test | Ryan Liptak |
| 2022-12-11 | std: fix compile error bitrot | Andrew Kelley |
| 2022-12-06 | remove most conditional compilation based on stage1 | Andrew Kelley |
| 2022-11-28 | windows: fix signature of kernel32.RegOpenKeyExW to use *HKEY | Jakub Konka |
| 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-11-28 | windows: add processor feature enumeration | Jakub Konka |
| 2022-09-29 | std: Replace use of stage1 function pointers | ominitay |
| 2022-09-07 | x86_64: implement Windows x64 calling convention | Jakub Konka |
| 2022-06-07 | add const to msghdr_const iov and control pointers | Jonathan Marler |
| 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-05-11 | Merge pull request #10595 from squeek502/getenvW-case | Andrew Kelley |
| 2022-04-23 | add GetProcessTimes binding to the kernel32.zig (#11488) | Morritz |
| 2022-02-19 | os.getenvW: Fix case-insensitivity for Unicode env var names | Ryan Liptak |