index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
io
Age
Commit message (
Expand
)
Author
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
2022-06-04
io: revert: add an Err field to LimitedReader
Russ Cox
2022-05-19
all: gofmt main repo
Russ Cox
2022-05-18
all: fix spelling
John Bampton
2022-05-17
io/fs: document requirement that ReadDir return an unwrapped io.EOF
Damien Neil
2022-05-04
io: add an Err field to LimitedReader
Carl Johnson
2022-05-03
io: NopCloser forward WriterTo implementations if the reader supports it
Jorropo
2022-04-19
io/ioutil: provide an equivalent for the deprecated ReadDir
Daniel Martí
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
2022-03-28
io/ioutil: add deprecation markers to ioutil
Jeff Widman
2022-03-07
io: add WriterTo to MultiReader
Jorropo
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-11
io: add error check to TeeReader Example
jiahua wang
2021-10-29
io: remove UTF8 specified document for RuneReader
Meng Zhuo
2021-09-28
io: add examples for (*SectionReader) Read/Size
jiahua wang
2021-09-28
io: update ByteScanner and RuneScanner docs to match long-standing implementa...
Bryan C. Mills
2021-09-27
io: avoid integer overflow in NewSectionReader
Ian Lance Taylor
2021-09-22
io: fix spelling in documentation
jiahua wang
2021-09-22
io: fix spelling in documentation for writerFunc
jiahua wang
2021-09-21
io: relax documented Seeker invariants that do not hold in practice
Bryan C. Mills
2021-08-19
io: unexport internal methods
Roger Peppe
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-23
io: fix spelling in documentation for io.Discard
Simão Gomes Viana
2021-03-19
io/ioutil: use correct Go version in redirection comments
Ian Lance Taylor
2021-03-13
io/fs: use testing.T.TempDir in TestWalkDir
Tobias Klauser
2021-03-13
io: add error check to WriteString Example test
JulianChu
2021-03-11
io/fs: clarify additional File interface docs
Josh Bleecher Snyder
2021-02-24
io/ioutil: forward TempFile and TempDir to os package
Ian Lance Taylor
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-22
io/ioutil: fix example test for WriteFile to allow it to run in the playground
Pantonshire
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
[next]