aboutsummaryrefslogtreecommitdiff
path: root/src/strings/strings_test.go
AgeCommit message (Expand)Author
2021-10-06bytes, strings: add CutRuss Cox
2021-08-25bytes, strings: optimize Trim for single byte cutsetsJoe Tsai
2020-08-17strings: optimize Replace by using a strings.BuilderPolina Osadcha
2020-03-11strings, bytes: improve IndexAny and LastIndexAny performanceerifan01
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-09-24cmd/gofmt: fix computation of function header sizeEli Bendersky
2019-05-01strings, bytes: add ToValidUTF8Martin Möhrmann
2019-04-09strings: add TestIndexByteTobias Klauser
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
2018-10-03strings: correctly handle invalid utf8 sequences in MapMartin Möhrmann
2018-09-26bytes, strings: add ReplaceAllBrad Fitzpatrick
2018-09-02strings: simplify Join using BuilderPhil Pearl
2018-08-22strings: use Builder in Repeat to avoid an allocationgo101
2018-08-22strings: use Builder in MapMichael Fraenkel
2018-05-04strings: fix encoding of \u0080 in mapMartin Möhrmann
2018-05-01bytes, strings: improve EqualFold fast version for ASCIIEric Pauley
2017-11-15bytes,strings: in generic Index, use mix of IndexByte and Rabin-KarpKeith Randall
2017-11-08strings: optimize ToLowerAgniva De Sarker
2017-11-07strings: optimize ToUpperAgniva De Sarker
2017-04-07strings: optimize Count for amd64Josselin Costanzi
2017-04-04strings: speed up FieldsMartin Möhrmann
2017-02-28strings: fix handling of invalid UTF-8 sequences in MapMartin Möhrmann
2017-02-08bytes, strings: optimize Split*Aliaksandr Valialkin
2016-11-01strings: ignore allocation test in cover modeBrad Fitzpatrick
2016-10-28bytes, strings: optimize for ASCII setsJoe Tsai
2016-10-26bytes, strings: fix regression in IndexRuneJoe Tsai
2016-10-01strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke
2016-09-07strings: use AVX2 for Index if availableIlya Tocar
2016-09-07strings: make IndexRune fasterHiroshi Ioka
2016-05-27strings: fix and reenable amd64 Index for 17-31 byte stringsIlya Tocar
2016-05-15strings: fix Contains on amd64Keith Randall
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-04-13strings: improve explode and correct commentMartin Möhrmann
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-03strings: add asm version of Index() for short strings on amd64Ilya Tocar
2015-04-30bytes, strings: add LastIndexByteDmitry Vyukov
2015-03-31strings: Add benchmark test for trim functionJohn Potocny
2014-09-08build: move package sources from src/pkg to srcRuss Cox