aboutsummaryrefslogtreecommitdiff
path: root/src/strings
AgeCommit message (Expand)Author
2023-01-24bytes, strings: add ContainsFunchopehook
2023-01-20bytes,strings: add some examplesfangguizhen
2023-01-20bytes, strings: rename field in CutSuffix testsfangguizhen
2023-01-17strings: remove redundant symbolsfangguizhen
2022-10-31internal/bytealg: fix bug in index function for ppc64le/power9Archana R
2022-09-27bytes,strings: optimize RepeatCarlo Alberto Ferraris
2022-09-21bytes, strings: add ASCII fast path to EqualFoldCharlie Vieth
2022-09-14strings: reuse the input string for Repeat count of 1Anuraag Agrawal
2022-09-13strings: add a test case of growLen is negativecui fliter
2022-09-07strings: simplify code using unsafe.StringDatacuiweixie
2022-08-23strings: rely on utf8.AppendRuneJoe Tsai
2022-08-19bytes, strings: s/after/before/ in CutSuffixMichal Bohuslávek
2022-08-19strings: reduce allocation for byteReplacerCuong Manh Le
2022-08-19strings: speed up ToUpper()/ToLower() by batch writing data with BuilderAndy Pan
2022-08-16strings, bytes: add CutPrefix and CutSuffixChangkun Ou
2022-08-08strings: avoid utf8.RuneError mangling in SplitJoe Tsai
2022-04-29strings: adding micro-optimization for TrimSpaceIllirgway
2022-04-11all: gofmt main repoRuss Cox
2022-04-07strings, bytes: improve the description of simple case-folding in EqualFoldhopehook
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-02strings: document the use of simple case-folding in EqualFoldhopehook
2022-03-31strings: limits allocation size for SplitNPhilippe Antoine
2022-02-19strings: fix typo in commentGeorge Looshch
2022-02-08bytes, strings: mention Cut in docs for Split and SplitNIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-05strings, bytes: deprecate Titlesmasher164
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-11-01strings: align Clone output with string([]byte(""))Martin Möhrmann
2021-10-06strings,bytes: avoid allocations in Trim/TrimLeft/TrimRightCarlo Alberto Ferraris
2021-10-06bytes, strings: add CutRuss Cox
2021-09-13strings: add Clone functionMartin Möhrmann
2021-08-25bytes, strings: optimize Trim for single byte cutsetsJoe Tsai
2021-08-22strings: smarter growth of temporal buffer and avoid copying on returnIgnacio Hagopian
2021-02-24bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin
2020-10-30strings: complete Reader doc stringRobert Griesemer
2020-10-30strings: complete documentation of strings.ReaderNorman B. Lancaster
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-17strings: optimize Replace by using a strings.BuilderPolina Osadcha
2020-04-29bytes, strings: align requirements for functions passed to FieldFuncsMartin Möhrmann
2020-04-28strings: simpler and slightly faster implementation of FieldsFuncRobert Griesemer
2020-04-23strings: remove an obsolete doc note for FieldsFuncPraveen Kumar
2020-03-30strings: make variable/type association consistent in function signaturesAlexander Greim
2020-03-23strings: narrow the search range of IndexByte in IndexAndy Pan
2020-03-11strings, bytes: improve IndexAny and LastIndexAny performanceerifan01
2020-03-04bytes, strings: moves indexRabinKarp function to internal/bytealgerifan01
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2020-01-15strings: update Join parameter name for clarityThomas Symborski
2019-12-06strings: fix nonexistent path in commentpo3rin
2019-10-31strings: remove a redundant and flaky part of a testBrad Fitzpatrick
2019-10-17cmd/compile: add -d=checkptr to validate unsafe.Pointer rulesMatthew Dempsky