summaryrefslogtreecommitdiff
path: root/src/pkg/strings
Commit message (Expand)AuthorAgeFilesLines
* strings: use Rabin-Karp algorithm for LastIndex.Rui Ueyama2014-09-012-12/+67
* strings, bytes: document behavior of Replace when old is emptyCaleb Spare2014-08-251-0/+3
* strings: remove byteBitmapRui Ueyama2014-07-171-65/+35
* strings: Replacer is safe for concurrent useEvan Shaw2014-06-281-1/+2
* strings: avoid pointless slice growth in makeBenchInputHardJosh Bleecher Snyder2014-06-261-1/+4
* strings: additional testsDave Cheney2014-06-251-12/+30
* undo CL 101330053 / c19c9a063fe8Rui Ueyama2014-06-222-50/+25
* strings: use sync.Pool to cache bufferRui Ueyama2014-06-212-25/+50
* strings: speed up byteReplacer.ReplaceRui Ueyama2014-06-202-6/+16
* strings: define byteBitmap.isSetRui Ueyama2014-06-191-7/+11
* strings: reduce allocation in byteStringReplacer.WriteStringRui Ueyama2014-06-192-30/+23
* strings: add fast path to ReplaceRui Ueyama2014-06-171-0/+9
* bytes, strings: optimize RepeatRui Ueyama2014-06-112-3/+10
* net/http, strings, bytes: fix http race, revert part of Reader behavior changeBrad Fitzpatrick2014-04-253-2/+23
* strings: fix off-by-one error in testgo1.3beta1Rui Ueyama2014-04-211-1/+1
* bytes, strings: more consistent error messagesRobert Griesemer2014-04-102-8/+8
* bytes, strings: add Reader.ReadAt race testsBrad Fitzpatrick2014-04-102-0/+18
* bytes, strings: allow Reader.Seek past 1<<31Brad Fitzpatrick2014-03-282-20/+27
* strings: minor cleanupRui Ueyama2014-03-231-1/+1
* strings, bytes: ReadAt should not mutate receiverRui Ueyama2014-03-192-2/+0
* strings, bytes: fix Reader.UnreadRuneRui Ueyama2014-03-192-2/+32
* bytes, strings: improve Title test coverage by adding cases with underscore a...Shawn Smith2013-12-201-0/+2
* strings: Add example function for IndexAnyDaniel Lid?n2013-12-161-0/+8
* strings: Add IndexFunc exampleRobin Eklind2013-12-161-0/+11
* strings: Update Trim example.Robin Eklind2013-12-161-2/+2
* strings: Add FieldsFunc example.Robin Eklind2013-12-161-0/+9
* strings: fix Replacer bug with prefix matchesBrad Fitzpatrick2013-10-242-2/+14
* bytes, strings: use copy in RepeatEvan Shaw2013-08-271-4/+1
* strings: add test for CountPieter Droogendijk2013-08-091-0/+24
* strings: add IndexByte benchmarkBrad Fitzpatrick2013-08-061-0/+9
* strings: use runtime assembly for IndexByteBrad Fitzpatrick2013-08-053-10/+13
* strings: add IndexByte, for consistency with bytes packageBrad Fitzpatrick2013-08-011-8/+11
* bytes,strings: remove user name from BUG in commentRob Pike2013-03-191-1/+1
* bytes,string: move the BUG to the comment of the function it's aboutRob Pike2013-03-151-2/+2
* strings: remove allocations in Split(s, "")Ewan Chou2013-03-062-1/+23
* all: fix a few more printf arg bugs found by go vetRob Pike2013-02-281-1/+1
* bufio: new Scanner interfaceRob Pike2013-02-201-1/+2
* strings: faster Count, IndexDonovan Hide2013-02-192-28/+47
* strings: better mean complexity for Count and Index.R?my Oudompheng2013-02-172-8/+109
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-013-4/+46
* bytes, strings: fix Reader WriteTo return value on 0 bytes copiedBrad Fitzpatrick2012-11-252-3/+3
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* bytes, strings: add (*Reader).WriteToEvan Shaw2012-10-122-1/+43
* strings: implement a faster single-string ReplacerEric Roshan-Eisner2012-09-285-8/+330
* bytes, strings: add Fields benchmarksRuss Cox2012-09-181-0/+44
* strings: implement a faster generic ReplacerEric Eisner2012-09-173-75/+348
* strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistentNigel Tao2012-09-122-36/+49
* strings: more thorough Replacer tests.Nigel Tao2012-09-111-60/+259
* go/parser: fix comment grouping (day 1 bug)Robert Griesemer2012-05-221-1/+0
* strings: Rename example to match function name.Volker Dobler2012-03-051-1/+1