Russ Cox
|
4625777977
|
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
R=r, gri
CC=golang-dev
https://golang.org/cl/156115
|
2009-11-20 11:45:05 -08:00 |
|
Rob Pike
|
a1e7e65e2d
|
remove bytes.Copy
replace all calls with calls to copy
use copy in regexp and bytes.Buffer
R=rsc
CC=golang-dev
https://golang.org/cl/157073
|
2009-11-18 15:24:24 -08:00 |
|
Robert Griesemer
|
d1f931a694
|
- replaced gofmt expression formatting algorithm with
rsc's algorithm
- applied gofmt -w misc src
- partial CL (remaining files in other CLs)
R=rsc, r
http://go/go-review/1026036
|
2009-11-09 21:13:17 -08:00 |
|
Robert Griesemer
|
395b73f134
|
remove semis after statements in one-statement statement lists
R=rsc, r
http://go/go-review/1025029
|
2009-11-09 12:07:39 -08:00 |
|
Adam Langley
|
745ac15cb1
|
crypto/tls (part 1)
Rather than drop everything into a single, huge review, I've included
some simple bits of code here.
R=rsc
CC=go-dev
http://go/go-review/1016029
|
2009-11-02 18:25:20 -08:00 |
|