| Age | Commit message (Expand) | Author |
| 13 days | io/fs: fix godoc to refer to the 'fsys' arg | Olivier Mengué |
| 2026-03-10 | io/fs: document when ErrClosed should be returned | kovan |
| 2026-02-06 | io/fs: document that Sub does not check for existence | Sean Liao |
| 2025-10-13 | all: replace calls to errors.As with errors.AsType | Julien Cretel |
| 2025-10-10 | all: omit unnecessary reassignment | cuishuang |
| 2025-10-02 | io/fs: move path name documentation up to the package doc comment | Damien Neil |
| 2025-05-27 | io/fs: add examples for Glob,ReadFile and ValidPath | cuishuang |
| 2025-04-19 | fs: clarify documentation for ReadDir method | Matthew Burton |
| 2025-02-03 | io/fs: add ReadLinkFS interface | Roxy Light |
| 2024-11-05 | io/fs: clarify that "." may only be used for root | Ian Lance Taylor |
| 2024-10-07 | io/fs: document need to call File.Close | Sean Liao |
| 2024-09-04 | all: use t.Chdir in tests | Kir Kolyshkin |
| 2024-07-25 | go,internal,io,mime: use slices and maps to clean tests | apocelipes |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-05-07 | io/fs: use slices.Contains | qiulaidongfeng |
| 2024-02-10 | io/fs: set ErrInvalid for FS.Open from SubFS when it fails ValidPath | Andy Pan |
| 2024-01-15 | io/fs: godoc links to testing/fstest | Olivier Mengué |
| 2024-01-09 | io/fs,path/filepath: fix typo in SkipAll/SkipDir doc | Roger Peppe |
| 2023-11-27 | io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir} | Jes Cok |
| 2023-10-18 | io: add available godoc link | cui fliter |
| 2023-10-11 | io/fs: add godoc links | Olivier Mengué |
| 2023-09-12 | io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntry | mstmdev |
| 2023-05-04 | all: add String for fs.{FileInfo,DirEntry} implementations | Ian Lance Taylor |
| 2023-05-02 | io/fs: add FormatFileInfo and FormatDirEntry functions | Ian Lance Taylor |
| 2022-11-18 | io/fs: clean up test helper functions | Tobias Klauser |
| 2022-08-25 | path/filepath, io/fs: add SkipAll | Paschalis Tsilias |
| 2022-07-12 | io/fs: fix stack exhaustion in Glob | Julie Qiu |
| 2022-05-17 | io/fs: document requirement that ReadDir return an unwrapped io.EOF | Damien Neil |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2022-03-28 | io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call | Ian Lance Taylor |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-08-02 | io/fs: don't use absolute path in DirEntry.Name doc | Ian Lance Taylor |
| 2021-06-02 | io/fs: minor corrections to Sub docs | Ian Lance Taylor |
| 2021-05-21 | io/fs: added an example for io/fs.WalkDir | Adam Mitha |
| 2021-04-21 | io/fs: document that caller can modify slice returned by ReadFile | Ian Lance Taylor |
| 2021-04-03 | io/fs: implement subFS.Sub | Drew Richardson |
| 2021-03-25 | io/fs: implement FileInfoToDirEntry | Michel Levieux |
| 2021-03-13 | io/fs: use testing.T.TempDir in TestWalkDir | Tobias Klauser |
| 2021-03-11 | io/fs: clarify additional File interface docs | Josh Bleecher Snyder |
| 2021-02-23 | ios/fs: mention f.dir in (*subFS).fixErr godoc | Tobias Klauser |
| 2021-02-11 | io/fs: allow backslash in ValidPath, reject in os.DirFS.Open | Russ Cox |
| 2021-02-09 | io/fs: backslash is always a glob meta character | Ian Lance Taylor |
| 2021-02-05 | embed, io/fs: clarify that leading and trailing slashes are disallowed | Jay Conrod |
| 2021-01-08 | io/fs: minor corrections to Glob doc | Ian Lance Taylor |
| 2021-01-08 | io/fs: minor corrections to Glob release date | Meng Zhuo |
| 2021-01-07 | io/fs: correct WalkDirFunc documentation | Ian Lance Taylor |
| 2020-12-31 | io/fs: remove darwin/arm64 special condition | Cherry Zhang |
| 2020-12-28 | io/fs: fix typo in comment | xinlingchao |
| 2020-12-14 | io/fs: fix package reference in FS godoc | Tobias Klauser |
| 2020-12-07 | io/fs: fix Sub method error text | Russ Cox |