summaryrefslogtreecommitdiff
path: root/src/strings
Commit message (Expand)AuthorAgeFilesLines
* bytes, strings: improve documentation for Count functionsRobert Griesemer2015-01-221-0/+1
* strings: remove overengineered Compare implementationRuss Cox2015-01-192-7/+28
* strings: add Compare(x, y string) int, for symmetry with bytes.CompareAlan Donovan2015-01-152-0/+105
* strings: use fast path for IndexRuneBrad Fitzpatrick2014-10-061-7/+2
* bytes, strings: document that FieldsFunc f must not be statefulRuss Cox2014-09-181-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-0812-0/+3829