| Age | Commit message (Expand) | Author |
| 2025-12-23 | bytes: improve consistency in split test messages | jjpinto |
| 2025-11-14 | bytes: fix panic in bytes.Buffer.Peek | Aaron Chen |
| 2025-11-03 | all: remove extra space in the comments | cuishuang |
| 2025-11-03 | bytes: add Buffer.Peek | Ilia Choly |
| 2025-09-18 | bytes: use clear in test | Kir Kolyshkin |
| 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-07-28 | all: omit unnecessary type conversions | Jes Cok |
| 2025-05-19 | strings,bytes: add internal docs about perennial noCopy questions | Alan Donovan |
| 2025-05-19 | std: pass bytes.Buffer and strings.Builder by pointer | 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-03-25 | bytes: speed up Replace | Julien Cretel |
| 2025-03-18 | bytes,strings: document Fields trimming of leading and trailing characters | Sean Liao |
| 2025-02-19 | bytes,strings: remove redundant return statement for Lines | Jes Cok |
| 2025-02-14 | bytes: add examples for Lines, SplitSeq, SplitAfterSeq, FieldsSeq and FieldsF... | cuishuang |
| 2025-02-09 | bytes: use "subslice" instead of "substring" in doc comments | Cherry Mui |
| 2024-12-17 | bytes, strings: add cross-references in docstrings | Oleksandr Redko |
| 2024-10-29 | strings,bytes: use result of copy in subsequent slicing | Keith Randall |
| 2024-09-03 | all: omit unnecessary 0 in slice expression | nlwkobe30 |
| 2024-08-24 | bytes: fix a typo | Jes Cok |
| 2024-08-19 | all: remove duplicated words in comments | Oleksandr Redko |
| 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-17 | internal/bytealg: extend memchr result correctly on wasm | Zxilly |
| 2024-07-16 | bytes: more cross-references in docstrings | Kir Kolyshkin |
| 2024-07-16 | strings,bytes,regexp: use lists in Split* docstrings | Kir Kolyshkin |
| 2024-05-29 | all: document legacy //go:linkname for final round of modules | Russ Cox |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-05-03 | strings,bytes: improve Repeat panic messages | go101 |
| 2024-04-30 | bytes: fix up godoc link errors | Daniel Martí |
| 2024-04-26 | bytes: skip TestNewBufferShallow if optimization is disabled | qmuntal |
| 2024-04-24 | bytes: add test to ensure shallow copy of NewBuffer does not allocate | Joe Tsai |
| 2024-03-04 | bytes: add a colon after Output to make the Example in the document display c... | cui fliter |
| 2024-02-19 | strings: make use of sizeclasses in (*Builder).Grow | Mateusz Poliwczak |
| 2024-01-24 | runtime: short path for equal pointers in arm64 memequal | Mauri de Souza Meneguzzo |
| 2023-11-30 | bytes: add a boundary test for Count of 1 byte | Keith Randall |
| 2023-11-01 | bytes,internal/bytealg: add func bytealg.LastIndexRabinKarp | Jes Cok |
| 2023-10-31 | bytes,internal/bytealg: eliminate IndexRabinKarpBytes using generics | Jes Cok |
| 2023-10-27 | bytes,internal/bytealg: eliminate HashStrBytes,HashStrRevBytes using … | Jes Cok |
| 2023-10-13 | bytes,strings: add available godoc link | cui fliter |
| 2023-10-09 | bytes,strings: add example for ContainsFunc | cui fliter |