summaryrefslogtreecommitdiff
path: root/src/strings
Commit message (Expand)AuthorAgeFilesLines
* bytes, strings: update s390x code to match amd64 changesMichael Munday2016-11-021-7/+7
* bytes,strings: use IndexByte more often in Index on AMD64Ilya Tocar2016-11-011-2/+36
* strings: ignore allocation test in cover modeBrad Fitzpatrick2016-11-011-1/+1
* bytes, strings: optimize multi-byte index operations on s390xMichael Munday2016-11-012-1/+99
* bytes, strings: optimize for ASCII setsJoe Tsai2016-10-282-5/+101
* bytes, strings: fix regression in IndexRuneJoe Tsai2016-10-262-19/+48
* 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-012-0/+62
* strings: use AVX2 for Index if availableIlya Tocar2016-09-072-1/+26
* strings: make IndexRune fasterHiroshi Ioka2016-09-073-9/+30
* strings: add special cases for Join of 2 and 3 stringsBrad Fitzpatrick2016-08-161-3/+11
* 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