| Age | Commit message (Expand) | Author |
| 2010-09-27 | bytes: fix typo in AddByte comment | Andrew Gerrand |
| 2010-09-23 | bytes, strings: change lastIndexFunc to use DecodeLastRune | Roger Peppe |
| 2010-09-23 | tests: fix prints | Rob Pike |
| 2010-08-18 | build: no required environment variables | Russ Cox |
| 2010-08-05 | bytes: add IndexRune, FieldsFunc and To*Special | Christian Himpel |
| 2010-08-04 | bytes: added test case for explode with blank string. | 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-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-06-15 | bytes.Buffer.ReadFrom: fix bug. | Rob Pike |
| 2010-05-27 | changes &x -> x[0:] for array to slice conversion | 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-04-26 | bytes: add Next method to Buffer, simplify Read. | Russ Cox |
| 2010-04-14 | bytes: shuffle implementation, making WriteByte 50% faster | Russ Cox |
| 2010-03-30 | single argument panic | Russ Cox |
| 2010-03-26 | bytes, strings: IndexOfAny | Robert Griesemer |
| 2010-03-05 | bufio: WriteRune | Rob Pike |
| 2010-03-05 | Add ReadRune and WriteRune to bytes.Buffer | Rob Pike |
| 2010-02-25 | strings: delete Runes, Bytes | Russ Cox |
| 2010-02-17 | apply gofmt to src and misc | Robert Griesemer |
| 2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox |
| 2010-01-02 | Remove redundant size check in resize. Let callers worry about that and resiz... | Yongjian Xu |
| 2009-12-19 | new comments for bytes.NewBuffer and NewBufferString. | Rob Pike |
| 2009-12-15 | bytes, strings: add new function Fields | Andrey Mirtchovski |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |
| 2009-12-14 | When the buffer is empty, reset b.off to the beginning of the buffer | Rob Pike |
| 2009-12-11 | bytes, strings: allow -1 in Map to mean "drop this character". | Kei Son |
| 2009-12-07 | Remove copyBytes completely in favor of copy. | Christopher Wedgwood |
| 2009-12-06 | Make printing faster by avoiding mallocs and some other advances. | Rob Pike |
| 2009-12-04 | bytes: asm for bytes.IndexByte | Russ Cox |
| 2009-12-04 | avoid an allocation inside bytes.Buffer by providing a static array. | Rob Pike |
| 2009-12-03 | Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffe... | Rob Pike |
| 2009-12-02 | Runes: turn string into []int | Peter Froehlich |
| 2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia |
| 2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox |
| 2009-11-18 | add bytes.IndexByte; common case we can make fast later. | Rob Pike |
| 2009-11-18 | remove bytes.Copy | Rob Pike |
| 2009-11-16 | An asked-for-in #go-nuts extension to quickly create a repeated | David G. Andersen |
| 2009-11-15 | fix bug in bytes.Map and add test cases for Map in both strings and bytes pac... | Rob Pike |
| 2009-11-10 | minor adjustments to package comments for better synopsis. | Robert Griesemer |
| 2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer |
| 2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer |
| 2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer |
| 2009-11-04 | gofmt-ify bytes | Robert Griesemer |
| 2009-11-04 | bytes.SplitAfter and strings.SplitAfter | Russ Cox |