aboutsummaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Expand)Author
13 daysio/fs: fix godoc to refer to the 'fsys' argOlivier Mengué
2026-03-10io/fs: document when ErrClosed should be returnedkovan
2026-02-06io/fs: document that Sub does not check for existenceSean Liao
2025-11-26io: reduce intermediate allocations in ReadAll and have a smaller final resultthepudds
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-10all: omit unnecessary reassignmentcuishuang
2025-10-02io/fs: move path name documentation up to the package doc commentDamien Neil
2025-05-27io/fs: add examples for Glob,ReadFile and ValidPathcuishuang
2025-04-19fs: clarify documentation for ReadDir methodMatthew Burton
2025-02-15std: add //go:fix inline directives to some deprecated functionsAlan Donovan
2025-02-13io: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2024-11-05io: simplify tests by removing redundant statementsOleksandr Redko
2024-11-05io/fs: clarify that "." may only be used for rootIan Lance Taylor
2024-10-07io/fs: document need to call File.CloseSean Liao
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-07-25go,internal,io,mime: use slices and maps to clean testsapocelipes
2024-07-07io: add test for Pipe constructor allocationsCuong Manh Le
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-07io/fs: use slices.Containsqiulaidongfeng
2024-04-15io: fix typo inside copyBufferChemaclass
2024-03-11io: close PipeReader in testguoguangwu
2024-02-10io/fs: set ErrInvalid for FS.Open from SubFS when it fails ValidPathAndy Pan
2024-01-15io/fs: godoc links to testing/fstestOlivier Mengué
2024-01-09io/fs,path/filepath: fix typo in SkipAll/SkipDir docRoger Peppe
2023-11-27io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir}Jes Cok
2023-10-18io: add available godoc linkcui fliter
2023-10-11io/fs: add godoc linksOlivier Mengué
2023-10-09io: add (*SectionReader).Outer()Carlo Alberto Ferraris
2023-09-12io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntrymstmdev
2023-08-17io: reduce allocations in Pipe constructorJoe Tsai
2023-08-07all: add a few more godoc linksDaniel Martí
2023-08-05io: remove manual SectionReader.Size in SectionReader.ReadAtJorropo
2023-05-26io: clarify that Read(nil) can return 0, EOFIan Lance Taylor
2023-05-20io: prevent seeking to position prior to offsetwrite.baseJabar Asadi
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-05-02io/fs: add FormatFileInfo and FormatDirEntry functionsIan Lance Taylor
2023-04-20io: ReadAll: do not check for realloc in first roundOlivier Mengué
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-02-28io/ioutil: add doc links for deprecated functionShengyu Zhang
2023-02-14Revert "io: detect Writers that access io.Copy's buffer after returning"Damien Neil
2023-02-10io: detect Writers that access io.Copy's buffer after returningDamien Neil
2023-02-10Revert "io: allocate copy buffers from a pool"Damien Neil
2023-01-31io: allocate copy buffers from a poolDamien Neil
2022-11-18io/fs: clean up test helper functionsTobias Klauser
2022-09-06io: use strings.Buildercuiweixie
2022-08-25path/filepath, io/fs: add SkipAllPaschalis Tsilias
2022-08-19io: add OffsetWriter, NewOffsetWriterhopehook
2022-07-12io/fs: fix stack exhaustion in GlobJulie Qiu
2022-06-25io: clarify SeekEnd offset valueHowJMay