| Age | Commit message (Expand) | Author |
| 2025-02-19 | path/filepath: use RtlIsDosDeviceName_U to detect Windows devices | qmuntal |
| 2024-09-04 | all: use t.Chdir in tests | Kir Kolyshkin |
| 2024-07-25 | os,path/filepath,testing: use slices to clean up tests | apocelipes |
| 2024-03-22 | path/filepath: use slices to simplify the test code | apocelipes |
| 2024-03-04 | os: don't treat mount points as symbolic links | qmuntal |
| 2024-02-26 | path/filepath: add Localize | Damien Neil |
| 2024-02-26 | path/filepath: support multiple TestAbs runs on Windows | qmuntal |
| 2023-11-09 | path/filepath: consider \\?\c: as a volume on Windows | Damien Neil |
| 2023-11-07 | path/filepath: fix various issues in parsing Windows paths | Damien Neil |
| 2023-09-12 | io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntry | mstmdev |
| 2023-08-08 | path/filepath: don't drop .. elements when cleaning invalid Windows paths | Damien Neil |
| 2023-06-16 | path/filepath: avoid assuming that GOROOT/test is present | Bryan C. Mills |
| 2023-05-04 | all: add String for fs.{FileInfo,DirEntry} implementations | Ian Lance Taylor |
| 2023-04-14 | path/filepath,cmd/go: skip tests involving double-symlinks on ios | Bryan C. Mills |
| 2023-04-13 | path/filepath: add test cases for walking a symlink-to-symlink-to-dir | Bryan C. Mills |
| 2023-04-11 | all: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2023-02-14 | path/filepath: do not Clean("a/../c:/b") into c:\b on Windows | Damien Neil |
| 2023-01-25 | os: make Lstat for symlinks on Windows consistent with POSIX | Bryan C. Mills |
| 2023-01-20 | path/filepath: fix evaluation of symlinks to paths under /tmp on macOS | matsuyoshi30 |
| 2022-12-02 | path/filepath: make Join("c:", "/a") return "c:/a" again | Damien Neil |
| 2022-11-17 | path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocal | Damien Neil |
| 2022-11-17 | path/filepath: remove IsLocal tests dependent on Windows version | Damien Neil |
| 2022-11-16 | path/filepath: add IsLocal | Damien Neil |
| 2022-11-09 | Revert "path/filepath: change IsAbs("NUL") to return true" | Damien Neil |
| 2022-11-09 | path/filepath: detect all forms of \\ volume paths on Windows | Damien Neil |
| 2022-08-25 | path/filepath, io/fs: add SkipAll | Paschalis Tsilias |
| 2022-05-24 | path/filepath: do not remove prefix "." when following path contains ":". | Yasuhiro Matsumoto |
| 2022-03-28 | io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call | Ian Lance Taylor |
| 2022-03-18 | internal/testenv: add GOROOT and use it to fix tests broken with -trimpath | Bryan C. Mills |
| 2021-08-18 | path/filepath: change IsAbs to treat \\host\share as an absolute path | Yasuhiro Matsumoto |
| 2021-06-30 | path/filepath: deflake TestEvalSymlinksAboveRoot on darwin | Josh Bleecher Snyder |
| 2021-04-10 | path/filepath: replace os.MkdirTemp with T.TempDir | Manlio Perillo |
| 2021-04-06 | path/filepath: replace os.MkdirTemp with T.TempDir | ianwoolf |
| 2021-04-04 | os, path/filepath: use T.Cleanup to restore the original working directory | ianwoolf |
| 2021-03-25 | path/filepath: make Rel handle Windows UNC share | Aman Gupta |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-11-06 | io/fs: add WalkDir | Russ Cox |
| 2020-11-06 | path/filepath: add WalkDir | Russ Cox |
| 2020-11-05 | path/filepath: revert "add WalkDir" | Dmitri Shuralyov |
| 2020-11-04 | path/filepath: add WalkDir | Russ Cox |
| 2020-10-20 | all: update references to symbols moved from os to io/fs | Russ Cox |
| 2020-10-06 | all: enable more tests on macOS/ARM64 | Cherry Zhang |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-04-08 | all: remove scattered remnants of darwin/arm | Austin Clements |
| 2019-03-05 | path/filepath: don't discard .. in EvalSymlinks | Ian Lance Taylor |
| 2019-03-01 | path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks | Alex Brainman |
| 2019-02-20 | path/filepath: revert "fix Windows-specific Clean bug" | Ian Lance Taylor |
| 2019-01-27 | path/filepath: skip TestIssue29372 on windows, if /tmp has symilinks | Alex Brainman |
| 2019-01-10 | path/filepath: return special error from EvalSymlinks | Alex Brainman |
| 2018-12-24 | path/filepath: walkSymlinks: return correct error for file with trailing slash | LE Manh Cuong |