index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
strings
/
builder.go
Age
Commit message (
Expand
)
Author
2025-05-19
strings,bytes: add internal docs about perennial noCopy questions
Alan Donovan
2024-07-22
cmd/compile: don't inline runtime functions in -d=checkptr build
Cherry Mui
2024-07-15
strings: re-introduce noescape wrapper
Cuong Manh Le
2024-04-17
internal/abi: define EmptyInterface, TypeOf, and NoEscape
Michael Anthony Knyszek
2024-02-19
strings: make use of sizeclasses in (*Builder).Grow
Mateusz Poliwczak
2023-10-13
bytes,strings: add available godoc link
cui fliter
2023-02-27
bytes, strings: avoid unnecessary zero initialization
Joe Tsai
2022-09-07
strings: simplify code using unsafe.StringData
cuiweixie
2022-08-23
strings: rely on utf8.AppendRune
Joe Tsai
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-02-19
strings: fix typo in comment
George Looshch
2021-02-24
bufio, bytes, strings: handle negative runes in WriteRune
David Benjamin
2019-10-17
cmd/compile: add -d=checkptr to validate unsafe.Pointer rules
Matthew Dempsky
2018-08-20
strings: add Builder.Cap
Daniel MartÃ
2018-01-09
strings: prevent copyCheck from forcing Builder to escape and allocate
Brad Fitzpatrick
2017-12-11
strings: fix two Builder bugs allowing mutation of strings, remove ReadFrom
Brad Fitzpatrick
2017-12-08
strings: delete unused constant
Caleb Spare
2017-11-06
strings: add Builder
Caleb Spare