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
/
bytes
Age
Commit message (
Expand
)
Author
2016-04-08
bytes: add ContainsRune
Emmanuel Odeke
2016-04-07
bytes, string: add Reset method to Reader
Joe Tsai
2016-04-06
bytes: add ContainsAny
Rob Pike
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-10
bytes: correct comment about usage of bytes.Buffer by Printf
Martin Möhrmann
2016-03-02
all: single space after period.
Brad Fitzpatrick
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
2016-02-26
runtime: avoid using REP prefix for IndexByte
Keith Randall
2016-02-21
bytes: make Buffer comment more accurate
Josh Bleecher Snyder
2015-12-18
bytes: document that buffer is reused in Truncate and Reset
Joe Tsai
2015-08-26
bytes: improve Compare function on amd64 for large byte arrays
Uttam C Pawar
2015-07-23
Revert "bytes: document that Buffer values must not be copied"
Alan Donovan
2015-07-23
bytes: document that Buffer values must not be copied
Alan Donovan
2015-04-30
bytes, strings: add LastIndexByte
Dmitry Vyukov
2015-04-06
bytes, strings: add Reader.Size methods
Brad Fitzpatrick
2015-04-04
bytes: fix comment
Josh Bleecher Snyder
2015-04-03
bytes: export Cap method for buffer
Cristian Staretu
2015-03-25
runtime: add runtime.cmpstring and bytes.Compare
Dave Cheney
2015-03-20
bytes, os/exec, strings: fix a few BUG comments
areski
2015-01-22
bytes, strings: improve documentation for Count functions
Robert Griesemer
2015-01-15
all: update old comments referencing *.goc files
Brad Fitzpatrick
2014-09-24
cmd/go: fix bytes and net the right way
Russ Cox
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]