aboutsummaryrefslogtreecommitdiff
path: root/src/bufio/bufio_test.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-11-28bufio: make string(int) conversion safersmasher164
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-04-28bufio: optimize bufio.Reader.ReadString to avoid an allocation and copyAlex Gaynor
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
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-06-20bufio: Reader.Read may return io.EOF even when it has data bufferedDaniel Cormier
2018-11-13bufio: make Reader.Peek invalidate UnreadsMartin Garton
2018-11-09bufio: fix indexes in TestWriterRyan Dahl
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
2016-10-18bufio: read from underlying reader at most once in ReadRuss Cox
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-03-04bufio: Reader.Peek returns partial results on ErrBufferFulldjherbis
2015-01-07bufio: add Reader.DiscardBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox