summaryrefslogtreecommitdiff
path: root/src/strings
Commit message (Expand)AuthorAgeFilesLines
* strings: add a example for TrimFuncFrancisco Rojas2017-07-151-0/+8
* strings: add a example for Compare funcFrancisco Rojas2017-07-151-0/+10
* strings: add example for IndexBytePablo Santiago Blum de Aguiar2017-07-151-0/+9
* strings: add example for LastIndexAnyEvan Hicks2017-07-151-0/+10
* strings: add example for ContainsRuneKate Manson2017-07-151-0/+10
* strings: document Split{,N,After,AfterN} edge casesAlberto Donizetti2017-06-061-4/+22
* strings: simplify indexFuncMichael Darakananda2017-05-241-9/+2
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-101-6/+6
* strings: optimize Count for amd64Josselin Costanzi2017-04-075-5/+45
* strings: speed up FieldsMartin Möhrmann2017-04-042-8/+155
* bytes, strings: declare variables inside loop they're used inEric Lagergren2017-04-031-1/+1
* strings: fix handling of invalid UTF-8 sequences in MapMartin Möhrmann2017-02-282-1/+24
* strings: speed up MapMartin Möhrmann2017-02-242-20/+82
* strings: make parameters names less confusingAlberto Donizetti2017-02-114-48/+48
* bytes, strings: optimize Split*Aliaksandr Valialkin2017-02-082-15/+28
* bytes: use Index in CountIlya Tocar2017-02-081-4/+3
* 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