| Age | Commit message (Expand) | Author |
| 2025-04-14 | path: add Join benchmark | Keith Randall |
| 2025-02-19 | path/filepath: use RtlIsDosDeviceName_U to detect Windows devices | qmuntal |
| 2024-11-21 | internal/copyright: add test that copyright notices exist | Russ Cox |
| 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-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-04-26 | path/filepath, internal/filepathlite: move parts of filepath to filepathlite | Damien Neil |
| 2024-04-26 | all: rename internal/safefilepath to internal/filepathlite | Damien Neil |
| 2024-03-22 | path/filepath: use slices to simplify the test code | apocelipes |
| 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 |
| 2024-02-26 | path/filepath: add Localize | Damien Neil |
| 2024-02-26 | path/filepath: support multiple TestAbs runs on Windows | qmuntal |
| 2024-02-23 | path/filepath: delete the deprecated joinNonEmpty and isUNC | Andy Pan |
| 2024-01-09 | io/fs,path/filepath: fix typo in SkipAll/SkipDir doc | Roger Peppe |
| 2023-11-23 | path: add available godoc link | cui fliter |
| 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-29 | path/filepath: reuse os.ReadDir | Daniel Martí |
| 2023-09-13 | path: use bytealg.LastIndexByteString | Tobias Klauser |
| 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-08-07 | all: add a few more godoc links | Daniel Martí |
| 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-03-25 | all: add a few links in package godocs | Daniel Martí |
| 2023-02-21 | path/filepath: document that Clean does not change Windows volume names | Damien Neil |
| 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-24 | path/filepath: remove extra Clean call in EvalSymlinks on Windows | qmuntal |
| 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-11-09 | all: add missing copyright header | cui fliter |
| 2022-09-23 | path/filepath: optimize isReservedName | Joe Tsai |
| 2022-09-14 | path/filepath: document that WalkDir uses OS paths | Ian Lance Taylor |
| 2022-08-25 | path/filepath, io/fs: add SkipAll | Paschalis Tsilias |
| 2022-07-12 | path/filepath: fix stack exhaustion in Glob | Julie Qiu |
| 2022-05-24 | path/filepath: do not remove prefix "." when following path contains ":". | Yasuhiro Matsumoto |
| 2022-05-09 | path/filepath: simplify EvalSymlinks for plan9 | miller |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments | Russ Cox |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |