| Age | Commit message (Expand) | Author |
| 2025-09-04 | path{,/filepath}: speed up Match | Julien Cretel |
| 2025-08-11 | net, os, file/filepath, syscall: use slices.Equal in tests | Tobias Klauser |
| 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 |
| 2022-07-12 | path/filepath: fix stack exhaustion in Glob | Julie Qiu |
| 2021-04-10 | path/filepath: replace os.MkdirTemp with T.TempDir | Manlio Perillo |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-23 | io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob | Russ Cox |
| 2018-11-02 | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick |
| 2018-02-14 | path/filepath: fix escaped chars in Glob on non-Windows | Daniel Martà |
| 2017-06-15 | path/filepath: fix TestGlobError | Dominik Honnef |
| 2016-08-23 | path/filepath: use testenv.MustHaveSymlink to simplify symlink tests | Hiroshi Ioka |
| 2016-05-31 | path/filepath: prevent infinite recursion on Windows on UNC input | Josh Bleecher Snyder |
| 2016-05-27 | path/filepath: fix globbing of c:\*dir\... pattern | Alex Brainman |
| 2016-02-19 | all: replace strings.Index with strings.Contains where possible | Nathan VanBenschoten |
| 2015-10-20 | path/filepath: disable symlink tests on android. | Hyang-Ah Hana Kim |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |