aboutsummaryrefslogtreecommitdiff
path: root/src/strings/builder.go
AgeCommit message (Expand)Author
2024-04-17internal/abi: define EmptyInterface, TypeOf, and NoEscapeMichael Anthony Knyszek
2024-02-19strings: make use of sizeclasses in (*Builder).GrowMateusz Poliwczak
2023-10-13bytes,strings: add available godoc linkcui fliter
2023-02-27bytes, strings: avoid unnecessary zero initializationJoe Tsai
2022-09-07strings: simplify code using unsafe.StringDatacuiweixie
2022-08-23strings: rely on utf8.AppendRuneJoe Tsai
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-02-19strings: fix typo in commentGeorge Looshch
2021-02-24bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin
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