- 06 Nov, 2009 3 commits
-
-
Adam Langley authored
Make RSA and X509 build by using big. (This involves commenting out key generation for now since I haven't written Miller-Rabin in big yet.) Add entries to the Makefile. R=rsc CC=go-dev http://go/go-review/1022005
-
Adam Langley authored
R=rsc CC=go-dev http://go/go-review/1019002
-
Ian Lance Taylor authored
test. const1.go:27: error: integer constant overflow const1.go:29: error: integer constant overflow const1.go:30: error: integer constant overflow const1.go:31: error: integer constant overflow const1.go:32: error: integer constant overflow const1.go:33: error: integer constant overflow const1.go:33: error: integer constant overflow const1.go:34: error: integer constant overflow const1.go:37: error: integer constant overflow const1.go:38: error: integer constant overflow const1.go:40: error: integer constant overflow const1.go:41: error: integer constant overflow const1.go:43: error: integer constant overflow const1.go:44: error: integer constant overflow const1.go:45: error: integer constant overflow const1.go:48: error: integer constant overflow const1.go:50: error: integer constant overflow const1.go:51: error: integer constant overflow const1.go:52: error: integer constant overflow const1.go:53: error: integer constant overflow const1.go:55: error: integer constant overflow const1.go:56: error: division by zero const1.go:59: error: floating point constant overflow const1.go:61: error: floating point constant overflow const1.go:62: error: division by zero const1.go:47: error: integer constant overflow const1.go:49: error: integer constant overflow const1.go:60: error: floating point constant overflow const1.go:68: error: argument 1 has incompatible type (cannot use type int8 as type int) const1.go:69: error: argument 1 has incompatible type (cannot use type int8 as type int) const1.go:70: error: argument 1 has incompatible type (cannot use type uint8 as type int) const1.go:72: error: argument 1 has incompatible type (cannot use type float32 as type int) const1.go:73: error: argument 1 has incompatible type (cannot use type float as type int) const1.go:74: error: floating point constant truncated to integer const1.go:76: error: argument 1 has incompatible type (cannot use type float64 as type int) const1.go:77: error: argument 1 has incompatible type const1.go:78: error: argument 1 has incompatible type R=rsc http://go/go-review/1022001
-
- 05 Nov, 2009 37 commits
-
-
Robert Griesemer authored
R=rsc http://go/go-review/1023001
-
Adam Langley authored
R=gri, rsc CC=go-dev http://go/go-review/1017036
-
Adam Langley authored
(With hindsight, record_process might have been designed wrong, but it works for now. It'll get redrawn when client support is added.) R=rsc CC=r http://go/go-review/1018032
-
Robert Griesemer authored
R=rsc http://go/go-review/1017056
-
Robert Griesemer authored
R=rsc http://go/go-review/1020001
-
Robert Griesemer authored
(excluding debug/gosym/symtab.go which has a small issue) R=rsc http://go/go-review/1019001
-
Robert Griesemer authored
R=r http://go/go-review/1020002
-
Robert Griesemer authored
R=r http://go/go-review/1018064
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1018063
-
Robert Griesemer authored
(the one-line struct types used in composite literals will become one line again in another cleanup round; don't worry about them now) R=r http://go/go-review/1016056
-
Russ Cox authored
* clpatch * download * submit, on behalf of clpatch stir hgpatch to fix a few bugs R=r CC=go-dev http://go/go-review/1016051
-
Robert Griesemer authored
R=rsc http://go/go-review/1016055
-
Robert Griesemer authored
R=rsc http://go/go-review/1017055
-
Robert Griesemer authored
R=rsc http://go/go-review/1016054
-
Robert Griesemer authored
R=rsc http://go/go-review/1016053
-
Robert Griesemer authored
R=rsc http://go/go-review/1018062
-
Robert Griesemer authored
- the single line structs can be fixed in another round R=rsc http://go/go-review/1016052
-
Robert Griesemer authored
- slightly better output in general - extra indentation where we could do without (however that seems better for now that not having the indentation where it is needed) - no information is lost, so a future better approach can fix these places up again R=rsc http://go/go-review/1017050
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1017054
-
Rob Pike authored
R=agl, rsc CC=go-dev http://go/go-review/1017053
-
Ken Thompson authored
in previous change R=rsc http://go/go-review/1017052
-
Ken Thompson authored
R=rsc http://go/go-review/1016050
-
Adam Langley authored
R=r, rsc CC=go-dev http://go/go-review/1017051
-
Robert Griesemer authored
(replacement for CL 1018053) R=r http://go/go-review/1017047
-
Robert Griesemer authored
(replacement for CLs 1017039, 1017041, 1017040, 1018054) R=r http://go/go-review/1018060
-
Russ Cox authored
R=r http://go/go-review/1018059
-
Robert Griesemer authored
R=rsc http://go/go-review/1018061
-
Robert Griesemer authored
R=rsc http://go/go-review/1017049
-
Robert Griesemer authored
R=rsc http://go/go-review/1017048
-
Russ Cox authored
don't apply gofmt to non-go files during upload check. R=r http://go/go-review/1016048
-
Russ Cox authored
add check before Upload, for now disabled by default, that files do not change when run through gofmt. enable by adding [codereview] force_gofmt = True to .hgrc or .hg/hgrc. add doc strings for a few more commands. rename codereview-login to code-login to make module doc visible. R=r CC=gri http://go/go-review/1018056
-
Robert Griesemer authored
R=rsc http://go/go-review/1018057
-
Robert Griesemer authored
(and remove an empty line at the end of a file) R=rsc http://go/go-review/1017046
-
Robert Griesemer authored
R=rsc http://go/go-review/1017045
-
Robert Griesemer authored
R=rsc http://go/go-review/1017044
-
Robert Griesemer authored
(gofmt will be able to re-align map entries as in http nicely, eventually) R=rsc http://go/go-review/1018055
-
Robert Griesemer authored
R=rsc http://go/go-review/1017042
-