| Age | Commit message (Expand) | Author |
| 2017-10-16 | bytes: add examples of Equal and IndexByte | Javier Segura |
| 2017-10-06 | bytes: panic in ReadFrom with more information with negative Read counts | Afanasev Stanislav |
| 2017-10-04 | bytes: correct Map documentation | Gabriel Aszalos |
| 2017-10-02 | bytes: explicitly state if a function expects UTF-8-encoded data | Tim Cooper |
| 2017-09-25 | bytes: improve readability of IndexAny and LastIndexAny functions | Gabriel Aszalos |
| 2017-09-25 | cmd/compile: merge bytes inline test with the rest | Daniel Martí |
| 2017-09-21 | bytes: add documentation to reader methods | Gabriel Aszalos |
| 2017-09-20 | bytes: improve test readability | Gabriel Aszalos |
| 2017-09-20 | bytes: correct message in test log | Gabriel Aszalos |
| 2017-09-18 | bytes: removed unnecessary slicing on copy | Gabriel Aszalos |
| 2017-09-17 | bytes: add example for Len function of Reader | Andrzej Żeżel |
| 2017-08-25 | bytes: Add missing examples to functions | Borja Clemente |
| 2017-08-22 | bytes: add examples for TrimLeft and TrimRight | Michael Brandenburg |
| 2017-08-18 | bytes: clean-up of buffer.go | Marvin Stenger |
| 2017-08-18 | all: unindent some big chunks of code | Daniel Martí |
| 2017-08-16 | bytes: avoid overflow in (*Buffer).Grow and ReadFrom | Bryan C. Mills |
| 2017-08-14 | bytes: speed up Fields and FieldsFunc | Martin Möhrmann |
| 2017-07-16 | bytes: add example for (*Buffer).Grow | Brian Downs |
| 2017-06-02 | bytes: note that NewBuffer take ownership of its argument | Alberto Donizetti |
| 2017-05-10 | internal/cpu: new package to detect cpu features | Martin Möhrmann |
| 2017-05-08 | bytes: skip inline test by default | Marvin Stenger |
| 2017-05-07 | bytes: optimize Buffer's Write, WriteString, WriteByte, and WriteRune | Marvin Stenger |
| 2017-04-28 | bytes: clarify documentation for UnreadByte/Rune | Robert Griesemer |
| 2017-04-07 | strings: optimize Count for amd64 | Josselin Costanzi |
| 2017-04-03 | bytes, strings: declare variables inside loop they're used in | Eric Lagergren |
| 2017-04-03 | all: fix minor misspellings | Eric Lagergren |
| 2017-03-22 | bytes: fix typo in comment | Josselin Costanzi |
| 2017-03-21 | bytes: add optimized countByte for amd64 | Josselin Costanzi |
| 2017-02-28 | bytes: make bytes.Buffer cache-friendly | Carlo Alberto Ferraris |
| 2017-02-08 | bytes, strings: optimize Split* | Aliaksandr Valialkin |
| 2017-02-08 | bytes: use Index in Count | Ilya Tocar |
| 2017-01-07 | all: fix misspellings | shawnps |
| 2016-11-04 | all: make copyright headers consistent with one space after period | Michael Munday |
| 2016-11-02 | bytes, strings: update s390x code to match amd64 changes | Michael Munday |
| 2016-11-01 | bytes,strings: use IndexByte more often in Index on AMD64 | Ilya Tocar |
| 2016-11-01 | bytes, strings: optimize multi-byte index operations on s390x | Michael Munday |
| 2016-10-28 | bytes, strings: optimize for ASCII sets | Joe Tsai |
| 2016-10-26 | bytes, strings: fix regression in IndexRune | Joe Tsai |
| 2016-10-26 | bytes, strings: fix snake-case in variable name | Joe Tsai |
| 2016-10-17 | bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRune | Martin Möhrmann |
| 2016-10-01 | strings, bytes: panic if Repeat overflows or if given a negative count | Emmanuel Odeke |
| 2016-09-14 | bytes: cut 10 seconds off the race builder's benchmark test | Brad Fitzpatrick |
| 2016-09-08 | bytes: improve WriteRune performance | Martin Möhrmann |
| 2016-09-07 | strings: use AVX2 for Index if available | Ilya Tocar |
| 2016-09-06 | bytes: make IndexRune faster | Hiroshi Ioka |
| 2016-09-01 | bytes: Use the same algorithm as strings for Index | Ilya Tocar |
| 2016-08-16 | bytes: add examples | Carlos C |
| 2016-06-03 | bytes: use Run method for benchmarks | Marcel van Lohuizen |
| 2016-05-06 | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai |
| 2016-05-03 | strings, bytes: fix Reader 0 byte read at EOF | Brad Fitzpatrick |