summaryrefslogtreecommitdiff
path: root/src/strings/builder_test.go
Commit message (Expand)AuthorAgeFilesLines
* bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin2021-02-241-0/+11
* strings: remove a redundant and flaky part of a testBrad Fitzpatrick2019-10-311-15/+0
* strings: add Builder.CapDaniel Martí2018-08-201-0/+16
* strings: fix flaky TestBuilderGrow testBrad Fitzpatrick2018-04-031-21/+18
* strings: add Builder benchmarks comparing bytes.Buffer and strings.BuilderBrad Fitzpatrick2018-02-261-0/+49
* strings: prevent copyCheck from forcing Builder to escape and allocateBrad Fitzpatrick2018-01-091-0/+12
* strings: fix two Builder bugs allowing mutation of strings, remove ReadFromBrad Fitzpatrick2017-12-111-90/+100
* strings: add BuilderCaleb Spare2017-11-061-0/+282