| Age | Commit message (Expand) | Author |
| 2017-04-03 | all: fix minor misspellings | Eric Lagergren |
| 2017-03-21 | bytes: add optimized countByte for amd64 | Josselin Costanzi |
| 2017-02-08 | bytes, strings: optimize Split* | Aliaksandr Valialkin |
| 2017-02-08 | bytes: use Index in Count | Ilya Tocar |
| 2016-10-28 | bytes, strings: optimize for ASCII sets | Joe Tsai |
| 2016-10-26 | bytes, strings: fix regression in IndexRune | Joe Tsai |
| 2016-10-26 | bytes, strings: fix snake-case in variable name | Joe Tsai |
| 2016-10-01 | strings, bytes: panic if Repeat overflows or if given a negative count | Emmanuel Odeke |
| 2016-09-06 | bytes: make IndexRune faster | Hiroshi Ioka |
| 2016-09-01 | bytes: Use the same algorithm as strings for Index | Ilya Tocar |
| 2016-04-08 | bytes: add ContainsRune | Emmanuel Odeke |
| 2016-04-06 | bytes: add ContainsAny | Rob Pike |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2015-04-30 | bytes, strings: add LastIndexByte | Dmitry Vyukov |
| 2015-03-20 | bytes, os/exec, strings: fix a few BUG comments | areski |
| 2015-01-22 | bytes, strings: improve documentation for Count functions | Robert Griesemer |
| 2014-09-18 | bytes, strings: document that FieldsFunc f must not be stateful | Russ Cox |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |