- 05 Nov, 2009 40 commits
-
-
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
-
Robert Griesemer authored
- 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
-
Rob Pike authored
R=rsc http://go/go-review/1017038
-
Robert Griesemer authored
R=r http://go/go-review/1018051
-
Kai Backman authored
R=rsc http://go/go-review/1017037
-
Robert Griesemer authored
(request by r) - feature temporarily disabled R=rsc CC=r http://go/go-review/1018052
-
Robert Griesemer authored
R=r http://go/go-review/1017034
-
Ken Thompson authored
hopefully no change R=rsc http://go/go-review/1017035
-
Russ Cox authored
R=r http://go/go-review/1018043
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1017033
-
Robert Griesemer authored
R=rsc http://go/go-review/1016045
-
Robert Griesemer authored
R=r http://go/go-review/1018050
-
Robert Griesemer authored
R=rsc http://go/go-review/1018049
-
Robert Griesemer authored
R=rsc http://go/go-review/1018047
-
Robert Griesemer authored
R=rsc http://go/go-review/1018046
-
Robert Griesemer authored
R=agl CC=rsc http://go/go-review/1017032
-
Robert Griesemer authored
and parser.go and scanner_test.go which have minor formatting issues) R=rsc http://go/go-review/1016042
-
Robert Griesemer authored
picked up by gofmt (they should not be modified) or godoc (testdata should not be considered a potential package directory) R=rsc http://go/go-review/1018045
-