aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/strings/replace.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-07-17strings: remove byteBitmapRui Ueyama
2014-06-28strings: Replacer is safe for concurrent useEvan Shaw
2014-06-22undo CL 101330053 / c19c9a063fe8Rui Ueyama
2014-06-21strings: use sync.Pool to cache bufferRui Ueyama
2014-06-20strings: speed up byteReplacer.ReplaceRui Ueyama
2014-06-19strings: define byteBitmap.isSetRui Ueyama
2014-06-19strings: reduce allocation in byteStringReplacer.WriteStringRui Ueyama
2014-06-17strings: add fast path to ReplaceRui Ueyama
2014-03-23strings: minor cleanupRui Ueyama
2013-10-24strings: fix Replacer bug with prefix matchesBrad Fitzpatrick
2012-09-28strings: implement a faster single-string ReplacerEric Roshan-Eisner
2012-09-17strings: implement a faster generic ReplacerEric Eisner
2012-09-12strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistentNigel Tao
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss 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