summaryrefslogtreecommitdiff
path: root/src/strings/strings_generic.go
Commit message (Expand)AuthorAgeFilesLines
* strings: optimize Count for amd64Josselin Costanzi2017-04-071-0/+6
* strings: make parameters names less confusingAlberto Donizetti2017-02-111-8/+8
* bytes, strings: optimize multi-byte index operations on s390xMichael Munday2016-11-011-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* strings: add asm version of Index() for short strings on amd64Ilya Tocar2015-11-031-0/+47