aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/bytes_test.go
AgeCommit message (Expand)Author
2016-09-06bytes: make IndexRune fasterHiroshi Ioka
2016-06-03bytes: use Run method for benchmarksMarcel van Lohuizen
2016-04-08bytes: add ContainsRuneEmmanuel Odeke
2016-04-06bytes: add ContainsAnyRob Pike
2016-03-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-26runtime: avoid using REP prefix for IndexByteKeith Randall
2015-08-26bytes: improve Compare function on amd64 for large byte arraysUttam C Pawar
2015-04-30bytes, strings: add LastIndexByteDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox