summaryrefslogtreecommitdiff
path: root/src/io
Commit message (Expand)AuthorAgeFilesLines
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-042-0/+8
* io/fs: add FormatFileInfo and FormatDirEntry functionsIan Lance Taylor2023-05-022-0/+199
* io: ReadAll: do not check for realloc in first roundOlivier Mengué2023-04-201-4/+5
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-111-0/+4
* io/ioutil: add doc links for deprecated functionShengyu Zhang2023-02-282-11/+11
* Revert "io: detect Writers that access io.Copy's buffer after returning"Damien Neil2023-02-141-9/+0
* io: detect Writers that access io.Copy's buffer after returningDamien Neil2023-02-101-0/+9
* Revert "io: allocate copy buffers from a pool"Damien Neil2023-02-101-12/+18
* io: allocate copy buffers from a poolDamien Neil2023-01-311-18/+12
* io/fs: clean up test helper functionsTobias Klauser2022-11-181-14/+8
* io: use strings.Buildercuiweixie2022-09-062-3/+2
* path/filepath, io/fs: add SkipAllPaschalis Tsilias2022-08-251-6/+14
* io: add OffsetWriter, NewOffsetWriterhopehook2022-08-193-0/+219
* io/fs: fix stack exhaustion in GlobJulie Qiu2022-07-122-2/+22
* io: clarify SeekEnd offset valueHowJMay2022-06-251-1/+2
* io: revert: add an Err field to LimitedReaderRuss Cox2022-06-042-25/+5
* all: gofmt main repoRuss Cox2022-05-191-1/+1
* all: fix spellingJohn Bampton2022-05-181-1/+1
* io/fs: document requirement that ReadDir return an unwrapped io.EOFDamien Neil2022-05-171-0/+1
* io: add an Err field to LimitedReaderCarl Johnson2022-05-042-5/+25
* io: NopCloser forward WriterTo implementations if the reader supports itJorropo2022-05-032-0/+36
* io/ioutil: provide an equivalent for the deprecated ReadDirDaniel Martí2022-04-191-0/+11
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* io/fs, path/filepath: honor SkipDir on second WalkDirFunc error callIan Lance Taylor2022-03-282-0/+36
* io/ioutil: add deprecation markers to ioutilJeff Widman2022-03-282-9/+9
* io: add WriterTo to MultiReaderJorropo2022-03-072-0/+50
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-2/+2
* io: add error check to TeeReader Examplejiahua wang2021-11-111-1/+3
* io: remove UTF8 specified document for RuneReaderMeng Zhuo2021-10-291-1/+1
* io: add examples for (*SectionReader) Read/Sizejiahua wang2021-09-281-0/+25
* io: update ByteScanner and RuneScanner docs to match long-standing implementa...Bryan C. Mills2021-09-281-8/+10
* io: avoid integer overflow in NewSectionReaderIan Lance Taylor2021-09-272-1/+24
* io: fix spelling in documentationjiahua wang2021-09-222-2/+2
* io: fix spelling in documentation for writerFuncjiahua wang2021-09-221-1/+1
* io: relax documented Seeker invariants that do not hold in practiceBryan C. Mills2021-09-211-3/+4
* io: unexport internal methodsRoger Peppe2021-08-191-24/+26
* io/fs: don't use absolute path in DirEntry.Name docIan Lance Taylor2021-08-021-1/+1
* io/fs: minor corrections to Sub docsIan Lance Taylor2021-06-021-3/+3
* io/fs: added an example for io/fs.WalkDirAdam Mitha2021-05-211-0/+25
* io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor2021-04-211-0/+3
* io/fs: implement subFS.SubDrew Richardson2021-04-031-0/+11
* io/fs: implement FileInfoToDirEntryMichel Levieux2021-03-252-0/+80
* io: fix spelling in documentation for io.DiscardSimão Gomes Viana2021-03-231-1/+1
* io/ioutil: use correct Go version in redirection commentsIan Lance Taylor2021-03-191-2/+2
* io/fs: use testing.T.TempDir in TestWalkDirTobias Klauser2021-03-131-6/+1
* io: add error check to WriteString Example testJulianChu2021-03-131-1/+3
* io/fs: clarify additional File interface docsJosh Bleecher Snyder2021-03-111-2/+2
* io/ioutil: forward TempFile and TempDir to os packageIan Lance Taylor2021-02-243-115/+13
* ios/fs: mention f.dir in (*subFS).fixErr godocTobias Klauser2021-02-231-1/+1
* io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox2021-02-112-12/+18