aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/buffer_test.go
AgeCommit message (Expand)Author
2020-02-26bytes: deflake TestGrow by using testing.AllocsPerRunHowJMay
2019-02-26bytes: clean up a testLeon Klingele
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-05-29bytes: re-slice buffer to its previous length after call to grow()Dave Russell
2017-10-06bytes: panic in ReadFrom with more information with negative Read countsAfanasev Stanislav
2017-09-25cmd/compile: merge bytes inline test with the restDaniel Martí
2017-09-20bytes: improve test readabilityGabriel Aszalos
2017-09-20bytes: correct message in test logGabriel Aszalos
2017-08-16bytes: avoid overflow in (*Buffer).Grow and ReadFromBryan C. Mills
2017-05-08bytes: skip inline test by defaultMarvin Stenger
2017-05-07bytes: optimize Buffer's Write, WriteString, WriteByte, and WriteRuneMarvin Stenger
2017-04-28bytes: clarify documentation for UnreadByte/RuneRobert Griesemer
2016-09-08bytes: improve WriteRune performanceMartin Möhrmann
2015-04-03bytes: export Cap method for bufferCristian Staretu
2014-09-08build: move package sources from src/pkg to srcRuss Cox