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
Age
Commit message (
Expand
)
Author
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2015-11-03
strings: add asm version of Index() for short strings on amd64
Ilya Tocar
2015-10-23
strings: Add examples for HasPrefix and HasSuffix
Gaurish Sharma
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-04-06
bytes, strings: add Reader.Size methods
Brad Fitzpatrick
2015-03-31
strings: Add benchmark test for trim function
John Potocny
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
2015-01-19
strings: remove overengineered Compare implementation
Russ Cox
2015-01-15
strings: add Compare(x, y string) int, for symmetry with bytes.Compare
Alan Donovan
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]