| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-06-11 | bytes, strings: optimize Repeat | Rui Ueyama |
| 2014-05-10 | bytes: fix typos | Rui Ueyama |
| 2014-03-18 | bytes: fix panic in Map | Rui Ueyama |
| 2013-12-28 | bytes: add test for Contains | Shawn Smith |
| 2013-12-20 | bytes, strings: improve Title test coverage by adding cases with underscore a... | Shawn Smith |
| 2013-09-11 | bytes: additional test coverage | Dave Cheney |
| 2013-05-14 | runtime/bytes: fast Compare for byte arrays and strings. | Keith Randall |
| 2013-04-02 | runtime: Implement faster equals for strings and bytes. | Keith Randall |
| 2013-02-07 | bytes: minor optimization to lastIndexFunc | Brad Fitzpatrick |
| 2013-02-01 | bytes, strings: add TrimPrefix and TrimSuffix | Brad Fitzpatrick |
| 2013-01-07 | bytes: fix docs: s/array/slice/. | Nigel Tao |
| 2012-10-30 | gofmt: apply gofmt -w src misc | Robert Griesemer |
| 2012-09-18 | bytes, strings: add Fields benchmarks | Russ Cox |
| 2012-07-20 | bytes: make Join return a new buffer on len(a) == 1 | Gustavo Niemeyer |
| 2012-02-18 | bytes: document Compare/Equal semantics for nil arguments, and add tests. | David Symonds |
| 2011-12-20 | panics: use the new facilities of testing.B instead | Rob Pike |
| 2011-12-07 | bytes: faster Count, Index, Equal | Russ Cox |
| 2011-11-28 | bytes: fix test output | Christopher Wedgwood |
| 2011-11-13 | various: avoid func compare | Russ Cox |
| 2011-11-08 | renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* | Rob Pike |
| 2011-10-25 | bytes, strings: use rune | Russ Cox |
| 2011-10-12 | updates: append(y,[]byte(z)...) -> append(y,z...)" | Christopher Wedgwood |
| 2011-09-26 | bytes: add EqualFold | Russ Cox |
| 2011-09-21 | bytes: fix Replace so it actually copies | Gustavo Niemeyer |
| 2011-07-14 | go/printer: changed max. number of newlines from 3 to 2 | Robert Griesemer |
| 2011-06-28 | strings.Split: make the default to split all. | Rob Pike |
| 2011-03-25 | testing: shorten some tests. | Rob Pike |
| 2010-12-01 | Removed bytes.Add and bytes.AddByte; we now have 'append'. | Kyle Consalus |
| 2010-11-12 | strings: add LastIndexAny | Benny Siegert |
| 2010-11-08 | bytes: SSE for bytes.IndexByte on amd64 | Evan Shaw |
| 2010-10-26 | use copy | Russ Cox |
| 2010-10-22 | gofmt -s -w src misc | Robert Griesemer |
| 2010-08-05 | bytes: add IndexRune, FieldsFunc and To*Special | Christian Himpel |
| 2010-08-04 | bytes: added test case for explode with blank string. | Scott Lawrence |
| 2010-07-23 | bytes: port IndexFunc and LastIndexFunc from strings package | Fazlul Shahriar |
| 2010-07-20 | bytes: add Title | Rob Pike |
| 2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike |
| 2010-06-30 | bytes, strings: add Replace | Russ Cox |
| 2010-05-18 | bytes: add Trim, TrimLeft, TrimRight, and generic functions | Michael Hoisie |
| 2010-05-03 | bytes: Change IndexAny to look for UTF-8 encoded characters. | Rob Pike |
| 2010-03-30 | single argument panic | Russ Cox |
| 2010-03-26 | bytes, strings: IndexOfAny | Robert Griesemer |
| 2010-02-25 | strings: delete Runes, Bytes | Russ Cox |
| 2010-02-17 | apply gofmt to src and misc | Robert Griesemer |
| 2009-12-15 | bytes, strings: add new function Fields | Andrey Mirtchovski |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |
| 2009-12-11 | bytes, strings: allow -1 in Map to mean "drop this character". | Kei Son |
| 2009-12-04 | bytes: asm for bytes.IndexByte | Russ Cox |
| 2009-12-02 | Runes: turn string into []int | Peter Froehlich |