aboutsummaryrefslogtreecommitdiff
path: root/src/strings
AgeCommit message (Expand)Author
2017-12-08strings: delete unused constantCaleb Spare
2017-11-15bytes, strings: restore O(1) behavior of IndexAny(s, "") and LastIndexAny(s, "")Russ Cox
2017-11-15bytes,strings: in generic Index, use mix of IndexByte and Rabin-KarpKeith Randall
2017-11-08strings: optimize ToLowerAgniva De Sarker
2017-11-07strings: optimize ToUpperAgniva De Sarker
2017-11-06strings: add BuilderCaleb Spare
2017-10-31strings: add examples for specialCaseRamazan AYYILDIZ
2017-09-25strings: improve readability of IndexAny and LastIndexAny functions.Gabriel Aszalos
2017-08-14strings: use slice instead of list and array in Fields commentMartin Möhrmann
2017-08-13strings: speed up FieldsFuncMartin Möhrmann
2017-08-09strings: add examples for Index functionsmolivier
2017-08-09strings: avoid unnecessary variable settingKevin Burke
2017-08-08strings: add Examples for TrimFunc and variants during Gophercon!Lyle Franklin
2017-07-15strings: add a example for TrimFuncFrancisco Rojas
2017-07-15strings: add a example for Compare funcFrancisco Rojas
2017-07-15strings: add example for IndexBytePablo Santiago Blum de Aguiar
2017-07-15strings: add example for LastIndexAnyEvan Hicks
2017-07-15strings: add example for ContainsRuneKate Manson
2017-06-06strings: document Split{,N,After,AfterN} edge casesAlberto Donizetti
2017-05-24strings: simplify indexFuncMichael Darakananda
2017-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann
2017-04-07strings: optimize Count for amd64Josselin Costanzi
2017-04-04strings: speed up FieldsMartin Möhrmann
2017-04-03bytes, strings: declare variables inside loop they're used inEric Lagergren
2017-02-28strings: fix handling of invalid UTF-8 sequences in MapMartin Möhrmann
2017-02-24strings: speed up MapMartin Möhrmann
2017-02-11strings: make parameters names less confusingAlberto Donizetti
2017-02-08bytes, strings: optimize Split*Aliaksandr Valialkin
2017-02-08bytes: use Index in CountIlya Tocar
2016-11-02bytes, strings: update s390x code to match amd64 changesMichael Munday
2016-11-01bytes,strings: use IndexByte more often in Index on AMD64Ilya Tocar
2016-11-01strings: ignore allocation test in cover modeBrad Fitzpatrick
2016-11-01bytes, strings: optimize multi-byte index operations on s390xMichael Munday
2016-10-28bytes, strings: optimize for ASCII setsJoe Tsai
2016-10-26bytes, strings: fix regression in IndexRuneJoe Tsai
2016-10-26bytes, strings: fix snake-case in variable nameJoe Tsai
2016-10-15strings: use Index in CountIlya Tocar
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-08-16strings: add special cases for Join of 2 and 3 stringsBrad Fitzpatrick
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-05-03strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-04-13strings: improve explode and correct commentMartin Möhrmann
2016-04-07bytes, string: add Reset method to ReaderJoe Tsai
2016-03-02all: single space after period.Brad Fitzpatrick