- 05 Nov, 2009 24 commits
-
-
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
-
Robert Griesemer authored
R=r http://go/go-review/1016044
-
- 04 Nov, 2009 16 commits
-
-
Robert Griesemer authored
R=rsc http://go/go-review/1017030
-
Russ Cox authored
most common usage is: lines := strings.SplitAfter(text, "\n", 0) R=r http://go/go-review/1018042
-
Russ Cox authored
R=r http://go/go-review/1016039
-
Russ Cox authored
after sync (or sync --local), clean up repository: * look for and close CLs submitted on our behalf * remove unmodified files from CLs * warn about empty CLs R=r http://go/go-review/1017029
-
Rob Pike authored
R=rsc http://go/go-review/1016041
-
Robert Griesemer authored
- at the moment this also affects single-line function declarations because we have disabled them at the moment (but not single-line function literals) R=rsc http://go/go-review/1016040
-
Rob Pike authored
R=rsc http://go/go-review/1017028
-
Rob Pike authored
R=rsc http://go/go-review/1018036
-
Robert Griesemer authored
R=rsc http://go/go-review/1018039
-
Robert Griesemer authored
R=rsc http://go/go-review/1017027
-
Robert Griesemer authored
- made ast.Spec nodes implement Node interface - added extra test cases R=rsc http://go/go-review/1016038
-
Robert Griesemer authored
R=rsc http://go/go-review/1018038
-
Robert Griesemer authored
R=rsc http://go/go-review/1018037
-
Russ Cox authored
TBR=r http://go/go-review/1016037
-
Russ Cox authored
seems to help on snow leopard. TBR=r http://go/go-review/1018035
-
Russ Cox authored
main one is to check at submit time that user name being used in checkin message is listed in the CONTRIBUTORS file. this should catch misconfigurations. another is to cut the @domain part from the R= and CC= lines on checkin messages, so that cc'ing someone on a change does not mean their email address is recorded for all time. R=r CC=go-dev http://go/go-review/1016036
-