| Age | Commit message (Expand) | Author |
| 2014-04-21 | strings: fix off-by-one error in testgo1.3beta1 | Rui Ueyama |
| 2014-04-10 | bytes, strings: more consistent error messages | Robert Griesemer |
| 2014-04-10 | bytes, strings: add Reader.ReadAt race tests | Brad Fitzpatrick |
| 2014-03-28 | bytes, strings: allow Reader.Seek past 1<<31 | Brad Fitzpatrick |
| 2014-03-23 | strings: minor cleanup | Rui Ueyama |
| 2014-03-19 | strings, bytes: ReadAt should not mutate receiver | Rui Ueyama |
| 2014-03-19 | strings, bytes: fix Reader.UnreadRune | Rui Ueyama |
| 2013-12-20 | bytes, strings: improve Title test coverage by adding cases with underscore a... | Shawn Smith |
| 2013-12-16 | strings: Add example function for IndexAny | Daniel Lidén |
| 2013-12-16 | strings: Add IndexFunc example | Robin Eklind |
| 2013-12-16 | strings: Update Trim example. | Robin Eklind |
| 2013-12-16 | strings: Add FieldsFunc example. | Robin Eklind |
| 2013-10-24 | strings: fix Replacer bug with prefix matches | Brad Fitzpatrick |
| 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 |