aboutsummaryrefslogtreecommitdiff
path: root/src/strings
AgeCommit message (Expand)Author
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-11-03strings: add asm version of Index() for short strings on amd64Ilya Tocar
2015-10-23strings: Add examples for HasPrefix and HasSuffixGaurish Sharma
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-04-06bytes, strings: add Reader.Size methodsBrad Fitzpatrick
2015-03-31strings: Add benchmark test for trim functionJohn Potocny
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
2015-01-19strings: remove overengineered Compare implementationRuss Cox
2015-01-15strings: add Compare(x, y string) int, for symmetry with bytes.CompareAlan Donovan
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