]> Cypherpunks.ru repositories - gostls13.git/history - src/bytes/buffer.go
bytes: add Buffer.Available and Buffer.AvailableBuffer
[gostls13.git] / src / bytes / buffer.go
2023-03-13 Joe Tsaibytes: add Buffer.Available and Buffer.AvailableBuffer
2022-08-23 Joe Tsaibytes: rely on utf8.AppendRune
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-10 Joe Tsaibytes: rely on runtime.growslice for growing
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
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-03-15 Ian Lance Taylorbytes: correct tense in comment
2021-03-13 John Bamptonall: remove duplicate words
2021-02-24 David Benjaminbufio, bytes, strings: handle negative runes in WriteRune
2019-06-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-28 Maxim Eryomenkobytes: remove obsolete comment
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-26 Marcel van Lohuizenbytes: hoist error creation out of function
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-02 Tobias Klauserall: use "reports whether" consistently instead of...
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-06 Iskander Sharipovbytes: remove bootstrap array from Buffer
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-29 Alberto Donizettibytes: note that NewBuffer's initial size can change
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-29 Dave Russellbytes: re-slice buffer to its previous length after...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-30 Brad Fitzpatrickbytes: mention strings.Builder in Buffer.String docs
2017-11-19 Daniel Martíbytes: don't use an iota for the readOp constants
2017-11-18 Daniel Martíbytes: make all readOp constants actually typed
2017-10-06 Afanasev Stanislavbytes: panic in ReadFrom with more information with...
2017-09-18 Gabriel Aszalosbytes: removed unnecessary slicing on copy
2017-08-18 Marvin Stengerbytes: clean-up of buffer.go
2017-08-16 Bryan C. Millsbytes: avoid overflow in (*Buffer).Grow and ReadFrom
2017-06-02 Alberto Donizettibytes: note that NewBuffer take ownership of its argument
2017-05-07 Marvin Stengerbytes: optimize Buffer's Write, WriteString, WriteByte...
2017-04-28 Robert Griesemerbytes: clarify documentation for UnreadByte/Rune
2017-02-28 Carlo Alberto Ferrarisbytes: make bytes.Buffer cache-friendly
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-07 shawnpsall: fix misspellings
2016-10-17 Martin Möhrmannbytes: encode size of rune read by ReadRune into lastRe...
2016-09-08 Martin Möhrmannbytes: improve WriteRune performance
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-10 Martin Möhrmannbytes: correct comment about usage of bytes.Buffer...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-01 Keith RandallMerge branch 'dev.ssa' into mergebranch
2016-02-29 Brad Fitzpatrickall: remove public named return values when useless
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-21 Josh Bleecher Snyderbytes: make Buffer comment more accurate
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-18 Joe Tsaibytes: document that buffer is reused in Truncate and...
2015-07-23 Alan DonovanRevert "bytes: document that Buffer values must not...
2015-07-23 Alan Donovanbytes: document that Buffer values must not be copied
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-04-04 Josh Bleecher Snyderbytes: fix comment
2015-04-03 Cristian Staretubytes: export Cap method for buffer
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src