| Age | Commit message (Expand) | Author |
| 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 |
| 2011-05-31 | http: have client set Content-Length when possible | Brad Fitzpatrick |
| 2011-05-26 | strings: implement UnreadByte, UnreadRune | Robert Griesemer |
| 2011-05-15 | strings: make Reader.Read use copy instead of an explicit loop. | Nigel Tao |
| 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-03-28 | strings: Map: avoid allocation when string is unchanged | Brad Fitzpatrick |
| 2011-03-25 | testing: shorten some tests. | Rob Pike |
| 2011-03-08 | strings: better benchmark names; add BenchmarkIndex | Brad Fitzpatrick |
| 2011-03-08 | strings: add IndexRune tests, ASCII fast path | Brad Fitzpatrick |
| 2011-01-04 | strings: fix description of FieldsFunc | Roger Peppe |
| 2010-11-30 | utf8: make EncodeRune's destination the first argument. | Adam Langley |
| 2010-11-12 | strings: add LastIndexAny | Benny Siegert |
| 2010-11-01 | strings: Contains | Brad Fitzpatrick |
| 2010-10-26 | use copy | Russ Cox |
| 2010-10-22 | gofmt -s -w src misc | Robert Griesemer |
| 2010-09-23 | bytes, strings: change lastIndexFunc to use DecodeLastRune | Roger Peppe |
| 2010-09-21 | strings: fix minor bug in LastIndexFunc | Roger Peppe |
| 2010-08-18 | build: no required environment variables | Russ Cox |
| 2010-08-05 | bytes: add IndexRune, FieldsFunc and To*Special | Christian Himpel |
| 2010-08-03 | strings: fix Split("", "", -1) | Scott Lawrence |
| 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-20 | strings: add Title | Rob Pike |