| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-08-25 | strings, bytes: document behavior of Replace when old is empty | Caleb Spare |
| 2014-06-11 | bytes, strings: optimize Repeat | Rui Ueyama |
| 2014-03-18 | bytes: fix panic in Map | Rui Ueyama |
| 2013-12-12 | bytes: fix description of FieldsFunc | Shenghou Ma |
| 2013-08-27 | bytes, strings: use copy in Repeat | Evan Shaw |
| 2013-07-23 | all: be more idiomatic when documenting boolean return values. | Rob Pike |
| 2013-05-14 | runtime/bytes: fast Compare for byte arrays and strings. | Keith Randall |
| 2013-03-19 | bytes,strings: remove user name from BUG in comment | Rob Pike |
| 2013-03-15 | bytes,string: move the BUG to the comment of the function it's about | Rob Pike |
| 2013-02-10 | bytes: annotate assembly functions with //go:noescape | Shenghou Ma |
| 2013-02-07 | bytes: minor optimization to lastIndexFunc | Brad Fitzpatrick |
| 2013-02-01 | bytes, strings: add TrimPrefix and TrimSuffix | Brad Fitzpatrick |
| 2013-01-06 | bytes: Fix missing godoc punctuation. | Matthew Dempsky |
| 2013-01-07 | bytes: fix docs: s/array/slice/. | Nigel Tao |
| 2012-07-20 | bytes: make Join return a new buffer on len(a) == 1 | Gustavo Niemeyer |
| 2012-06-18 | bytes: fixed typo. | Marcel van Lohuizen |
| 2012-02-18 | bytes: document Compare/Equal semantics for nil arguments, and add tests. | David Symonds |
| 2011-12-08 | update tree for new default type rule | Russ Cox |
| 2011-12-07 | bytes: faster Count, Index, Equal | Russ Cox |
| 2011-11-08 | renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* | Rob Pike |
| 2011-11-04 | bytes: fix typo and resolve to be less idiotic next time | Andrew Gerrand |
| 2011-11-04 | bytes: add Contains function | Andrew Gerrand |
| 2011-10-25 | bytes, strings: use rune | Russ Cox |
| 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-04-20 | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao |
| 2011-03-29 | bytes, strings: simplify Join | Evan Shaw |
| 2011-01-09 | bytes: fix TrimSpace typo | Peter Mundy |
| 2010-12-01 | Removed bytes.Add and bytes.AddByte; we now have 'append'. | Kyle Consalus |
| 2010-11-30 | utf8: make EncodeRune's destination the first argument. | Adam Langley |
| 2010-11-12 | strings: add LastIndexAny | Benny Siegert |
| 2010-10-27 | use append | Russ Cox |
| 2010-10-26 | use copy | Russ Cox |
| 2010-09-27 | bytes: fix typo in AddByte comment | Andrew Gerrand |
| 2010-09-23 | bytes, strings: change lastIndexFunc to use DecodeLastRune | Roger Peppe |
| 2010-08-05 | bytes: add IndexRune, FieldsFunc and To*Special | Christian Himpel |
| 2010-07-27 | bytes, strings: mention the n < 0 case in Split/SplitAfter doc comment | Andrew Gerrand |
| 2010-07-23 | bytes: port IndexFunc and LastIndexFunc from strings package | Fazlul Shahriar |
| 2010-07-21 | strings.Bytes: fix typo in comment | Andrey Mirtchovski |
| 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-06-21 | big, bytes: move assembly externs to separate file | 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-26 | bytes, strings: IndexOfAny | Robert Griesemer |
| 2009-12-15 | bytes, strings: add new function Fields | Andrey Mirtchovski |