aboutsummaryrefslogtreecommitdiff
path: root/src/strings/strings_decl.go
AgeCommit message (Expand)Author
2018-11-08strings,bytes: use inlineable function trampolines instead of linknameKeith Randall
2018-10-30strings: declare IndexByte as noescapeKeith Randall
2018-03-02internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-01-19strings: remove overengineered Compare implementationRuss Cox
2015-01-15strings: add Compare(x, y string) int, for symmetry with bytes.CompareAlan Donovan
2014-09-08build: move package sources from src/pkg to srcRuss Cox