]> Cypherpunks.ru repositories - gostls13.git/history - src/bytes/buffer_test.go
bytes: add Buffer.Available and Buffer.AvailableBuffer
[gostls13.git] / src / bytes / buffer_test.go
2023-03-13 Joe Tsaibytes: add Buffer.Available and Buffer.AvailableBuffer
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-02-24 David Benjaminbufio, bytes, strings: handle negative runes in WriteRune
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-26 HowJMaybytes: deflake TestGrow by using testing.AllocsPerRun
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-26 Leon Klingelebytes: clean up a test
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-23 Kazuhiro Seraall: fix typos detected by github.com/client9/misspell
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-10-06 Afanasev Stanislavbytes: panic in ReadFrom with more information with...
2017-09-25 Daniel Martícmd/compile: merge bytes inline test with the rest
2017-09-20 Gabriel Aszalosbytes: improve test readability
2017-09-20 Gabriel Aszalosbytes: correct message in test log
2017-08-16 Bryan C. Millsbytes: avoid overflow in (*Buffer).Grow and ReadFrom
2017-05-08 Marvin Stengerbytes: skip inline test by default
2017-05-07 Marvin Stengerbytes: optimize Buffer's Write, WriteString, WriteByte...
2017-04-28 Robert Griesemerbytes: clarify documentation for UnreadByte/Rune
2016-09-08 Martin Möhrmannbytes: improve WriteRune performance
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
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