| Age | Commit message (Expand) | Author |
| 2013-11-01 | [release-branch.go1.2] strings: fix Replacer bug with prefix matches | Andrew Gerrand |
| 2013-08-27 | bytes, strings: use copy in Repeat | Evan Shaw |
| 2013-08-09 | strings: add test for Count | Pieter Droogendijk |
| 2013-08-06 | strings: add IndexByte benchmark | Brad Fitzpatrick |
| 2013-08-05 | strings: use runtime assembly for IndexByte | Brad Fitzpatrick |
| 2013-08-01 | strings: add IndexByte, for consistency with bytes package | Brad Fitzpatrick |
| 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-03-06 | strings: remove allocations in Split(s, "") | Ewan Chou |
| 2013-02-28 | all: fix a few more printf arg bugs found by go vet | Rob Pike |
| 2013-02-20 | bufio: new Scanner interface | Rob Pike |
| 2013-02-19 | strings: faster Count, Index | Donovan Hide |
| 2013-02-17 | strings: better mean complexity for Count and Index. | Rémy Oudompheng |
| 2013-02-01 | bytes, strings: add TrimPrefix and TrimSuffix | Brad Fitzpatrick |
| 2012-11-25 | bytes, strings: fix Reader WriteTo return value on 0 bytes copied | Brad Fitzpatrick |
| 2012-10-30 | gofmt: apply gofmt -w src misc | Robert Griesemer |
| 2012-10-12 | bytes, strings: add (*Reader).WriteTo | Evan Shaw |
| 2012-09-28 | strings: implement a faster single-string Replacer | Eric Roshan-Eisner |
| 2012-09-18 | bytes, strings: add Fields benchmarks | Russ Cox |
| 2012-09-17 | strings: implement a faster generic Replacer | Eric Eisner |
| 2012-09-12 | strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistent | Nigel Tao |
| 2012-09-11 | strings: more thorough Replacer tests. | Nigel Tao |
| 2012-05-22 | go/parser: fix comment grouping (day 1 bug) | Robert Griesemer |
| 2012-03-05 | strings: Rename example to match function name. | Volker Dobler |
| 2012-02-27 | strings: make Count example show results | Robert Griesemer |
| 2012-02-16 | godoc: make example code more readable with new comment convention | Andrew Gerrand |
| 2012-02-15 | strings: add Bernardo O'Higgins example | Andrew Gerrand |
| 2012-02-15 | bytes,strings: make *Reader implement io.ReaderAt | Brad Fitzpatrick |
| 2012-02-13 | strings: more examples | Brad Fitzpatrick |
| 2012-02-10 | strings: delete method comments implied by interface satisfaction | Rob Pike |
| 2012-02-09 | strings: add Seek method to Reader | Brad Fitzpatrick |
| 2012-02-03 | strings: add Fields example | Brad Fitzpatrick |
| 2012-01-30 | build: remove Make.pkg, Make.tool | Russ Cox |
| 2011-12-20 | panics: use the new facilities of testing.B instead | Rob Pike |
| 2011-12-08 | update tree for new default type rule | Russ Cox |
| 2011-11-28 | strings: fix test output | Christopher Wedgwood |
| 2011-11-23 | strings: Add ContainsAny and ContainsRune to correspond to IndexAny etc. | Scott Lawrence |
| 2011-11-13 | various: avoid func compare | Russ Cox |
| 2011-11-08 | renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* | Rob Pike |
| 2011-11-03 | all: rename os.EOF to io.EOF in various non-code contexts | Vincent Vanackere |
| 2011-11-01 | src/pkg/[n-z]*: gofix -r error -force=error | Russ Cox |
| 2011-10-25 | bytes, strings: use rune | Russ Cox |
| 2011-10-03 | strings: implement a faster byte->string Replacer | Brad Fitzpatrick |
| 2011-10-03 | strings: implement a faster byte->byte Replacer | Brad Fitzpatrick |
| 2011-09-28 | strings: add Replacer, NewReplacer | Brad Fitzpatrick |
| 2011-09-26 | bytes: add EqualFold | Russ Cox |
| 2011-09-26 | strings: add EqualFold | Russ Cox |
| 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-06-22 | os.Error API: don't export os.ErrorString, use os.NewError consistently | Robert Griesemer |