- 05 Nov, 2009 1 commit
-
-
Robert Griesemer authored
R=r http://go/go-review/1016044
-
- 04 Nov, 2009 31 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
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1017026
-
Robert Griesemer authored
R=rsc http://go/go-review/1017025
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1018034
-
Rob Pike authored
document goyacc a little. R=rsc CC=go-dev http://go/go-review/1017024
-
Rob Pike authored
change string in usage message. R=rsc http://go/go-review/1017023
-
Rob Pike authored
R=gri http://go/go-review/1016034
-
Rob Pike authored
fix the usage message. R=rsc CC=go-dev http://go/go-review/1016033
-
Adam Langley authored
(root.html is just temporary. It'll need some better content.) R=r CC=go-dev http://go/go-review/1017019
-
Robert Griesemer authored
- made package tree handler generic so it can work on any fs tree - cleanups along the way R=rsc CC=r http://go/go-review/1017020
-
Rob Pike authored
R=rsc http://go/go-review/1017022
-
Adam Langley authored
R=rsc CC=go-dev http://go/go-review/1017021
-
Adam Langley authored
R=rsc CC=go-dev http://go/go-review/1018028
-
Adam Langley authored
For testing it can be useful to use a null random source (one which always returns zero) to remove non-determinism from the tests. However, when performing RSA blinding, the random blind ends up being zero and it's hard to reverse a multiplication by zero. R=rsc CC=go-dev http://go/go-review/1018033
-
Rob Pike authored
add details about -d and -e flags in the loaders. R=rsc CC=go-dev http://go/go-review/1018031
-
Rob Pike authored
Each command gets a doc.go file for godoc to analyze. Its main element is a package comment. R=rsc CC=go-dev http://go/go-review/1018029
-
- 03 Nov, 2009 8 commits
-
-
Robert Griesemer authored
R=iant CC=go-dev http://go/go-review/1016032
-
Russ Cox authored
enough to make nm and oprofile work. R=r http://go/go-review/1017016
-
Robert Griesemer authored
(which I uploaded at home and thus can't upload from here). CL 1018027 was reviewed. - added comments to scope.go - commented out some code that is not yet needed (and which showed up prominently in the documentation) R=rsc http://go/go-review/1017017
-
Robert Griesemer authored
- start new sections if a field/method declaration spans multiple lines; this avoids tabs from the previous line affecting the next field/method R=rsc http://go/go-review/1017015
-
Adam Langley authored
R=rsc, r CC=go-dev http://go/go-review/1016001
-
Robert Griesemer authored
(No visual change yet since the comments for exported code snippets - as shown on the pkg page - are not yet formatted using the standard comment intersperse mechanism in the printer. This is a TODO in the printer.) R=rsc http://go/go-review/1016031
-
Rob Pike authored
R=gri http://go/go-review/1017014
-
Robert Griesemer authored
- removed some underbars in section headings for better looks - various minor tweaks R=rsc http://go/go-review/1018026
-