aboutsummaryrefslogtreecommitdiff
path: root/src/strings/strings.go
AgeCommit message (Expand)Author
2018-05-26[release-branch.go1.9] strings: fix encoding of \u0080 in mapMartin Möhrmann
2017-06-06strings: document Split{,N,After,AfterN} edge casesAlberto Donizetti
2017-05-24strings: simplify indexFuncMichael Darakananda
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-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: make IndexRune fasterHiroshi Ioka
2016-08-16strings: add special cases for Join of 2 and 3 stringsBrad Fitzpatrick
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-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-06-03strings: mention UTF-8 in the package comment.Rob Pike
2015-04-30strings: use LastIndexByte in LastIndexDmitry Vyukov
2015-04-30bytes, strings: add LastIndexByteDmitry Vyukov
2015-03-20bytes, os/exec, strings: fix a few BUG commentsareski
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-01-22bytes, strings: improve documentation for Count functionsRobert Griesemer
2014-10-06strings: use fast path for IndexRuneBrad Fitzpatrick
2014-09-18bytes, strings: document that FieldsFunc f must not be statefulRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox