aboutsummaryrefslogtreecommitdiff
path: root/src/strings
AgeCommit message (Expand)Author
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í
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-26bytes, strings: add ReplaceAllBrad Fitzpatrick
2018-09-26strings: use Builder in ToUpper and ToLowerTom Thorogood
2018-09-13strings, bytes: optimize function Indexerifan01
2018-09-02strings: simplify Join using BuilderPhil Pearl
2018-08-22strings: use Builder in Repeat to avoid an allocationgo101
2018-08-22strings, bytes: avoid unnecessary function literalsJohan Brandhorst
2018-08-22strings: use Builder in MapMichael Fraenkel
2018-08-21strings: revise ToUpperSpecial and ToLowerSpecial wordingKevin Zita
2018-08-21strings: select Replacer algorithm and build machine lazilyBrad Fitzpatrick