| Age | Commit message (Expand) | Author |
| 2018-03-04 | internal/bytealg: move short string Index implementations into bytealg | Keith Randall |
| 2018-03-04 | internal/bytealg: move Count to bytealg | Keith Randall |
| 2018-03-02 | internal/bytealg: move IndexByte asssembly to the new bytealg package | Keith Randall |
| 2018-02-26 | strings: add Builder benchmarks comparing bytes.Buffer and strings.Builder | Brad Fitzpatrick |
| 2018-01-09 | strings: prevent copyCheck from forcing Builder to escape and allocate | Brad Fitzpatrick |
| 2017-12-11 | strings: fix two Builder bugs allowing mutation of strings, remove ReadFrom | Brad Fitzpatrick |
| 2017-12-08 | strings: delete unused constant | Caleb Spare |
| 2017-11-15 | bytes, strings: restore O(1) behavior of IndexAny(s, "") and LastIndexAny(s, "") | Russ Cox |
| 2017-11-15 | bytes,strings: in generic Index, use mix of IndexByte and Rabin-Karp | Keith Randall |
| 2017-11-08 | strings: optimize ToLower | Agniva De Sarker |
| 2017-11-07 | strings: optimize ToUpper | Agniva De Sarker |
| 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 |