| Age | Commit message (Expand) | Author |
| 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-13 | strings: improve explode and correct comment | Martin Möhrmann |
| 2016-04-07 | bytes, string: add Reset method to Reader | Joe Tsai |
| 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 |
| 2015-11-03 | strings: add asm version of Index() for short strings on amd64 | Ilya Tocar |
| 2015-10-23 | strings: Add examples for HasPrefix and HasSuffix | Gaurish Sharma |
| 2015-07-12 | all: link to https for golang subdomains too | Brad Fitzpatrick |
| 2015-06-03 | strings: mention UTF-8 in the package comment. | Rob Pike |
| 2015-04-30 | strings: use LastIndexByte in LastIndex | Dmitry Vyukov |
| 2015-04-30 | bytes, strings: add LastIndexByte | Dmitry Vyukov |
| 2015-04-06 | bytes, strings: add Reader.Size methods | Brad Fitzpatrick |
| 2015-03-31 | strings: Add benchmark test for trim function | John Potocny |
| 2015-03-20 | bytes, os/exec, strings: fix a few BUG comments | areski |
| 2015-03-18 | all: use "reports whether" in place of "returns true if(f)" | Josh Bleecher Snyder |
| 2015-01-22 | bytes, strings: improve documentation for Count functions | Robert Griesemer |
| 2015-01-19 | strings: remove overengineered Compare implementation | Russ Cox |
| 2015-01-15 | strings: add Compare(x, y string) int, for symmetry with bytes.Compare | Alan Donovan |
| 2014-10-06 | strings: use fast path for IndexRune | Brad Fitzpatrick |
| 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 |