| Age | Commit message (Collapse) | Author |
|
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
|
|
Use the smaller read-only bytes.NewReader/strings.NewReader instead
of a bytes.Buffer when possible.
LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/54660045
|
|
Fixes #2748.
R=rsc, r, r
CC=golang-dev
https://golang.org/cl/5557072
|
|
Also add a byte count to the varint benchmarks - this
isn't accurate, of course, but it allows a rough comparison to
the other benchmarks.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5496070
|
|
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5322051
|
|
binary.BenchmarkPutUvarint32 20000000 85.6 ns/op
binary.BenchmarkPutUvarint64 10000000 299 ns/op
R=rsc
CC=golang-dev
https://golang.org/cl/5148049
|
|
R=rsc
CC=golang-dev
https://golang.org/cl/5163041
|
|
R=rsc, r, nigeltao, r, dsymonds
CC=golang-dev
https://golang.org/cl/5146048
|