| Age | Commit message (Expand) | Author |
| 2022-02-15 | Merge pull request #10003 from viriuwu/nt-thread-name | Veikka Tuominen |
| 2022-02-15 | std.Thread(windows): use NT internals for name fns | viri |
| 2022-02-11 | validate in Windows using VirtualQuery | m |
| 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-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-09-20 | adding support for UTF-8 output | HugoFlorentino |
| 2021-09-16 | Set the Storage socket sizes to be system defined | Stephen Gregoratto |
| 2021-09-14 | Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINE | Travis Martin |
| 2021-09-12 | os: usingnamespace fixes for std.x.os.Socket and std.os.TCP | Kenta Iwasaki |
| 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-09-01 | std.os: more reorganization efforts | Andrew Kelley |
| 2021-09-01 | std: reorganize std.c to eliminate `usingnamespace` | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-07-29 | windows/kernel32: add LocalFree, SetThreadDescription and GetThreadDescription | Vincent Rischmann |
| 2021-07-22 | Fixed compile error: 'bMenu' needs to casted. (#9426) | Michal Ziulek |
| 2021-07-07 | Fixed builtin.Target -> std.Target | Carlos Zúñiga |
| 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-18 | finish ChildProcess collectOutputWindows | Jonathan Marler |
| 2021-06-17 | std: Use WINAPI instead of .Stdcall | LemonBoy |
| 2021-06-17 | std: Avoid deadlocking in ChildProcess.exec | LemonBoy |
| 2021-06-13 | std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY` | viri |
| 2021-06-12 | std.Thread.Futex addition (#9070) | protty |
| 2021-06-11 | std.os.windows: implement <timeapi.h> (#8801) | viri |
| 2021-06-09 | std.Progress: use `*W` functions on windows | viri |
| 2021-06-09 | windows: remove `TCHAR` idiom entirely | viri |
| 2021-06-01 | os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible | Kenta Iwasaki |
| 2021-06-01 | os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage` | Kenta Iwasaki |
| 2021-06-01 | x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits | lithdew |
| 2021-05-22 | Merge pull request #7664 from marler8997/fixWindowsPaths | Andrew Kelley |
| 2021-05-21 | handle relative paths with too many ".." | Jonathan Marler |
| 2021-05-20 | Merge pull request #8776 from notviri/windows-wm-constants | Andrew Kelley |
| 2021-05-20 | implement nt path conversion for windows | Jonathan Marler |
| 2021-05-15 | remove range constants | viri |
| 2021-05-14 | std: re-add weird undocumented Win32 constants | viri |
| 2021-05-14 | std: fix & add os.windows.user32 WM constants | viri |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-10 | std/os/windows/ws2_32: add missing FIONBIO constant | lithdew |
| 2021-05-10 | x/os/socket, std/os/windows: implement loading winsock extensions | lithdew |
| 2021-05-10 | x/os, x/net, os:, fix typos/errors, add missing constants/docs | lithdew |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-04-29 | move behavior tests from test/stage1/ to test/ | Andrew Kelley |
| 2021-04-24 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-04-22 | std: fix compile errors caught by stage2 AstGen | Andrew Kelley |
| 2021-04-16 | Fix std.os.windows.user32.messageBoxW | Manuel Floruß |
| 2021-04-15 | std: change `@import("builtin")` to `std.builtin` | Andrew Kelley |
| 2021-03-22 | Fixed typo in user32 | Carlos Zúñiga |