summaryrefslogtreecommitdiff
path: root/src/strings
Commit message (Expand)AuthorAgeFilesLines
* strings: fix and reenable amd64 Index for 17-31 byte stringsIlya Tocar2016-05-272-1/+38
* strings: fix Contains on amd64Keith Randall2016-05-152-1/+65
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-062-4/+4
* strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick2016-05-032-7/+5
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-11/+10
* strings: improve explode and correct commentMartin Möhrmann2016-04-132-46/+18
* bytes, string: add Reset method to ReaderJoe Tsai2016-04-072-0/+23
* all: single space after period.Brad Fitzpatrick2016-03-023-7/+7
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-014-4/+4
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-3/+3
* strings: add asm version of Index() for short strings on amd64Ilya Tocar2015-11-034-37/+149
* strings: Add examples for HasPrefix and HasSuffixGaurish Sharma2015-10-231-0/+22
* 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-302-0/+27
* bytes, strings: add Reader.Size methodsBrad Fitzpatrick2015-04-062-0/+19
* strings: Add benchmark test for trim functionJohn Potocny2015-03-311-0/+29
* 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: 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