| 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-11-26 | io: reduce intermediate allocations in ReadAll and have a smaller final result | thepudds |
| 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-15 | std: add //go:fix inline directives to some deprecated functions | Alan Donovan |
| 2025-02-13 | io: use runtime.AddCleanup instead of runtime.SetFinalizer | Carlos Amedee |
| 2025-02-03 | io/fs: add ReadLinkFS interface | Roxy Light |
| 2024-11-05 | io: simplify tests by removing redundant statements | Oleksandr Redko |
| 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-07-07 | io: add test for Pipe constructor allocations | Cuong Manh Le |
| 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-04-15 | io: fix typo inside copyBuffer | Chemaclass |
| 2024-03-11 | io: close PipeReader in test | guoguangwu |
| 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-10-09 | io: add (*SectionReader).Outer() | Carlo Alberto Ferraris |
| 2023-09-12 | io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntry | mstmdev |
| 2023-08-17 | io: reduce allocations in Pipe constructor | Joe Tsai |
| 2023-08-07 | all: add a few more godoc links | Daniel Martí |
| 2023-08-05 | io: remove manual SectionReader.Size in SectionReader.ReadAt | Jorropo |
| 2023-05-26 | io: clarify that Read(nil) can return 0, EOF | Ian Lance Taylor |
| 2023-05-20 | io: prevent seeking to position prior to offsetwrite.base | Jabar Asadi |
| 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 |
| 2023-04-20 | io: ReadAll: do not check for realloc in first round | Olivier Mengué |
| 2023-04-11 | all: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2023-02-28 | io/ioutil: add doc links for deprecated function | Shengyu Zhang |
| 2023-02-14 | Revert "io: detect Writers that access io.Copy's buffer after returning" | Damien Neil |
| 2023-02-10 | io: detect Writers that access io.Copy's buffer after returning | Damien Neil |
| 2023-02-10 | Revert "io: allocate copy buffers from a pool" | Damien Neil |
| 2023-01-31 | io: allocate copy buffers from a pool | Damien Neil |
| 2022-11-18 | io/fs: clean up test helper functions | Tobias Klauser |
| 2022-09-06 | io: use strings.Builder | cuiweixie |
| 2022-08-25 | path/filepath, io/fs: add SkipAll | Paschalis Tsilias |
| 2022-08-19 | io: add OffsetWriter, NewOffsetWriter | hopehook |
| 2022-07-12 | io/fs: fix stack exhaustion in Glob | Julie Qiu |
| 2022-06-25 | io: clarify SeekEnd offset value | HowJMay |