| Age | Commit message (Expand) | Author |
| 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 |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 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-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 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-05-02 | path/filepath: fix documentation typo (was "each each") | Vitaly Zdanevich |
| 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 |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 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-25 | path/filepath: allow EvalSymlinks to work on UNC share roots on Windows | Kevin Parsons |
| 2020-10-23 | io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob | 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-08-19 | path,path/filepath: add Join examples with ".." components | Andrew Ekstedt |
| 2020-07-07 | path/filepath: add explicit comment marking elided errors | Russ Cox |
| 2020-04-08 | all: remove scattered remnants of darwin/arm | Austin Clements |
| 2019-11-20 | path: minor changes to improve documentation for Join | Eric Rutherford |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-03-25 | path/filepath: add examples for Base, Dir and IsAbs | Hasan Ozgan |
| 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 |