aboutsummaryrefslogtreecommitdiff
path: root/src/strings/builder.go
AgeCommit message (Expand)Author
2019-10-17cmd/compile: add -d=checkptr to validate unsafe.Pointer rulesMatthew Dempsky
2018-08-20strings: add Builder.CapDaniel Martí
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-12-08strings: delete unused constantCaleb Spare
2017-11-06strings: add BuilderCaleb Spare