| Age | Commit message (Expand) | Author |
| 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-17 | bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRune | Martin Möhrmann |
| 2016-10-01 | strings, bytes: panic if Repeat overflows or if given a negative count | Emmanuel Odeke |
| 2016-09-14 | bytes: cut 10 seconds off the race builder's benchmark test | Brad Fitzpatrick |
| 2016-09-08 | bytes: improve WriteRune performance | Martin Möhrmann |
| 2016-09-07 | strings: use AVX2 for Index if available | Ilya Tocar |
| 2016-09-06 | bytes: make IndexRune faster | Hiroshi Ioka |
| 2016-09-01 | bytes: Use the same algorithm as strings for Index | Ilya Tocar |
| 2016-08-16 | bytes: add examples | Carlos C |
| 2016-06-03 | bytes: use Run method for benchmarks | Marcel van Lohuizen |
| 2016-05-06 | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai |
| 2016-05-03 | strings, bytes: fix Reader 0 byte read at EOF | Brad Fitzpatrick |
| 2016-04-15 | all: remove unnecessary type conversions | Matthew Dempsky |
| 2016-04-13 | all: use new io.SeekFoo constants instead of os.SEEK_FOO | Brad Fitzpatrick |
| 2016-04-08 | bytes: add ContainsRune | Emmanuel Odeke |
| 2016-04-07 | bytes, string: add Reset method to Reader | Joe Tsai |
| 2016-04-06 | bytes: add ContainsAny | Rob Pike |
| 2016-03-21 | all: delete dead test code | Dominik Honnef |
| 2016-03-10 | bytes: correct comment about usage of bytes.Buffer by Printf | Martin Möhrmann |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-02-29 | all: remove public named return values when useless | Brad Fitzpatrick |
| 2016-02-26 | runtime: avoid using REP prefix for IndexByte | Keith Randall |
| 2016-02-21 | bytes: make Buffer comment more accurate | Josh Bleecher Snyder |
| 2015-12-18 | bytes: document that buffer is reused in Truncate and Reset | Joe Tsai |
| 2015-08-26 | bytes: improve Compare function on amd64 for large byte arrays | Uttam C Pawar |
| 2015-07-23 | Revert "bytes: document that Buffer values must not be copied" | Alan Donovan |
| 2015-07-23 | bytes: document that Buffer values must not be copied | Alan Donovan |
| 2015-04-30 | bytes, strings: add LastIndexByte | Dmitry Vyukov |
| 2015-04-06 | bytes, strings: add Reader.Size methods | Brad Fitzpatrick |
| 2015-04-04 | bytes: fix comment | Josh Bleecher Snyder |
| 2015-04-03 | bytes: export Cap method for buffer | Cristian Staretu |
| 2015-03-25 | runtime: add runtime.cmpstring and bytes.Compare | Dave Cheney |
| 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 |
| 2015-01-15 | all: update old comments referencing *.goc files | Brad Fitzpatrick |
| 2014-09-24 | cmd/go: fix bytes and net the right way | Russ Cox |
| 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 |