| Age | Commit message (Expand) | Author |
| 2022-08-19 | fix std.os.windows.PathSpace.span | Andrew Kelley |
| 2022-08-11 | std: add missing error to windows.WriteFile | Andrew Kelley |
| 2022-05-27 | math: make `cast` return optional instead of an error | Ali Chraghi |
| 2022-05-02 | std.os.windows: upgrade to new function pointer semantics | Andrew Kelley |
| 2022-04-23 | std.Thread: Mutex and Condition improvements (#11497) | protty |
| 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-29 | improve comptime windows GUID.parse performance | Jonathan Marler |
| 2022-01-24 | use explicit integer bit widths for windows GUID | Jonathan Marler |
| 2022-01-04 | Add CANNOT_DELETE as a possible error in os.windows.DeleteFile | Ryan Liptak |
| 2022-01-02 | std.fs.rename: fix Windows implementation | Andrew Kelley |
| 2021-12-19 | stage1, stage2: rename c_void to anyopaque (#10316) | Isaac Freund |
| 2021-11-30 | std lib API deprecations for the upcoming 0.9.0 release | Andrew Kelley |
| 2021-11-09 | std.Thread.Mutex: change API to lock() and unlock() | Andrew Kelley |
| 2021-10-15 | std.os.windows: Fix typo (#9951) | Sizhe Zhao |
| 2021-09-14 | Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINE | Travis Martin |
| 2021-09-01 | std: fix regressions from this branch | Andrew Kelley |
| 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-29 | zig fmt: respect trailing commas in inline assembly | jdmichaud |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-07-29 | windows: add wrappers for LocalFree, SetThreadDescription and GetThreadDescri... | Vincent Rischmann |
| 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-21 | std, src, doc, test: remove unused variables | Jacob G-W |
| 2021-06-13 | std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY` | viri |
| 2021-06-11 | std.os.windows: implement <timeapi.h> (#8801) | viri |
| 2021-06-09 | windows: remove `TCHAR` idiom entirely | viri |
| 2021-06-01 | x/os/net: remove unnecessary comptime prefix in resolveScopeID() | Kenta Iwasaki |
| 2021-05-24 | Fix socklen_t cast in win32 recvfrom | Jens Goldberg |
| 2021-05-22 | Merge pull request #8844 from ifreund/inline | Andrew Kelley |
| 2021-05-21 | handle relative paths with too many ".." | Jonathan Marler |
| 2021-05-20 | have collapseRepeats return slice intead of just len | Jonathan Marler |
| 2021-05-20 | implement nt path conversion for windows | Jonathan Marler |
| 2021-05-20 | std: Windows: WSASocketW ensures WSAStartup | Andrew Kelley |
| 2021-05-20 | std.os: WSAStartup is now called upon socket creation when needed | Bxil |
| 2021-05-20 | Run `zig fmt` on src/ and lib/std/ | Isaac Freund |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-10 | x/os/socket, std/os/windows: implement loading winsock extensions | lithdew |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-08 | std: update usage of std.testing | Veikka Tuominen |
| 2021-04-29 | move behavior tests from test/stage1/ to test/ | Andrew Kelley |
| 2021-04-15 | std: change `@import("builtin")` to `std.builtin` | Andrew Kelley |
| 2021-02-28 | std: add sendmsg | daurnimator |
| 2021-02-10 | Convert inline fn to callconv(.Inline) everywhere | Tadeo Kondrak |
| 2021-01-25 | windows: make sure to handle PATH_NOT_FOUND when deleting files | Timon Kruiper |
| 2021-01-12 | define nfds_t for windows | Bill Nagel |
| 2021-01-11 | std.os.windows.GetFinalPathNameByHandle: remove intermediate buffers | Rohlem |