index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
strings
/
replace.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-07-17
strings: remove byteBitmap
Rui Ueyama
2014-06-28
strings: Replacer is safe for concurrent use
Evan Shaw
2014-06-22
undo CL 101330053 / c19c9a063fe8
Rui Ueyama
2014-06-21
strings: use sync.Pool to cache buffer
Rui Ueyama
2014-06-20
strings: speed up byteReplacer.Replace
Rui Ueyama
2014-06-19
strings: define byteBitmap.isSet
Rui Ueyama
2014-06-19
strings: reduce allocation in byteStringReplacer.WriteString
Rui Ueyama
2014-06-17
strings: add fast path to Replace
Rui Ueyama
2014-03-23
strings: minor cleanup
Rui Ueyama
2013-10-24
strings: fix Replacer bug with prefix matches
Brad Fitzpatrick
2012-09-28
strings: implement a faster single-string Replacer
Eric Roshan-Eisner
2012-09-17
strings: implement a faster generic Replacer
Eric Eisner
2012-09-12
strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistent
Nigel Tao
2011-11-01
src/pkg/[n-z]*: gofix -r error -force=error
Russ Cox
2011-10-03
strings: implement a faster byte->string Replacer
Brad Fitzpatrick
2011-10-03
strings: implement a faster byte->byte Replacer
Brad Fitzpatrick
2011-09-28
strings: add Replacer, NewReplacer
Brad Fitzpatrick