Age | Commit message (Collapse) | Author | Files | Lines |
|
usage to EABI.
go/test: passes 85% (296/347) on random android phone.
R=rsc
http://go/go-review/1024003
|
|
(with this change: gofmt -l src/cmd/ | wc
is 0 0 0)
R=ken, rsc
http://go/go-review/1024005
|
|
R=rsc
http://go/go-review/1024004
|
|
- with this change, `gofmt -l src/pkg | wc` is 0
R=rsc
http://go/go-review/1025002
|
|
R=r, rsc
http://go/go-review/1025001
|
|
R=rsc
http://go/go-review/1019004
|
|
R=agl
http://go/go-review/1022003
|
|
R=rsc
http://go/go-review/1022002
|
|
(now down to a handfull of files in pkg)
R=rsc
http://go/go-review/1019006
|
|
- added a list of issues to printer/nodes.go
R=rsc
http://go/go-review/1024002
|
|
(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>
|
|
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
|
|
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
|
|
(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
|
|
in previous change
R=rsc
http://go/go-review/1017052
|
|
R=rsc
http://go/go-review/1016050
|
|
(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
|
|
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=r
http://go/go-review/1018051
|