| Age | Commit message (Expand) | Author |
| 2017-11-06 | strings: add Builder | Caleb Spare |
| 2017-10-31 | strings: add examples for specialCase | Ramazan AYYILDIZ |
| 2017-09-25 | strings: improve readability of IndexAny and LastIndexAny functions. | Gabriel Aszalos |
| 2017-08-14 | strings: use slice instead of list and array in Fields comment | Martin Möhrmann |
| 2017-08-13 | strings: speed up FieldsFunc | Martin Möhrmann |
| 2017-08-09 | strings: add examples for Index functions | molivier |
| 2017-08-09 | strings: avoid unnecessary variable setting | Kevin Burke |
| 2017-08-08 | strings: add Examples for TrimFunc and variants during Gophercon! | Lyle Franklin |
| 2017-07-15 | strings: add a example for TrimFunc | Francisco Rojas |
| 2017-07-15 | strings: add a example for Compare func | Francisco Rojas |
| 2017-07-15 | strings: add example for IndexByte | Pablo Santiago Blum de Aguiar |
| 2017-07-15 | strings: add example for LastIndexAny | Evan Hicks |
| 2017-07-15 | strings: add example for ContainsRune | Kate Manson |
| 2017-06-06 | strings: document Split{,N,After,AfterN} edge cases | Alberto Donizetti |
| 2017-05-24 | strings: simplify indexFunc | Michael Darakananda |
| 2017-05-10 | internal/cpu: new package to detect cpu features | Martin Möhrmann |
| 2017-04-07 | strings: optimize Count for amd64 | Josselin Costanzi |
| 2017-04-04 | strings: speed up Fields | Martin Möhrmann |
| 2017-04-03 | bytes, strings: declare variables inside loop they're used in | Eric Lagergren |
| 2017-02-28 | strings: fix handling of invalid UTF-8 sequences in Map | Martin Möhrmann |
| 2017-02-24 | strings: speed up Map | Martin Möhrmann |
| 2017-02-11 | strings: make parameters names less confusing | Alberto Donizetti |
| 2017-02-08 | bytes, strings: optimize Split* | Aliaksandr Valialkin |
| 2017-02-08 | bytes: use Index in Count | Ilya Tocar |
| 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 | strings: ignore allocation test in cover mode | Brad Fitzpatrick |
| 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-15 | strings: use Index in Count | Ilya Tocar |
| 2016-10-01 | strings, bytes: panic if Repeat overflows or if given a negative count | Emmanuel Odeke |
| 2016-09-07 | strings: use AVX2 for Index if available | Ilya Tocar |
| 2016-09-07 | strings: make IndexRune faster | Hiroshi Ioka |
| 2016-08-16 | strings: add special cases for Join of 2 and 3 strings | Brad Fitzpatrick |
| 2016-05-27 | strings: fix and reenable amd64 Index for 17-31 byte strings | Ilya Tocar |
| 2016-05-15 | strings: fix Contains on amd64 | Keith Randall |
| 2016-05-06 | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai |
| 2016-05-03 | strings, bytes: fix Reader 0 byte read at EOF | Brad Fitzpatrick |
| 2016-04-15 | all: remove unnecessary type conversions | Matthew Dempsky |
| 2016-04-13 | all: use new io.SeekFoo constants instead of os.SEEK_FOO | Brad Fitzpatrick |
| 2016-04-13 | strings: improve explode and correct comment | Martin Möhrmann |
| 2016-04-07 | bytes, string: add Reset method to Reader | Joe Tsai |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-02-29 | all: remove public named return values when useless | Brad Fitzpatrick |
| 2015-11-03 | strings: add asm version of Index() for short strings on amd64 | Ilya Tocar |
| 2015-10-23 | strings: Add examples for HasPrefix and HasSuffix | Gaurish Sharma |
| 2015-07-12 | all: link to https for golang subdomains too | Brad Fitzpatrick |