aboutsummaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Expand)Author
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
2022-06-04io: revert: add an Err field to LimitedReaderRuss Cox
2022-05-19all: gofmt main repoRuss Cox
2022-05-18all: fix spellingJohn Bampton
2022-05-17io/fs: document requirement that ReadDir return an unwrapped io.EOFDamien Neil
2022-05-04io: add an Err field to LimitedReaderCarl Johnson
2022-05-03io: NopCloser forward WriterTo implementations if the reader supports itJorropo
2022-04-19io/ioutil: provide an equivalent for the deprecated ReadDirDaniel Martí
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-28io/fs, path/filepath: honor SkipDir on second WalkDirFunc error callIan Lance Taylor
2022-03-28io/ioutil: add deprecation markers to ioutilJeff Widman
2022-03-07io: add WriterTo to MultiReaderJorropo
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11io: add error check to TeeReader Examplejiahua wang
2021-10-29io: remove UTF8 specified document for RuneReaderMeng Zhuo
2021-09-28io: add examples for (*SectionReader) Read/Sizejiahua wang
2021-09-28io: update ByteScanner and RuneScanner docs to match long-standing implementa...Bryan C. Mills
2021-09-27io: avoid integer overflow in NewSectionReaderIan Lance Taylor
2021-09-22io: fix spelling in documentationjiahua wang
2021-09-22io: fix spelling in documentation for writerFuncjiahua wang
2021-09-21io: relax documented Seeker invariants that do not hold in practiceBryan C. Mills
2021-08-19io: unexport internal methodsRoger Peppe
2021-08-02io/fs: don't use absolute path in DirEntry.Name docIan Lance Taylor
2021-06-02io/fs: minor corrections to Sub docsIan Lance Taylor
2021-05-21io/fs: added an example for io/fs.WalkDirAdam Mitha
2021-04-21io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor
2021-04-03io/fs: implement subFS.SubDrew Richardson
2021-03-25io/fs: implement FileInfoToDirEntryMichel Levieux
2021-03-23io: fix spelling in documentation for io.DiscardSimão Gomes Viana
2021-03-19io/ioutil: use correct Go version in redirection commentsIan Lance Taylor
2021-03-13io/fs: use testing.T.TempDir in TestWalkDirTobias Klauser
2021-03-13io: add error check to WriteString Example testJulianChu
2021-03-11io/fs: clarify additional File interface docsJosh Bleecher Snyder
2021-02-24io/ioutil: forward TempFile and TempDir to os packageIan Lance Taylor
2021-02-23ios/fs: mention f.dir in (*subFS).fixErr godocTobias Klauser
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2021-02-09io/fs: backslash is always a glob meta characterIan Lance Taylor
2021-02-05embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod
2021-01-22io/ioutil: fix example test for WriteFile to allow it to run in the playgroundPantonshire
2021-01-08io/fs: minor corrections to Glob docIan Lance Taylor
2021-01-08io/fs: minor corrections to Glob release dateMeng Zhuo