summaryrefslogtreecommitdiff
path: root/src/strings/strings_test.go
Commit message (Expand)AuthorAgeFilesLines
* strings: ignore allocation test in cover modeBrad Fitzpatrick2016-11-011-1/+1
* bytes, strings: optimize for ASCII setsJoe Tsai2016-10-281-2/+42
* bytes, strings: fix regression in IndexRuneJoe Tsai2016-10-261-16/+33
* strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke2016-10-011-0/+49
* strings: use AVX2 for Index if availableIlya Tocar2016-09-071-0/+15
* strings: make IndexRune fasterHiroshi Ioka2016-09-071-0/+25
* strings: fix and reenable amd64 Index for 17-31 byte stringsIlya Tocar2016-05-271-0/+37
* strings: fix Contains on amd64Keith Randall2016-05-151-0/+64
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-061-1/+1
* strings: improve explode and correct commentMartin Möhrmann2016-04-131-29/+8
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* strings: add asm version of Index() for short strings on amd64Ilya Tocar2015-11-031-0/+53
* bytes, strings: add LastIndexByteDmitry Vyukov2015-04-301-0/+17
* strings: Add benchmark test for trim functionJohn Potocny2015-03-311-0/+29
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1204