aboutsummaryrefslogtreecommitdiff
path: root/src/strings/builder_test.go
AgeCommit message (Expand)Author
2021-02-24bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin
2019-10-31strings: remove a redundant and flaky part of a testBrad Fitzpatrick
2018-08-20strings: add Builder.CapDaniel Martí
2018-04-03strings: fix flaky TestBuilderGrow testBrad Fitzpatrick
2018-02-26strings: add Builder benchmarks comparing bytes.Buffer and strings.BuilderBrad Fitzpatrick
2018-01-09strings: prevent copyCheck from forcing Builder to escape and allocateBrad Fitzpatrick
2017-12-11strings: fix two Builder bugs allowing mutation of strings, remove ReadFromBrad Fitzpatrick
2017-11-06strings: add BuilderCaleb Spare