aboutsummaryrefslogtreecommitdiff
path: root/src/strings/strings_test.go
AgeCommit message (Expand)Author
2016-10-26bytes, strings: fix regression in IndexRuneJoe Tsai
2016-10-01strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke
2016-09-07strings: use AVX2 for Index if availableIlya Tocar
2016-09-07strings: make IndexRune fasterHiroshi Ioka
2016-05-27strings: fix and reenable amd64 Index for 17-31 byte stringsIlya Tocar
2016-05-15strings: fix Contains on amd64Keith Randall
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-04-13strings: improve explode and correct commentMartin Möhrmann
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-03strings: add asm version of Index() for short strings on amd64Ilya Tocar
2015-04-30bytes, strings: add LastIndexByteDmitry Vyukov
2015-03-31strings: Add benchmark test for trim functionJohn Potocny
2014-09-08build: move package sources from src/pkg to srcRuss Cox