| Age | Commit message (Expand) | Author |
| 2012-05-02 | bytes: add assembly version of Equal for ARM | Dave Cheney |
| 2012-04-25 | bytes: add assembly version of IndexByte for ARM | Dave Cheney |
| 2012-02-18 | bytes: document Compare/Equal semantics for nil arguments, and add tests. | David Symonds |
| 2012-02-16 | godoc: make example code more readable with new comment convention | Andrew Gerrand |
| 2012-02-15 | bytes,strings: make *Reader implement io.ReaderAt | Brad Fitzpatrick |
| 2012-02-15 | bytes: add Reader | Brad Fitzpatrick |
| 2012-02-09 | bytes.Buffer: return error in WriteTo if buffer is not drained | Rob Pike |
| 2012-02-06 | bytes: API tweaks | Rob Pike |
| 2012-01-30 | build: remove Make.pkg, Make.tool | Russ Cox |
| 2012-01-22 | bytes: delete the test for huge buffers | Rob Pike |
| 2012-01-21 | bytes.Buffer: remove dead code, complete documentation | Robert Griesemer |
| 2012-01-21 | bytes.Buffer: restore panic on out-of-memory | Rob Pike |
| 2012-01-20 | bytes: simplified logic | Robert Griesemer |
| 2012-01-20 | bytes.Buffer: turn buffer size overflows into errors | Rob Pike |
| 2012-01-18 | pkg/bytes: add the usual copyright notice to example_test.go | Olivier Duperray |
| 2012-01-13 | bytes: make Write and WriteString code look the same | Brad Fitzpatrick |
| 2011-12-26 | bytes.Buffer: read of 0 bytes at EOF shouldn't be an EOF | Rob Pike |
| 2011-12-20 | panics: use the new facilities of testing.B instead | Rob Pike |
| 2011-12-16 | testing: trim spaces before comparing example output | Andrew Gerrand |
| 2011-12-15 | go/printer, gofmt: don't write too many newlines | Robert Griesemer |
| 2011-12-08 | update tree for new default type rule | Russ Cox |
| 2011-12-07 | bytes: lost edit from earlier CL | Russ Cox |
| 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-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-11-03 | all: rename os.EOF to io.EOF in various non-code contexts | Vincent Vanackere |
| 2011-11-01 | src/pkg/[a-m]*: gofix -r error -force=error | Russ Cox |
| 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-08-26 | bytes.Buffer: clarify that NewBuffer is not for beginners | Rob Pike |
| 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-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-25 | testing: shorten some tests. | Rob Pike |
| 2011-02-11 | bytes: fix bugs in buffer.ReadBytes | Evan Shaw |
| 2011-02-09 | buffer.go: minor optimization, expanded comment | Robert Griesemer |
| 2011-01-27 | bytes: Add Buffer.ReadBytes, Buffer.ReadString | Evan Shaw |
| 2011-01-14 | bytes.Buffer: fix typo in comment (doubled 'to') | Rob Pike |
| 2011-01-09 | bytes: fix TrimSpace typo | Peter Mundy |
| 2011-01-07 | bytes.Buffer: Fix bug in UnreadByte. | Rob Pike |
| 2010-12-07 | throughout: fix broken calls to Printf etc. | Rob Pike |
| 2010-12-06 | use the new %U format for runes | Rob Pike |
| 2010-12-06 | bytes: add Buffer.UnreadRune, Buffer.UnreadByte | Roger Peppe |