]> Cypherpunks.ru repositories - gostls13.git/history - src/io
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / io /
2023-10-18 cui fliterio: add available godoc link
2023-10-11 Olivier Menguéio/fs: add godoc links
2023-10-09 Carlo Alberto Ferrarisio: add (*SectionReader).Outer()
2023-09-12 mstmdevio/fs, path/filepath, cmd/gofmt: replace statDirEntry...
2023-08-17 Joe Tsaiio: reduce allocations in Pipe constructor
2023-08-07 Daniel Martíall: add a few more godoc links
2023-08-05 Jorropoio: remove manual SectionReader.Size in SectionReader...
2023-05-26 Ian Lance Taylorio: clarify that Read(nil) can return 0, EOF
2023-05-20 Jabar Asadiio: prevent seeking to position prior to offsetwrite...
2023-05-04 Ian Lance Taylorall: add String for fs.{FileInfo,DirEntry} implementations
2023-05-02 Ian Lance Taylorio/fs: add FormatFileInfo and FormatDirEntry functions
2023-04-20 Olivier Menguéio: ReadAll: do not check for realloc in first round
2023-04-11 Johan Brandhorst... all: add wasip1 support
2023-02-28 Shengyu Zhangio/ioutil: add doc links for deprecated function
2023-02-14 Damien NeilRevert "io: detect Writers that access io.Copy's buffer...
2023-02-10 Damien Neilio: detect Writers that access io.Copy's buffer after...
2023-02-10 Damien NeilRevert "io: allocate copy buffers from a pool"
2023-01-31 Damien Neilio: allocate copy buffers from a pool
2022-11-18 Tobias Klauserio/fs: clean up test helper functions
2022-09-06 cuiweixieio: use strings.Builder
2022-08-25 Paschalis Tsiliaspath/filepath, io/fs: add SkipAll
2022-08-19 hopehookio: add OffsetWriter, NewOffsetWriter
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-12 Julie Qiuio/fs: fix stack exhaustion in Glob
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-25 HowJMayio: clarify SeekEnd offset value
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-04 Russ Coxio: revert: add an Err field to LimitedReader
2022-05-19 Russ Coxall: gofmt main repo
2022-05-18 John Bamptonall: fix spelling
2022-05-17 Damien Neilio/fs: document requirement that ReadDir return an...
2022-05-04 Carl Johnsonio: add an Err field to LimitedReader
2022-05-03 Jorropoio: NopCloser forward WriterTo implementations if the...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-19 Daniel Martíio/ioutil: provide an equivalent for the deprecated...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-28 Ian Lance Taylorio/fs, path/filepath: honor SkipDir on second WalkDirFu...
2022-03-28 Jeff Widmanio/ioutil: add deprecation markers to ioutil
2022-03-07 Jorropoio: add WriterTo to MultiReader
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-11 jiahua wangio: add error check to TeeReader Example
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-29 Meng Zhuoio: remove UTF8 specified document for RuneReader
2021-09-28 jiahua wangio: add examples for (*SectionReader) Read/Size
2021-09-28 Bryan C. Millsio: update ByteScanner and RuneScanner docs to match...
2021-09-27 Ian Lance Taylorio: avoid integer overflow in NewSectionReader
2021-09-22 jiahua wangio: fix spelling in documentation
2021-09-22 jiahua wangio: fix spelling in documentation for writerFunc
2021-09-21 Bryan C. Millsio: relax documented Seeker invariants that do not...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-19 Roger Peppeio: unexport internal methods
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-02 Ian Lance Taylorio/fs: don't use absolute path in DirEntry.Name doc
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-06-07 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (8212707...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-06-02 Ian Lance Taylorio/fs: minor corrections to Sub docs
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-21 Adam Mithaio/fs: added an example for io/fs.WalkDir
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-21 Ian Lance Taylorio/fs: document that caller can modify slice returned...
2021-04-03 Drew Richardsonio/fs: implement subFS.Sub
2021-03-25 Michel Levieuxio/fs: implement FileInfoToDirEntry
2021-03-23 Simão Gomes Vianaio: fix spelling in documentation for io.Discard
2021-03-19 Ian Lance Taylorio/ioutil: use correct Go version in redirection comments
2021-03-13 Tobias Klauserio/fs: use testing.T.TempDir in TestWalkDir
2021-03-13 JulianChuio: add error check to WriteString Example test
2021-03-11 Josh Bleecher Snyderio/fs: clarify additional File interface docs
2021-02-24 Ian Lance Taylorio/ioutil: forward TempFile and TempDir to os package
2021-02-23 Tobias Klauserios/fs: mention f.dir in (*subFS).fixErr godoc
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-18 Rob Findley[dev.typeparams] merge master (2f0da6d) into dev.typeparams
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-11 Russ Coxio/fs: allow backslash in ValidPath, reject in os.DirFS...
2021-02-09 Rob Findley[dev.typeparams] merge dev.regabi (618e3c1) into dev...
2021-02-09 Ian Lance Taylorio/fs: backslash is always a glob meta character
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-05 Jay Conrodembed, io/fs: clarify that leading and trailing slashes...
2021-01-26 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (5e4a0cd) into...
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Pantonshireio/ioutil: fix example test for WriteFile to allow...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-08 Ian Lance Taylorio/fs: minor corrections to Glob doc
2021-01-08 Meng Zhuoio/fs: minor corrections to Glob release date
2021-01-07 Ian Lance Taylorio/fs: correct WalkDirFunc documentation
2020-12-31 Cherry Zhangio/fs: remove darwin/arm64 special condition
2020-12-28 xinlingchaoio/fs: fix typo in comment
next