| Age | Commit message (Expand) | Author |
| 2024-01-23 | runtime,internal/poll: move websocket handling out of the runtime on Windows | qmuntal |
| 2023-12-18 | internal/syscall/windows: fix the signature of SetFileInformationByHandle | Bryan C. Mills |
| 2023-10-20 | crypto/rand,runtime: switch RtlGenRandom for ProcessPrng | Roland Shoemaker |
| 2023-08-25 | os: omit existence check for GetFinalPathNameByHandle | qmuntal |
| 2023-08-16 | os: support file systems without file IDs when reading directories on windows | qmuntal |
| 2023-08-09 | os: make MkdirAll support volume names | qmuntal |
| 2023-08-07 | os: fix test failure when Workstation service is not enabled | qiulaidongfeng |
| 2023-07-25 | os: mark the share created by TestNetworkSymbolicLink as temporary | Bryan C. Mills |
| 2023-05-15 | os, syscall: support ill-formed UTF-16 strings on Windows | qmuntal |
| 2023-05-02 | cmd/link: generate .xdata PE section | qmuntal |
| 2023-05-02 | cmd/link: generate .pdata PE section | qmuntal |
| 2023-04-11 | runtime: filter i/o async entries using completion key on windows | Will Hawkins |
| 2023-01-28 | os: use GetTempPath2 on Windows if available | Thanonchai W |
| 2023-01-24 | os: use handle based APIs to read directories on windows | qmuntal |
| 2022-09-09 | internal/syscall/windows: simplify unsafe.Slice usage | Cuong Manh Le |
| 2022-09-09 | internal/syscall/windows: use unsafe.Slice instead of unsafeheader package | Tobias Klauser |
| 2022-08-20 | runtime/pprof: add memory mapping info for Windows | Egon Elbre |
| 2022-06-03 | cmd/go: add functions to read index file | Michael Matloob |
| 2022-04-04 | Revert "os: add handling of os.Interrupt for windows" | Bryan Mills |
| 2022-04-03 | os: add handling of os.Interrupt for windows | Constantin Konstantinidis |
| 2021-01-15 | syscall: remove RtlGenRandom and move it into internal/syscall | Jason A. Donenfeld |
| 2020-09-11 | os: implement File.Chmod on Windows | Constantin Konstantinidis |
| 2020-05-03 | syscall, internal/syscall/windows: remove utf16PtrToString parameter | Alex Brainman |
| 2020-04-02 | internal/syscall/windows: change WSAMsg.Name type | Alex Brainman |
| 2019-12-06 | all: fix most of the remaining windows -d=checkptr violations | Alex Brainman |
| 2019-05-16 | os: pass correct environment when creating Windows processes | Jason A. Donenfeld |
| 2018-11-02 | internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/go | Bryan C. Mills |
| 2018-04-27 | os: os: make Stat("*.txt") fail on windows | Yasuhiro Matsumoto |
| 2018-04-14 | net: implement (*syscall.RawConn).Read/Write on Windows | Aman Gupta |
| 2017-11-10 | net: implement ReadMsg/WriteMsg on windows | Aman Gupta |
| 2017-11-07 | net: use WSASocket instead of socket call | Alex Brainman |
| 2017-10-05 | path/filepath: re-implement windows EvalSymlinks | Alex Brainman |
| 2016-11-07 | internal/syscall/windows: add GetModuleFileName | Shenghou Ma |
| 2016-10-19 | os, syscall: fix incorrect offset calculation in Readlink on windows | Hiroshi Ioka |
| 2016-10-14 | os: use FindFirstFile when GetFileAttributesEx fails in Stat | Alex Brainman |
| 2016-10-13 | os: make readConsole handle its input and output correctly | Alex Brainman |
| 2016-10-12 | os: add new tests for symbolic links and directory junctions | Alex Brainman |
| 2016-09-21 | os: use GetConsoleCP() instead of GetACP() | Yasuhiro Matsumoto |
| 2016-08-24 | syscall, internal/syscall/windows, internal/syscall/windows/registry: make go... | Alex Brainman |
| 2016-05-12 | syscall: make mksyscall_windows.go -systemdll flag true by default | Alex Brainman |
| 2016-04-01 | runtime, syscall: only search for Windows DLLs in the System32 directory | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-01-08 | internal/syscall/windows: correct GetACP and MultiByteToWideChar | Alex Brainman |
| 2015-12-17 | os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co... | mattn |
| 2015-12-10 | net, internal/syscall/windows: fix interface and address identification on wi... | Mikio Hara |
| 2015-04-09 | os: windows Rename should overwrite destination file. | Daniel Theophanes |
| 2015-03-31 | crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVe... | Alex Brainman |
| 2015-03-30 | crypto/x509: skip SHA2 system verify test if not supported. | Daniel Theophanes |
| 2015-02-25 | os: Use GetComputerNameEx to get Hostname on win32 | Carlos Castillo |
| 2015-02-10 | net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windows | mattn |