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
/
strings
/
strings.go
Age
Commit message (
Expand
)
Author
2016-09-07
strings: make IndexRune faster
Hiroshi Ioka
2016-08-16
strings: add special cases for Join of 2 and 3 strings
Brad Fitzpatrick
2016-04-13
strings: improve explode and correct comment
Martin Möhrmann
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-03
strings: add asm version of Index() for short strings on amd64
Ilya Tocar
2015-07-12
all: link to https for golang subdomains too
Brad Fitzpatrick
2015-06-03
strings: mention UTF-8 in the package comment.
Rob Pike
2015-04-30
strings: use LastIndexByte in LastIndex
Dmitry Vyukov
2015-04-30
bytes, strings: add LastIndexByte
Dmitry Vyukov
2015-03-20
bytes, os/exec, strings: fix a few BUG comments
areski
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-01-22
bytes, strings: improve documentation for Count functions
Robert Griesemer
2014-10-06
strings: use fast path for IndexRune
Brad Fitzpatrick
2014-09-18
bytes, strings: document that FieldsFunc f must not be stateful
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]