aboutsummaryrefslogtreecommitdiff
path: root/src/strings
AgeCommit message (Expand)Author
2026-01-22strings: use bytealg.LastIndexRabinKarp on strings.LastIndexjiahua wang
2025-11-03all: remove extra space in the commentscuishuang
2025-10-22comment: change slice to string in function comment/helpredteampanda-ng
2025-09-16bytes,strings: remove reference to non-existent SplitFuncSean Liao
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-03unicode/utf8: make DecodeRune{,InString} inlineableJulien Cretel
2025-08-29bytes, strings: speed up TrimSpaceJulien Cretel
2025-08-28strings: remove redundant "runs" from string.Fields docstringBrad
2025-05-19strings,bytes: add internal docs about perennial noCopy questionsAlan Donovan
2025-05-15strings,bytes: make benchmark work deterministicKeith Randall
2025-05-14bytes, strings: speed up Split{,After}SeqJulien Cretel
2025-05-12bytes, strings: rename parameters in ExampleCut{Pre,Suf}fixTobias Klauser
2025-05-12bytes, strings: micro-optimize EqualFoldJulien Cretel
2025-05-05bytes, strings: reduce Split{,After}Seq heap allocationstdakkota
2025-04-15strings: duplicate alignment test from bytes packageConstantin Konstantinidis
2025-03-20strings: don't assert on Replace's allocs for ASANJulien Cretel
2025-03-20strings: speed up ReplaceJulien Cretel
2025-03-18bytes,strings: document Fields trimming of leading and trailing charactersSean Liao
2025-03-15strings: add FuzzReplace testJorropo
2025-02-19bytes,strings: remove redundant return statement for LinesJes Cok
2025-02-10strings: add examples for Lines, SplitSeq, SplitAfterSeq, FieldsSeq and Field...cuishuang
2024-12-17bytes, strings: add cross-references in docstringsOleksandr Redko
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-08-19all: remove duplicated words in commentsOleksandr Redko
2024-08-16strings: fix typo in examplesGökhan Özeloğlu
2024-08-14byte,strings: improve IndexRune performance by ~45%Charlie Vieth
2024-08-14bytes, strings: add Lines, SplitSeq, SplitAfterSeq, FieldsSeq, FieldsFuncSeqaimuz
2024-08-07bytes,strings: use a more universal Cyrillic wordOleksandr Redko
2024-08-05bytes, strings: replace reflect.DeepEqual and custom eq with slices.Equal in ...aimuz
2024-08-01bytes,slices,strings: optimize Repeat a bitJes Cok
2024-07-24bytes,strings,unicode/utf16: use slices to clean up testsapocelipes
2024-07-22cmd/compile: don't inline runtime functions in -d=checkptr buildCherry Mui
2024-07-16regexp: more cross-references in docstringsKir Kolyshkin
2024-07-16strings,bytes,regexp: use lists in Split* docstringsKir Kolyshkin
2024-07-15strings: re-introduce noescape wrapperCuong Manh Le
2024-07-11strings: more cross-references in docstringsKir Kolyshkin
2024-05-04strings: move Clone to stringsliteqiulaidongfeng
2024-05-03strings: move TrimPrefix and TrimSuffix to stringsliteapocelipes
2024-05-03strings,bytes: improve Repeat panic messagesgo101
2024-04-26strings, internal/stringslite: lite version of strings packageDamien Neil
2024-04-17internal/abi: define EmptyInterface, TypeOf, and NoEscapeMichael Anthony Knyszek
2024-04-04strings: intrinsify and optimize CompareEmma Haruka Iwao
2024-03-18strings: optimize Repeat for common substringsJoe Tsai
2024-02-19strings: make use of sizeclasses in (*Builder).GrowMateusz Poliwczak
2023-11-20src: a/an grammar fixesVille Skyttä
2023-10-13bytes,strings: add available godoc linkcui fliter
2023-10-09bytes,strings: add example for ContainsFunccui fliter
2023-09-01bytes, strings: use "reports whether" in HasPrefix and HasSuffixMatthew Dempsky
2023-08-25internal/bytealg: add generic LastIndexByte{,String}Tobias Klauser
2023-08-07strings: use the builtin max functionMuhammad Falak R Wani