| Age | Commit message (Expand) | Author |
| 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 |
| 2019-01-27 | path/filepath: skip TestIssue29372 on windows, if /tmp has symilinks | Alex Brainman |
| 2019-01-15 | path/filepath: skip part of TestNTNamespaceSymlink | 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 |
| 2018-12-02 | all: use "reports whether" consistently instead of "returns whether" | Tobias Klauser |
| 2018-11-02 | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick |
| 2018-11-02 | path/filepath: change IsAbs("NUL") to return true | Alex Brainman |
| 2018-10-24 | path/filepath: add example for Match | Aurélien Rainone |
| 2018-10-11 | path/filepath: add AIX operating system | Clément Chigot |
| 2018-09-29 | path/filepath: fix Windows-specific Clean bug | QtRoS |
| 2018-09-26 | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick |
| 2018-09-13 | path/filepath: correct symlink eval for symlink at root | Ian Lance Taylor |
| 2018-09-13 | path/filepath: rewrite walkSymlinks | Ian Lance Taylor |
| 2018-08-26 | path/filepath: fix Join with Windows drive letter | Yasuhiro Matsumoto |
| 2018-07-18 | filepath: updates doc to give case where WalkFunc info arg may be nil | Jack |