| Age | Commit message (Expand) | Author |
| 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 |
| 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-09-13 | strings: add a test case of growLen is negative | cui fliter |
| 2022-09-07 | strings: simplify code using unsafe.StringData | cuiweixie |
| 2022-08-23 | strings: rely on utf8.AppendRune | Joe Tsai |
| 2022-08-19 | bytes, strings: s/after/before/ in CutSuffix | Michal Bohuslávek |
| 2022-08-19 | strings: reduce allocation for byteReplacer | Cuong Manh Le |
| 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-05 | all: separate doc comment from //go: directives | Russ Cox |
| 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-19 | strings: fix typo in comment | George Looshch |
| 2022-02-08 | bytes, strings: mention Cut in docs for Split and SplitN | Ian Lance Taylor |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-05 | strings, bytes: deprecate Title | smasher164 |
| 2021-11-02 | net/netip: add new IP address package | Brad Fitzpatrick |
| 2021-11-01 | strings: align Clone output with string([]byte("")) | Martin Möhrmann |