| Age | Commit message (Expand) | Author |
| 19 hours | bytes,strings: add CutLast | qiulaidongfeng |
| 2026-03-12 | bytes,slices,strings: ContainsFunc: document short-circuit semantics | Alan Donovan |
| 2026-02-03 | bytes, strings: replace asciiSet bitset with lookup table | Corentin Chary |
| 2026-01-22 | strings: use bytealg.LastIndexRabinKarp on strings.LastIndex | jiahua wang |
| 2025-10-22 | comment: change slice to string in function comment/help | redteampanda-ng |
| 2025-09-16 | bytes,strings: remove reference to non-existent SplitFunc | Sean Liao |
| 2025-09-03 | unicode/utf8: make DecodeRune{,InString} inlineable | Julien Cretel |
| 2025-08-29 | bytes, strings: speed up TrimSpace | Julien Cretel |
| 2025-08-28 | strings: remove redundant "runs" from string.Fields docstring | Brad |
| 2025-05-12 | bytes, strings: micro-optimize EqualFold | Julien Cretel |
| 2025-03-20 | strings: speed up Replace | Julien Cretel |
| 2025-03-18 | bytes,strings: document Fields trimming of leading and trailing characters | Sean Liao |
| 2024-08-14 | byte,strings: improve IndexRune performance by ~45% | Charlie Vieth |
| 2024-08-01 | bytes,slices,strings: optimize Repeat a bit | Jes Cok |
| 2024-07-16 | regexp: more cross-references in docstrings | Kir Kolyshkin |
| 2024-07-16 | strings,bytes,regexp: use lists in Split* docstrings | Kir Kolyshkin |
| 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 |