| Age | Commit message (Expand) | Author |
| 2020-03-04 | bytes, strings: moves indexRabinKarp function to internal/bytealg | erifan01 |
| 2020-02-26 | all: avoid string(i) where i has type int | Ian Lance Taylor |
| 2020-01-15 | strings: update Join parameter name for clarity | Thomas Symborski |
| 2019-12-06 | strings: fix nonexistent path in comment | po3rin |
| 2019-10-31 | strings: remove a redundant and flaky part of a test | Brad Fitzpatrick |
| 2019-10-17 | cmd/compile: add -d=checkptr to validate unsafe.Pointer rules | Matthew Dempsky |
| 2019-09-24 | cmd/gofmt: fix computation of function header size | Eli Bendersky |
| 2019-09-21 | strings, bytes: clarify usage of EqualFolds | Andrew Medvedev |
| 2019-07-30 | strings: clarify usage of Title and ToTitle | Andrew Todd |
| 2019-07-10 | strings: document that order of pairs matters in NewReplacer | Francesco Renzi |
| 2019-05-24 | strings: clarify example of ContainsAny | Martin Sucha |
| 2019-05-01 | strings, bytes: add ToValidUTF8 | Martin Möhrmann |
| 2019-04-14 | strings: remove "a copy of the string" from ToUpper/ToLower comments | Максадбек Ахмедов |
| 2019-04-09 | strings: add TestIndexByte | Tobias Klauser |
| 2019-04-09 | strings: use Go style character range comparison in ToUpper/ToLower | Tobias Klauser |
| 2019-04-08 | strings: unindent Fields | Tobias Klauser |
| 2019-04-03 | strings: document that NewReplacer can panic | Brad Fitzpatrick |
| 2019-03-29 | bytes, strings: add tests for TrimLeftFunc and TrimRightFunc | Ben Hoyt |
| 2019-03-12 | bytes, strings: speed up TrimSpace 4-5x for common ASCII cases | Ben Hoyt |
| 2019-03-10 | strings: remove unnecessary strings.s | Tobias Klauser |
| 2018-12-13 | strings: add ReplaceAll example | dupoxy |
| 2018-12-13 | strings: revert accidental example change from CL 153840 | Brad Fitzpatrick |
| 2018-11-08 | strings,bytes: use inlineable function trampolines instead of linkname | Keith Randall |
| 2018-11-08 | strings: remove empty line | 沈涛 |
| 2018-11-04 | strings: lower running time of TestCompareStrings | Keith Randall |
| 2018-10-30 | strings: declare IndexByte as noescape | Keith Randall |
| 2018-10-29 | bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader | Tim Cooper |
| 2018-10-13 | strings: Replace s[:] to s where s is a slice. | Ivan Sharavuev |
| 2018-10-03 | strings: correctly handle invalid utf8 sequences in Map | Martin Möhrmann |
| 2018-10-03 | io: export StringWriter | Daniel Martí |
| 2018-09-26 | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick |
| 2018-09-26 | bytes, strings: add ReplaceAll | Brad Fitzpatrick |
| 2018-09-26 | strings: use Builder in ToUpper and ToLower | Tom Thorogood |
| 2018-09-13 | strings, bytes: optimize function Index | erifan01 |
| 2018-09-02 | strings: simplify Join using Builder | Phil Pearl |
| 2018-08-22 | strings: use Builder in Repeat to avoid an allocation | go101 |
| 2018-08-22 | strings, bytes: avoid unnecessary function literals | Johan Brandhorst |
| 2018-08-22 | strings: use Builder in Map | Michael Fraenkel |
| 2018-08-21 | strings: revise ToUpperSpecial and ToLowerSpecial wording | Kevin Zita |
| 2018-08-21 | strings: select Replacer algorithm and build machine lazily | Brad Fitzpatrick |
| 2018-08-20 | strings: add Builder.Cap | Daniel Martí |
| 2018-07-02 | strings: do much less redundant testing in TestCompareStrings | Ian Lance Taylor |
| 2018-06-29 | bytes, strings: fix comparison of long byte slices on s390x | bill_ofarrell |
| 2018-06-29 | strings: add note for new Go developers to TrimLeft and TrimRight | Daniel Martí |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-05-04 | strings: fix encoding of \u0080 in map | Martin Möhrmann |
| 2018-05-01 | bytes, strings: improve EqualFold fast version for ASCII | Eric Pauley |
| 2018-04-26 | strings: clarify Replacer's replacement order | Alberto Donizetti |
| 2018-04-03 | strings: fix flaky TestBuilderGrow test | Brad Fitzpatrick |
| 2018-04-02 | strings: speed-up replace for byteStringReplacer case | Ilya Tocar |