summaryrefslogtreecommitdiff
path: root/src/strings
Commit message (Expand)AuthorAgeFilesLines
* bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin2021-02-242-1/+13
* strings: complete Reader doc stringRobert Griesemer2020-10-301-2/+2
* strings: complete documentation of strings.ReaderNorman B. Lancaster2020-10-301-0/+6
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-4/+3
* strings: optimize Replace by using a strings.BuilderPolina Osadcha2020-08-172-6/+15
* bytes, strings: align requirements for functions passed to FieldFuncsMartin Möhrmann2020-04-291-0/+3
* strings: simpler and slightly faster implementation of FieldsFuncRobert Griesemer2020-04-281-11/+15
* strings: remove an obsolete doc note for FieldsFuncPraveen Kumar2020-04-231-2/+0
* strings: make variable/type association consistent in function signaturesAlexander Greim2020-03-301-3/+3
* strings: narrow the search range of IndexByte in IndexAndy Pan2020-03-231-4/+4
* strings, bytes: improve IndexAny and LastIndexAny performanceerifan012020-03-112-12/+86
* bytes, strings: moves indexRabinKarp function to internal/bytealgerifan012020-03-041-64/+4
* all: avoid string(i) where i has type intIan Lance Taylor2020-02-261-2/+2
* strings: update Join parameter name for clarityThomas Symborski2020-01-151-10/+10
* strings: fix nonexistent path in commentpo3rin2019-12-061-1/+1
* strings: remove a redundant and flaky part of a testBrad Fitzpatrick2019-10-311-15/+0
* cmd/compile: add -d=checkptr to validate unsafe.Pointer rulesMatthew Dempsky2019-10-171-0/+1
* cmd/gofmt: fix computation of function header sizeEli Bendersky2019-09-241-4/+6
* strings, bytes: clarify usage of EqualFoldsAndrew Medvedev2019-09-211-1/+2
* strings: clarify usage of Title and ToTitleAndrew Todd2019-07-302-4/+14
* strings: document that order of pairs matters in NewReplacerFrancesco Renzi2019-07-101-1/+2
* strings: clarify example of ContainsAnyMartin Sucha2019-05-241-1/+5
* strings, bytes: add ToValidUTF8Martin Möhrmann2019-05-012-0/+100
* strings: remove "a copy of the string" from ToUpper/ToLower commentsМаксадбек Ахмедов2019-04-141-2/+2
* strings: add TestIndexByteTobias Klauser2019-04-091-0/+12
* strings: use Go style character range comparison in ToUpper/ToLowerTobias Klauser2019-04-091-4/+4
* strings: unindent FieldsTobias Klauser2019-04-081-27/+27
* strings: document that NewReplacer can panicBrad Fitzpatrick2019-04-031-0/+2
* bytes, strings: add tests for TrimLeftFunc and TrimRightFuncBen Hoyt2019-03-291-12/+55
* bytes, strings: speed up TrimSpace 4-5x for common ASCII casesBen Hoyt2019-03-122-1/+46
* strings: remove unnecessary strings.sTobias Klauser2019-03-101-5/+0
* strings: add ReplaceAll exampledupoxy2018-12-131-0/+6
* strings: revert accidental example change from CL 153840Brad Fitzpatrick2018-12-131-1/+1
* strings,bytes: use inlineable function trampolines instead of linknameKeith Randall2018-11-082-10/+5
* strings: remove empty line沈涛2018-11-081-1/+0
* strings: lower running time of TestCompareStringsKeith Randall2018-11-041-3/+10
* strings: declare IndexByte as noescapeKeith Randall2018-10-301-0/+2
* bytes, strings: fix Reader.UnreadRune returning without error on a zero ReaderTim Cooper2018-10-292-1/+47
* strings: Replace s[:] to s where s is a slice.Ivan Sharavuev2018-10-131-1/+1
* strings: correctly handle invalid utf8 sequences in MapMartin Möhrmann2018-10-032-14/+14
* io: export StringWriterDaniel Martí2018-10-031-6/+2
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* bytes, strings: add ReplaceAllBrad Fitzpatrick2018-09-262-0/+15
* strings: use Builder in ToUpper and ToLowerTom Thorogood2018-09-261-6/+8
* strings, bytes: optimize function Indexerifan012018-09-131-13/+15
* strings: simplify Join using BuilderPhil Pearl2018-09-022-13/+20
* strings: use Builder in Repeat to avoid an allocationgo1012018-08-222-9/+26
* strings, bytes: avoid unnecessary function literalsJohan Brandhorst2018-08-221-3/+3
* strings: use Builder in MapMichael Fraenkel2018-08-222-27/+28
* strings: revise ToUpperSpecial and ToLowerSpecial wordingKevin Zita2018-08-211-2/+2