aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/buffer.go
AgeCommit message (Expand)Author
2021-03-15bytes: correct tense in commentIan Lance Taylor
2021-03-13all: remove duplicate wordsJohn Bampton
2021-02-24bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin
2019-05-28bytes: remove obsolete commentMaxim Eryomenko
2019-02-26bytes: hoist error creation out of functionMarcel van Lohuizen
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-09-06bytes: remove bootstrap array from BufferIskander Sharipov
2018-08-29bytes: note that NewBuffer's initial size can changeAlberto Donizetti
2018-05-29bytes: re-slice buffer to its previous length after call to grow()Dave Russell
2017-11-30bytes: mention strings.Builder in Buffer.String docsBrad Fitzpatrick
2017-11-19bytes: don't use an iota for the readOp constantsDaniel Martí
2017-11-18bytes: make all readOp constants actually typedDaniel Martí
2017-10-06bytes: panic in ReadFrom with more information with negative Read countsAfanasev Stanislav
2017-09-18bytes: removed unnecessary slicing on copyGabriel Aszalos
2017-08-18bytes: clean-up of buffer.goMarvin Stenger
2017-08-16bytes: avoid overflow in (*Buffer).Grow and ReadFromBryan C. Mills
2017-06-02bytes: note that NewBuffer take ownership of its argumentAlberto Donizetti
2017-05-07bytes: optimize Buffer's Write, WriteString, WriteByte, and WriteRuneMarvin Stenger
2017-04-28bytes: clarify documentation for UnreadByte/RuneRobert Griesemer
2017-02-28bytes: make bytes.Buffer cache-friendlyCarlo Alberto Ferraris
2017-01-07all: fix misspellingsshawnps
2016-10-17bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRuneMartin Möhrmann
2016-09-08bytes: improve WriteRune performanceMartin Möhrmann
2016-03-10bytes: correct comment about usage of bytes.Buffer by PrintfMartin Möhrmann
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-21bytes: make Buffer comment more accurateJosh Bleecher Snyder
2015-12-18bytes: document that buffer is reused in Truncate and ResetJoe Tsai
2015-07-23Revert "bytes: document that Buffer values must not be copied"Alan Donovan
2015-07-23bytes: document that Buffer values must not be copiedAlan Donovan
2015-04-04bytes: fix commentJosh Bleecher Snyder
2015-04-03bytes: export Cap method for bufferCristian Staretu
2014-09-08build: move package sources from src/pkg to srcRuss Cox