aboutsummaryrefslogtreecommitdiff
path: root/src/strings
AgeCommit message (Expand)Author
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
2019-09-24cmd/gofmt: fix computation of function header sizeEli Bendersky
2019-09-21strings, bytes: clarify usage of EqualFoldsAndrew Medvedev
2019-07-30strings: clarify usage of Title and ToTitleAndrew Todd
2019-07-10strings: document that order of pairs matters in NewReplacerFrancesco Renzi
2019-05-24strings: clarify example of ContainsAnyMartin Sucha
2019-05-01strings, bytes: add ToValidUTF8Martin Möhrmann
2019-04-14strings: remove "a copy of the string" from ToUpper/ToLower commentsМаксадбек Ахмедов
2019-04-09strings: add TestIndexByteTobias Klauser
2019-04-09strings: use Go style character range comparison in ToUpper/ToLowerTobias Klauser
2019-04-08strings: unindent FieldsTobias Klauser
2019-04-03strings: document that NewReplacer can panicBrad Fitzpatrick
2019-03-29bytes, strings: add tests for TrimLeftFunc and TrimRightFuncBen Hoyt
2019-03-12bytes, strings: speed up TrimSpace 4-5x for common ASCII casesBen Hoyt
2019-03-10strings: remove unnecessary strings.sTobias Klauser
2018-12-13strings: add ReplaceAll exampledupoxy
2018-12-13strings: revert accidental example change from CL 153840Brad Fitzpatrick
2018-11-08strings,bytes: use inlineable function trampolines instead of linknameKeith Randall
2018-11-08strings: remove empty line沈涛
2018-11-04strings: lower running time of TestCompareStringsKeith Randall
2018-10-30strings: declare IndexByte as noescapeKeith Randall
2018-10-29bytes, strings: fix Reader.UnreadRune returning without error on a zero ReaderTim Cooper
2018-10-13strings: Replace s[:] to s where s is a slice.Ivan Sharavuev
2018-10-03strings: correctly handle invalid utf8 sequences in MapMartin Möhrmann
2018-10-03io: export StringWriterDaniel Martí