| Age | Commit message (Expand) | Author |
| 2025-07-15 | os: remove useless error check | guoguangwu |
| 2025-04-24 | os,internal/poll: disassociate handle from IOCP in File.Fd | qmuntal |
| 2025-04-15 | os: handle trailing slashes in os.RemoveDir on Windows | Damien Neil |
| 2025-04-14 | os,internal/poll: support I/O on overlapped files not added to the poller | qmuntal |
| 2025-04-09 | os: clean-up NewFile tests | qmuntal |
| 2025-04-04 | os: support overlapped IO with NewFile | qmuntal |
| 2025-03-31 | os,internal/poll: support I/O on overlapped handles not added to the poller | qmuntal |
| 2024-11-19 | Revert "os: check for valid Windows path when creating files" | George Adams |
| 2024-10-31 | os: fix findOneDriveDir to expand REG_SZ registry values | George Adams |
| 2024-10-29 | os: check for valid Windows path when creating files | George Adams |
| 2024-10-28 | os: don't check for developer mode in TestSymlinkCreation | qmuntal |
| 2024-10-28 | os: add File.Close for TestFileStatNUL | changwang ma |
| 2024-09-23 | os: skip TestReadlink sub-tests requiring symlinks when not enough | qmuntal |
| 2024-09-04 | all: use t.Chdir in tests | Kir Kolyshkin |
| 2024-09-03 | math,os,os/*: use testenv.Executable | Kir Kolyshkin |
| 2024-07-25 | os,path/filepath,testing: use slices to clean up tests | apocelipes |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-04-16 | os: remove unused issueNo field | Tobias Klauser |
| 2024-03-05 | os: fix 63703.md release notes | qmuntal |
| 2024-03-04 | os: don't normalize volumes to drive letters in os.Readlink | qmuntal |
| 2024-03-04 | os: don't treat mount points as symbolic links | qmuntal |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-09-12 | all: fix Microsoft links | qmuntal |
| 2023-09-05 | all: use ^TestName$ regular pattern for invoking a single test | Dmitri Shuralyov |
| 2023-08-16 | os: support file systems without file IDs when reading directories on windows | qmuntal |
| 2023-08-08 | os: follow all name surrogate reparse points in Stat on Windows | 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-24 | os: explicitly check for invalid FD in NewFile | Michael Pratt |
| 2023-05-15 | os, syscall: support ill-formed UTF-16 strings on Windows | qmuntal |
| 2023-01-28 | os: fix findOneDriveDir to expand strings that contain environment variables | Daniela Petruzalek |
| 2023-01-23 | os: treat non-symlink reparse points as irregular files | Bryan C. Mills |
| 2023-01-19 | os: clean up tests | Bryan C. Mills |
| 2022-11-14 | os,syscall: File.Stat to use file handle for directories on Windows | qmuntal |
| 2022-11-09 | os: remove special casing of NUL in Windows file operations | Damien Neil |
| 2022-04-03 | os: run TestStatSymlinkLoop on all platforms | Tobias Klauser |
| 2021-04-09 | os: replace os.MkdirTemp with T.TempDir | Manlio Perillo |
| 2021-04-04 | os: don't use T.Cleanup in TestRemoveAllLongPath | Tobias Klauser |
| 2021-04-04 | os, path/filepath: use T.Cleanup to restore the original working directory | ianwoolf |
| 2021-01-18 | os: do not close syscall.Stdin in TestReadStdin | Jason A. Donenfeld |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-20 | all: update references to symbols moved from os to io/fs | Russ Cox |
| 2020-05-28 | os: in Symlink, stat the correct target path for drive-relative targets on Wi... | Bryan C. Mills |
| 2019-12-06 | all: fix most of the remaining windows -d=checkptr violations | Alex Brainman |
| 2019-09-09 | src: gofmt -s | Ainar Garipov |
| 2019-08-29 | os: return an error when the argument of Mkdir on Windows is os.DevNull | Constantin Konstantinidis |
| 2019-03-20 | os: fix windows Lstat missing name for some files | LE Manh Cuong |
| 2019-03-01 | os: make Readlink work with symlinks with target like \??\Volume{ABCD}\ | Alex Brainman |
| 2019-02-26 | all: fix typos as reported by 'misspell' | Leon Klingele |
| 2018-12-27 | os: add SyscallConn method for os.File | Ian Lance Taylor |