summaryrefslogtreecommitdiff
path: root/src/bytes/buffer.go
Commit message (Expand)AuthorAgeFilesLines
* bytes: correct tense in commentIan Lance Taylor2021-03-151-1/+1
* all: remove duplicate wordsJohn Bampton2021-03-131-1/+1
* bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin2021-02-241-1/+2
* bytes: remove obsolete commentMaxim Eryomenko2019-05-281-3/+0
* bytes: hoist error creation out of functionMarcel van Lohuizen2019-02-261-1/+3
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* bytes: remove bootstrap array from BufferIskander Sharipov2018-09-061-7/+8
* bytes: note that NewBuffer's initial size can changeAlberto Donizetti2018-08-291-3/+3
* bytes: re-slice buffer to its previous length after call to grow()Dave Russell2018-05-291-0/+1
* bytes: mention strings.Builder in Buffer.String docsBrad Fitzpatrick2017-11-301-0/+2
* bytes: don't use an iota for the readOp constantsDaniel Martí2017-11-191-6/+8
* bytes: make all readOp constants actually typedDaniel Martí2017-11-181-6/+6
* bytes: panic in ReadFrom with more information with negative Read countsAfanasev Stanislav2017-10-061-0/+5
* bytes: removed unnecessary slicing on copyGabriel Aszalos2017-09-181-1/+1
* bytes: clean-up of buffer.goMarvin Stenger2017-08-181-45/+23
* bytes: avoid overflow in (*Buffer).Grow and ReadFromBryan C. Mills2017-08-161-4/+13
* bytes: note that NewBuffer take ownership of its argumentAlberto Donizetti2017-06-021-4/+6
* bytes: optimize Buffer's Write, WriteString, WriteByte, and WriteRuneMarvin Stenger2017-05-071-23/+50
* bytes: clarify documentation for UnreadByte/RuneRobert Griesemer2017-04-281-6/+7
* bytes: make bytes.Buffer cache-friendlyCarlo Alberto Ferraris2017-02-281-16/+25
* all: fix misspellingsshawnps2017-01-071-1/+1
* bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRuneMartin Möhrmann2016-10-171-12/+16
* bytes: improve WriteRune performanceMartin Möhrmann2016-09-081-7/+8
* bytes: correct comment about usage of bytes.Buffer by PrintfMartin Möhrmann2016-03-101-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-2/+2
* bytes: make Buffer comment more accurateJosh Bleecher Snyder2016-02-211-1/+1
* bytes: document that buffer is reused in Truncate and ResetJoe Tsai2015-12-181-7/+10
* Revert "bytes: document that Buffer values must not be copied"Alan Donovan2015-07-231-1/+0
* bytes: document that Buffer values must not be copiedAlan Donovan2015-07-231-0/+1
* bytes: fix commentJosh Bleecher Snyder2015-04-041-1/+1
* bytes: export Cap method for bufferCristian Staretu2015-04-031-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+412