aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/bytes.go
AgeCommit message (Expand)Author
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-21bytes: add optimized countByte for amd64Josselin Costanzi
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-01strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke
2016-09-06bytes: make IndexRune fasterHiroshi Ioka
2016-09-01bytes: Use the same algorithm as strings for IndexIlya Tocar
2016-04-08bytes: add ContainsRuneEmmanuel Odeke
2016-04-06bytes: add ContainsAnyRob Pike
2016-03-02all: single space after period.Brad Fitzpatrick
2015-04-30bytes, strings: add LastIndexByteDmitry Vyukov
2015-03-20bytes, os/exec, strings: fix a few BUG commentsareski
2015-01-22bytes, strings: improve documentation for Count functionsRobert Griesemer
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