summaryrefslogtreecommitdiff
path: root/src/strings/builder.go
Commit message (Expand)AuthorAgeFilesLines
* bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin2021-02-241-1/+2
* cmd/compile: add -d=checkptr to validate unsafe.Pointer rulesMatthew Dempsky2019-10-171-0/+1
* strings: add Builder.CapDaniel Martí2018-08-201-0/+5
* strings: prevent copyCheck from forcing Builder to escape and allocateBrad Fitzpatrick2018-01-091-1/+18
* strings: fix two Builder bugs allowing mutation of strings, remove ReadFromBrad Fitzpatrick2017-12-111-36/+20
* strings: delete unused constantCaleb Spare2017-12-081-2/+0
* strings: add BuilderCaleb Spare2017-11-061-0/+120