summaryrefslogtreecommitdiff
path: root/src/strings/strings.go
Commit message (Expand)AuthorAgeFilesLines
* bytes, strings: optimize for ASCII setsJoe Tsai2016-10-281-3/+59
* bytes, strings: fix regression in IndexRuneJoe Tsai2016-10-261-3/+15
* bytes, strings: fix snake-case in variable nameJoe Tsai2016-10-261-6/+6
* strings: use Index in CountIlya Tocar2016-10-151-38/+8
* strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke2016-10-011-0/+13
* strings: make IndexRune fasterHiroshi Ioka2016-09-071-9/+3
* strings: add special cases for Join of 2 and 3 stringsBrad Fitzpatrick2016-08-161-3/+11
* strings: improve explode and correct commentMartin Möhrmann2016-04-131-17/+10
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* strings: add asm version of Index() for short strings on amd64Ilya Tocar2015-11-031-37/+0
* all: link to https for golang subdomains tooBrad Fitzpatrick2015-07-121-1/+1
* strings: mention UTF-8 in the package comment.Rob Pike2015-06-031-1/+3
* strings: use LastIndexByte in LastIndexDmitry Vyukov2015-04-301-8/+1
* bytes, strings: add LastIndexByteDmitry Vyukov2015-04-301-0/+10
* bytes, os/exec, strings: fix a few BUG commentsareski2015-03-201-1/+1
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-3/+3
* bytes, strings: improve documentation for Count functionsRobert Griesemer2015-01-221-0/+1
* 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-081-0/+765