Age | Commit message (Collapse) | Author | Files | Lines |
|
(one-line functions will be re-established once we have all
formatted uniformly)
R=r
http://go/go-review/1023004
|
|
R=r
http://go/go-review/1019005
|
|
in special cases
- re-gofmt'ing of some files that are now improved
R=r, rsc
http://go/go-review/1023003
|
|
- this ensures better comment formatting in template.go and codec_test.go
- it affects only 2 files of all files that have been gofmt'ed already,
see separate CL (it fixes the same issue in those files)
R=rsc
http://go/go-review/1023002
|
|
Results of running gofmt again.
R=rsc
CC=go-dev
http://go/go-review/1022006
Committer: Adam Langley <agl@golang.org>
|
|
R=rsc, iant
CC=go-dev
http://go/go-review/1019003
|
|
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
|
|
R=rsc
CC=go-dev
http://go/go-review/1019002
|
|
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
|
|
R=rsc
http://go/go-review/1023001
|
|
R=gri, rsc
CC=go-dev
http://go/go-review/1017036
|
|
(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
Committer: Adam Langley <agl@golang.org>
|
|
R=rsc
http://go/go-review/1017056
|
|
R=rsc
http://go/go-review/1020001
|
|
(excluding debug/gosym/symtab.go which has a small issue)
R=rsc
http://go/go-review/1019001
|
|
R=r
http://go/go-review/1020002
|
|
R=r
http://go/go-review/1018064
|
|
document
R=rsc
CC=go-dev
http://go/go-review/1018063
Committer: Russ Cox <rsc@golang.org>
|
|
(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
|
|
* clpatch
* download
* submit, on behalf of clpatch
stir hgpatch to fix a few bugs
R=r
CC=go-dev
http://go/go-review/1016051
|
|
R=rsc
http://go/go-review/1016055
|
|
R=rsc
http://go/go-review/1017055
|
|
R=rsc
http://go/go-review/1016054
|
|
R=rsc
http://go/go-review/1016053
|
|
R=rsc
http://go/go-review/1018062
|
|
- the single line structs can be fixed in another round
R=rsc
http://go/go-review/1016052
|
|
- 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
|
|
R=rsc
CC=go-dev
http://go/go-review/1017054
|
|
R=agl, rsc
CC=go-dev
http://go/go-review/1017053
|
|
in previous change
R=rsc
http://go/go-review/1017052
|
|
R=rsc
http://go/go-review/1016050
|
|
R=r, rsc
CC=go-dev
http://go/go-review/1017051
|
|
(replacement for CL 1018053)
R=r
http://go/go-review/1017047
|
|
(replacement for CLs 1017039, 1017041, 1017040, 1018054)
R=r
http://go/go-review/1018060
|
|
R=r
http://go/go-review/1018059
|
|
R=rsc
http://go/go-review/1018061
|
|
R=rsc
http://go/go-review/1017049
|
|
R=rsc
http://go/go-review/1017048
|
|
don't apply gofmt to non-go files during upload check.
R=r
http://go/go-review/1016048
|
|
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
|
|
R=rsc
http://go/go-review/1018057
|
|
(and remove an empty line at the end of a file)
R=rsc
http://go/go-review/1017046
|
|
R=rsc
http://go/go-review/1017045
|
|
R=rsc
http://go/go-review/1017044
|
|
(gofmt will be able to re-align map entries as in http nicely,
eventually)
R=rsc
http://go/go-review/1018055
|
|
R=rsc
http://go/go-review/1017042
|
|
- preserve (some) indentation of comment text for /*-style comments
even if the first comment line does not contain any text that might
suggest the "correct" indentation
- enabled because otherwise existing larger comments get re-formatted
(this will not introduce a lot of changes since comments of this
kind - until now - were not changed with respect to indentation)
R=rsc
http://go/go-review/1016047
|
|
R=rsc
http://go/go-review/1017038
|
|
R=r
http://go/go-review/1018051
|
|
R=rsc
http://go/go-review/1017037
|