| Age | Commit message (Expand) | Author |
| 2024-07-11 | strings: more cross-references in docstrings | Kir Kolyshkin |
| 2024-05-03 | strings: move TrimPrefix and TrimSuffix to stringslite | apocelipes |
| 2024-05-03 | strings,bytes: improve Repeat panic messages | go101 |
| 2024-04-26 | strings, internal/stringslite: lite version of strings package | Damien Neil |
| 2024-03-18 | strings: optimize Repeat for common substrings | Joe Tsai |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-10-13 | bytes,strings: add available godoc link | cui fliter |
| 2023-09-01 | bytes, strings: use "reports whether" in HasPrefix and HasSuffix | Matthew Dempsky |
| 2023-08-25 | internal/bytealg: add generic LastIndexByte{,String} | Tobias Klauser |
| 2023-02-27 | bytes, strings: avoid unnecessary zero initialization | Joe Tsai |
| 2023-01-24 | bytes, strings: add ContainsFunc | hopehook |
| 2022-09-27 | bytes,strings: optimize Repeat | Carlo Alberto Ferraris |
| 2022-09-21 | bytes, strings: add ASCII fast path to EqualFold | Charlie Vieth |
| 2022-09-14 | strings: reuse the input string for Repeat count of 1 | Anuraag Agrawal |
| 2022-08-19 | bytes, strings: s/after/before/ in CutSuffix | Michal Bohuslávek |
| 2022-08-19 | strings: speed up ToUpper()/ToLower() by batch writing data with Builder | Andy Pan |
| 2022-08-16 | strings, bytes: add CutPrefix and CutSuffix | Changkun Ou |
| 2022-08-08 | strings: avoid utf8.RuneError mangling in Split | Joe Tsai |
| 2022-04-29 | strings: adding micro-optimization for TrimSpace | Illirgway |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-07 | strings, bytes: improve the description of simple case-folding in EqualFold | hopehook |
| 2022-04-02 | strings: document the use of simple case-folding in EqualFold | hopehook |
| 2022-03-31 | strings: limits allocation size for SplitN | Philippe Antoine |
| 2022-02-08 | bytes, strings: mention Cut in docs for Split and SplitN | Ian Lance Taylor |
| 2021-11-05 | strings, bytes: deprecate Title | smasher164 |
| 2021-10-06 | strings,bytes: avoid allocations in Trim/TrimLeft/TrimRight | Carlo Alberto Ferraris |
| 2021-10-06 | bytes, strings: add Cut | Russ Cox |
| 2021-08-25 | bytes, strings: optimize Trim for single byte cutsets | Joe Tsai |
| 2020-08-17 | strings: optimize Replace by using a strings.Builder | Polina Osadcha |
| 2020-04-29 | bytes, strings: align requirements for functions passed to FieldFuncs | Martin Möhrmann |
| 2020-04-28 | strings: simpler and slightly faster implementation of FieldsFunc | Robert Griesemer |
| 2020-04-23 | strings: remove an obsolete doc note for FieldsFunc | Praveen Kumar |
| 2020-03-30 | strings: make variable/type association consistent in function signatures | Alexander Greim |
| 2020-03-23 | strings: narrow the search range of IndexByte in Index | Andy Pan |
| 2020-03-11 | strings, bytes: improve IndexAny and LastIndexAny performance | erifan01 |
| 2020-03-04 | bytes, strings: moves indexRabinKarp function to internal/bytealg | erifan01 |
| 2020-01-15 | strings: update Join parameter name for clarity | Thomas Symborski |
| 2019-12-06 | strings: fix nonexistent path in comment | po3rin |
| 2019-09-21 | strings, bytes: clarify usage of EqualFolds | Andrew Medvedev |
| 2019-07-30 | strings: clarify usage of Title and ToTitle | Andrew Todd |
| 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: use Go style character range comparison in ToUpper/ToLower | Tobias Klauser |
| 2019-04-08 | strings: unindent Fields | Tobias Klauser |
| 2019-03-12 | bytes, strings: speed up TrimSpace 4-5x for common ASCII cases | Ben Hoyt |
| 2018-11-08 | strings,bytes: use inlineable function trampolines instead of linkname | Keith Randall |
| 2018-11-08 | strings: remove empty line | 沈涛 |
| 2018-10-03 | strings: correctly handle invalid utf8 sequences in Map | Martin Möhrmann |
| 2018-09-26 | bytes, strings: add ReplaceAll | Brad Fitzpatrick |
| 2018-09-26 | strings: use Builder in ToUpper and ToLower | Tom Thorogood |