summaryrefslogtreecommitdiff
path: root/src/bytes/bytes.go
Commit message (Expand)AuthorAgeFilesLines
* bytes, strings: declare variables inside loop they're used inEric Lagergren2017-04-031-1/+1
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* bytes: add optimized countByte for amd64Josselin Costanzi2017-03-211-3/+2
* bytes, strings: optimize Split*Aliaksandr Valialkin2017-02-081-11/+12
* bytes: use Index in CountIlya Tocar2017-02-081-23/+9
* bytes, strings: optimize for ASCII setsJoe Tsai2016-10-281-5/+60
* bytes, strings: fix regression in IndexRuneJoe Tsai2016-10-261-4/+19
* bytes, strings: fix snake-case in variable nameJoe Tsai2016-10-261-6/+6
* strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke2016-10-011-0/+13
* bytes: make IndexRune fasterHiroshi Ioka2016-09-061-7/+5
* bytes: Use the same algorithm as strings for IndexIlya Tocar2016-09-011-31/+0
* bytes: add ContainsRuneEmmanuel Odeke2016-04-081-0/+5
* bytes: add ContainsAnyRob Pike2016-04-061-0/+5
* all: single space after period.Brad Fitzpatrick2016-03-021-9/+9
* bytes, strings: add LastIndexByteDmitry Vyukov2015-04-301-0/+10
* bytes, os/exec, strings: fix a few BUG commentsareski2015-03-201-1/+1
* bytes, strings: improve documentation for Count functionsRobert Griesemer2015-01-221-1/+2
* bytes, strings: document that FieldsFunc f must not be statefulRuss Cox2014-09-181-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+701