aboutsummaryrefslogtreecommitdiff
path: root/src/bufio/bufio.go
AgeCommit message (Expand)Author
2021-09-12bufio: add Writer.AvailableBufferJoe Tsai
2021-09-11bufio: make Reader.Reset and Writer.Reset work on the zero valueJoe Tsai
2021-02-24bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin
2020-08-18all: fix spelling mistakeslihaowei
2020-04-28bufio: optimize bufio.Reader.ReadString to avoid an allocation and copyAlex Gaynor
2019-10-31bufio: return the underlying error in ReadFrom if not nilCuong Manh Le
2019-10-31bufio: save error from underlying ReadFromCuong Manh Le
2019-10-04bufio: simplify bufio.Reader.ReadBytes to avoid an extra loop over a sliceAlex Gaynor
2019-06-20bufio: Reader.Read may return io.EOF even when it has data bufferedDaniel Cormier
2019-01-08bufio: document relationship between UnreadByte/UnreadRune and PeekBrad Fitzpatrick
2018-11-13bufio: make Reader.Peek invalidate UnreadsMartin Garton
2018-11-13bufio: put notes about len(p) togetherRuss Cox
2018-10-30bufio: suggest io.ReadFull at (*Reader).ReadAlan Donovan
2018-08-22bufio: avoid rescanning buffer multiple times in ReadSliceandrius4669
2018-08-20bufio: make Reader naming consistentnogoegst
2018-03-28bufio: document ReadFrom/WriteTo calls to underlying methodsIan Lance Taylor
2017-11-02bufio: add Reader.Size and Writer.Size accessorsBrad Fitzpatrick
2017-07-06Revert "bufio: make Reader.Peek invalidate Unreads"Russ Cox
2017-06-27bufio: make Reader.Peek invalidate UnreadsMartin Garton
2017-06-09all: single space after periodBrad Fitzpatrick
2017-06-08bufio: clarify WriteTo docsSam Whited
2017-04-21bufio: clarify that Flush returns a cached write errorIan Lance Taylor
2016-10-18bufio: read from underlying reader at most once in ReadRuss Cox
2016-10-01bufio: remove redundant Writer.flush methodMatt Layher
2016-04-10all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann
2016-03-04bufio: Reader.Peek returns partial results on ErrBufferFulldjherbis
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-01bufio: clarify Read docsRuss Cox
2015-07-18bufio: Remove unneeded error initializationSilvan Jegen
2015-01-07bufio: add Reader.DiscardBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox