aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/strings
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] strings: fix Replacer bug with prefix matchesAndrew Gerrand
2013-08-27bytes, strings: use copy in RepeatEvan Shaw
2013-08-09strings: add test for CountPieter Droogendijk
2013-08-06strings: add IndexByte benchmarkBrad Fitzpatrick
2013-08-05strings: use runtime assembly for IndexByteBrad Fitzpatrick
2013-08-01strings: add IndexByte, for consistency with bytes packageBrad Fitzpatrick
2013-03-19bytes,strings: remove user name from BUG in commentRob Pike
2013-03-15bytes,string: move the BUG to the comment of the function it's aboutRob Pike
2013-03-06strings: remove allocations in Split(s, "")Ewan Chou
2013-02-28all: fix a few more printf arg bugs found by go vetRob Pike
2013-02-20bufio: new Scanner interfaceRob Pike
2013-02-19strings: faster Count, IndexDonovan Hide
2013-02-17strings: better mean complexity for Count and Index.Rémy Oudompheng
2013-02-01bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick
2012-11-25bytes, strings: fix Reader WriteTo return value on 0 bytes copiedBrad Fitzpatrick
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-12bytes, strings: add (*Reader).WriteToEvan Shaw
2012-09-28strings: implement a faster single-string ReplacerEric Roshan-Eisner
2012-09-18bytes, strings: add Fields benchmarksRuss Cox
2012-09-17strings: implement a faster generic ReplacerEric Eisner
2012-09-12strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistentNigel Tao
2012-09-11strings: more thorough Replacer tests.Nigel Tao
2012-05-22go/parser: fix comment grouping (day 1 bug)Robert Griesemer
2012-03-05strings: Rename example to match function name.Volker Dobler
2012-02-27strings: make Count example show resultsRobert Griesemer
2012-02-16godoc: make example code more readable with new comment conventionAndrew Gerrand
2012-02-15strings: add Bernardo O'Higgins exampleAndrew Gerrand
2012-02-15bytes,strings: make *Reader implement io.ReaderAtBrad Fitzpatrick
2012-02-13strings: more examplesBrad Fitzpatrick
2012-02-10strings: delete method comments implied by interface satisfactionRob Pike
2012-02-09strings: add Seek method to ReaderBrad Fitzpatrick
2012-02-03strings: add Fields exampleBrad Fitzpatrick
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2011-12-20panics: use the new facilities of testing.B insteadRob Pike
2011-12-08update tree for new default type ruleRuss Cox
2011-11-28strings: fix test outputChristopher Wedgwood
2011-11-23strings: Add ContainsAny and ContainsRune to correspond to IndexAny etc.Scott Lawrence
2011-11-13various: avoid func compareRuss Cox
2011-11-08renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike
2011-11-03all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox
2011-10-25bytes, strings: use runeRuss Cox
2011-10-03strings: implement a faster byte->string ReplacerBrad Fitzpatrick
2011-10-03strings: implement a faster byte->byte ReplacerBrad Fitzpatrick
2011-09-28strings: add Replacer, NewReplacerBrad Fitzpatrick
2011-09-26bytes: add EqualFoldRuss Cox
2011-09-26strings: add EqualFoldRuss Cox
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer