| Age | Commit message (Expand) | Author |
| 2025-05-19 | strings,bytes: add internal docs about perennial noCopy questions | Alan Donovan |
| 2025-05-15 | strings,bytes: make benchmark work deterministic | Keith Randall |
| 2025-05-14 | bytes, strings: speed up Split{,After}Seq | Julien Cretel |
| 2025-05-12 | bytes, strings: rename parameters in ExampleCut{Pre,Suf}fix | Tobias Klauser |
| 2025-05-12 | bytes, strings: micro-optimize EqualFold | Julien Cretel |
| 2025-05-05 | bytes, strings: reduce Split{,After}Seq heap allocations | tdakkota |
| 2025-04-15 | strings: duplicate alignment test from bytes package | Constantin Konstantinidis |
| 2025-03-20 | strings: don't assert on Replace's allocs for ASAN | 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 |
| 2025-03-15 | strings: add FuzzReplace test | Jorropo |
| 2025-02-19 | bytes,strings: remove redundant return statement for Lines | Jes Cok |
| 2025-02-10 | strings: add examples for Lines, SplitSeq, SplitAfterSeq, FieldsSeq and Field... | cuishuang |
| 2024-12-17 | bytes, strings: add cross-references in docstrings | Oleksandr Redko |
| 2024-10-28 | all: skip and fix various tests with -asan and -msan | Michael Anthony Knyszek |
| 2024-08-19 | all: remove duplicated words in comments | Oleksandr Redko |
| 2024-08-16 | strings: fix typo in examples | Gökhan Özeloğlu |
| 2024-08-14 | byte,strings: improve IndexRune performance by ~45% | Charlie Vieth |
| 2024-08-14 | bytes, strings: add Lines, SplitSeq, SplitAfterSeq, FieldsSeq, FieldsFuncSeq | aimuz |
| 2024-08-07 | bytes,strings: use a more universal Cyrillic word | Oleksandr Redko |
| 2024-08-05 | bytes, strings: replace reflect.DeepEqual and custom eq with slices.Equal in ... | aimuz |
| 2024-08-01 | bytes,slices,strings: optimize Repeat a bit | Jes Cok |
| 2024-07-24 | bytes,strings,unicode/utf16: use slices to clean up tests | apocelipes |
| 2024-07-22 | cmd/compile: don't inline runtime functions in -d=checkptr build | Cherry Mui |
| 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-15 | strings: re-introduce noescape wrapper | Cuong Manh Le |
| 2024-07-11 | strings: more cross-references in docstrings | Kir Kolyshkin |
| 2024-05-04 | strings: move Clone to stringslite | qiulaidongfeng |
| 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-04-17 | internal/abi: define EmptyInterface, TypeOf, and NoEscape | Michael Anthony Knyszek |
| 2024-04-04 | strings: intrinsify and optimize Compare | Emma Haruka Iwao |
| 2024-03-18 | strings: optimize Repeat for common substrings | Joe Tsai |
| 2024-02-19 | strings: make use of sizeclasses in (*Builder).Grow | Mateusz Poliwczak |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-10-13 | bytes,strings: add available godoc link | cui fliter |
| 2023-10-09 | bytes,strings: add example for ContainsFunc | 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-08-07 | strings: use the builtin max function | Muhammad Falak R Wani |
| 2023-07-20 | strings: add benchmark for Builder.WriteString | Roger Peppe |
| 2023-05-12 | strings: correct NewReader documentation | Jabar Asadi |
| 2023-02-27 | bytes, strings: avoid unnecessary zero initialization | Joe Tsai |
| 2023-01-24 | bytes, strings: add ContainsFunc | hopehook |
| 2023-01-20 | bytes,strings: add some examples | fangguizhen |
| 2023-01-20 | bytes, strings: rename field in CutSuffix tests | fangguizhen |
| 2023-01-17 | strings: remove redundant symbols | fangguizhen |
| 2022-10-31 | internal/bytealg: fix bug in index function for ppc64le/power9 | Archana R |