Christopher Wedgwood
|
b80146a4c9
|
a[b:len(a)] -> a[b:]
R=r, rsc
CC=agl1
https://golang.org/cl/161070
|
2009-11-30 12:03:43 -08:00 |
|
Adam Langley
|
79f2a55aea
|
crypto/tls: add initial client implementation.
R=rsc, agl
CC=golang-dev
https://golang.org/cl/157076
|
2009-11-21 15:53:03 -08:00 |
|
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
|
24b96e2917
|
crypto/tls (part 2)
R=rsc
CC=go-dev
http://go/go-review/1018028
|
2009-11-03 17:25:13 -08:00 |
|