Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-05 | gofmt-ify math, expvar, exp/spacewar | Robert Griesemer | 6 | -106/+103 | |
R=rsc http://go/go-review/1018061 | |||||
2009-11-05 | gofmt-ify parts of xml | Robert Griesemer | 2 | -34/+35 | |
R=rsc http://go/go-review/1017049 | |||||
2009-11-05 | gofmt-ify encoding | Robert Griesemer | 5 | -61/+59 | |
R=rsc http://go/go-review/1017048 | |||||
2009-11-04 | gofmt-ify sort, sync | Robert Griesemer | 2 | -4/+4 | |
R=rsc http://go/go-review/1018057 | |||||
2009-11-04 | gofmt-ify strconv | Robert Griesemer | 6 | -76/+75 | |
(and remove an empty line at the end of a file) R=rsc http://go/go-review/1017046 | |||||
2009-11-04 | gofmt-ify net | Robert Griesemer | 23 | -570/+569 | |
R=rsc http://go/go-review/1017045 | |||||
2009-11-04 | gofmt-ify image | Robert Griesemer | 2 | -16/+16 | |
R=rsc http://go/go-review/1017044 | |||||
2009-11-04 | gofmt-ify hash, http | Robert Griesemer | 5 | -160/+157 | |
(gofmt will be able to re-align map entries as in http nicely, eventually) R=rsc http://go/go-review/1018055 | |||||
2009-11-04 | gofmt-ify tabwriter | Robert Griesemer | 2 | -110/+115 | |
R=rsc http://go/go-review/1017042 | |||||
2009-11-04 | more comment formatting: | Robert Griesemer | 3 | -24/+160 | |
- 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 | |||||
2009-11-04 | gofmt-ify unicode | Robert Griesemer | 4 | -409/+402 | |
R=r http://go/go-review/1018051 | |||||
2009-11-04 | fixing (badly) linux_arm syscall. | Kai Backman | 4 | -23/+47 | |
R=rsc http://go/go-review/1017037 | |||||
2009-11-04 | - add a blank before the opening { for multi-line composites | Robert Griesemer | 1 | -2/+15 | |
(request by r) - feature temporarily disabled R=rsc CC=r http://go/go-review/1018052 | |||||
2009-11-04 | gofmt-ify os | Robert Griesemer | 1 | -1/+1 | |
R=r http://go/go-review/1017034 | |||||
2009-11-04 | speed up 6l | Ken Thompson | 5 | -46/+126 | |
hopefully no change R=rsc http://go/go-review/1017035 | |||||
2009-11-04 | package patch | Russ Cox | 9 | -7/+1074 | |
R=r http://go/go-review/1018043 | |||||
2009-11-04 | gofmt-ify compress | Robert Griesemer | 3 | -56/+61 | |
R=rsc http://go/go-review/1016045 | |||||
2009-11-04 | gofmt-ify ebnf | Robert Griesemer | 2 | -29/+29 | |
R=r http://go/go-review/1018050 | |||||
2009-11-04 | gofmt-ify bufio | Robert Griesemer | 1 | -57/+59 | |
R=rsc http://go/go-review/1018049 | |||||
2009-11-04 | gofmt-ify asn1 | Robert Griesemer | 2 | -23/+23 | |
R=rsc http://go/go-review/1018047 | |||||
2009-11-04 | gofmt-ify src/pkg/archive | Robert Griesemer | 1 | -15/+15 | |
R=rsc http://go/go-review/1018046 | |||||
2009-11-04 | gofmt-ify crypto | Robert Griesemer | 4 | -17/+23 | |
R=agl CC=rsc http://go/go-review/1017032 | |||||
2009-11-04 | gofmt-ify src/pkg/go (excluding printer directory due to pending CL, | Robert Griesemer | 7 | -237/+285 | |
and parser.go and scanner_test.go which have minor formatting issues) R=rsc http://go/go-review/1016042 | |||||
2009-11-04 | rename testfiles from .go -> .orig so that they won't be | Robert Griesemer | 7 | -8/+8 | |
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 | |||||
2009-11-04 | gofmt-ify bytes | Robert Griesemer | 2 | -3/+4 | |
R=r http://go/go-review/1016044 | |||||
2009-11-04 | better placement of /*-style comments interspersed with code on one line | Robert Griesemer | 4 | -10/+33 | |
R=rsc http://go/go-review/1017030 | |||||
2009-11-04 | bytes.SplitAfter and strings.SplitAfter | Russ Cox | 4 | -10/+98 | |
most common usage is: lines := strings.SplitAfter(text, "\n", 0) R=r http://go/go-review/1018042 | |||||
2009-11-04 | doc doc doc | Russ Cox | 4 | -1/+168 | |
R=r http://go/go-review/1016039 | |||||
2009-11-04 | panic can't print interfaces well so use err.String() | Rob Pike | 2 | -2/+2 | |
R=rsc http://go/go-review/1016041 | |||||
2009-11-04 | - always format blocks with closing } on a new line, even if empty | Robert Griesemer | 4 | -54/+95 | |
- 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 | |||||
2009-11-04 | stylistic issues in a couple of cmd docs | Rob Pike | 2 | -2/+2 | |
R=rsc http://go/go-review/1017028 | |||||
2009-11-04 | document godoc and gofmt | Rob Pike | 2 | -0/+84 | |
R=rsc http://go/go-review/1018036 | |||||
2009-11-04 | remove reference to /home/r | Robert Griesemer | 1 | -1/+1 | |
R=rsc http://go/go-review/1018039 | |||||
2009-11-04 | - complete html-escaping also in printer.go | Robert Griesemer | 1 | -7/+12 | |
R=rsc http://go/go-review/1017027 | |||||
2009-11-04 | - respect source line breaks in grouped declarations | Robert Griesemer | 4 | -17/+120 | |
- made ast.Spec nodes implement Node interface - added extra test cases R=rsc http://go/go-review/1016038 | |||||
2009-11-04 | fix bufio test case | Robert Griesemer | 1 | -1/+1 | |
R=rsc http://go/go-review/1018038 | |||||
2009-11-04 | two more regexp tweaks | Russ Cox | 1 | -2/+2 | |
TBR=r http://go/go-review/1016037 | |||||
2009-11-04 | allow "no such host" and also "no answer from server"; | Russ Cox | 1 | -1/+1 | |
seems to help on snow leopard. TBR=r http://go/go-review/1018035 | |||||
2009-11-03 | document gotest | Rob Pike | 1 | -0/+49 | |
R=rsc CC=go-dev http://go/go-review/1017026 | |||||
2009-11-03 | add " and ' to list of html-escaped chars | Robert Griesemer | 1 | -15/+24 | |
R=rsc http://go/go-review/1017025 | |||||
2009-11-03 | add goyacc to the build | Rob Pike | 2 | -2/+2 | |
R=rsc CC=go-dev http://go/go-review/1018034 | |||||
2009-11-03 | make goyacc and units.y work again (minor tweaks). | Rob Pike | 4 | -5/+24 | |
document goyacc a little. R=rsc CC=go-dev http://go/go-review/1017024 | |||||
2009-11-03 | document gopack. | Rob Pike | 2 | -39/+60 | |
change string in usage message. R=rsc http://go/go-review/1017023 | |||||
2009-11-03 | document ebnflint | Rob Pike | 1 | -0/+22 | |
R=gri http://go/go-review/1016034 | |||||
2009-11-03 | document the gc go compilers. | Rob Pike | 8 | -1/+96 | |
fix the usage message. R=rsc CC=go-dev http://go/go-review/1016033 | |||||
2009-11-03 | support for command documentation: | Robert Griesemer | 2 | -43/+95 | |
- 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 | |||||
2009-11-03 | more command documentation, including nm and prof | Rob Pike | 7 | -3/+86 | |
R=rsc http://go/go-review/1017022 | |||||
2009-11-03 | encoding/*: reverse the order of src, dst so that dst is first. | Adam Langley | 10 | -39/+39 | |
R=rsc CC=go-dev http://go/go-review/1017021 | |||||
2009-11-03 | crypto/tls (part 2) | Adam Langley | 5 | -0/+610 | |
R=rsc CC=go-dev http://go/go-review/1018028 | |||||
2009-11-03 | crypto/rsa: fix blinding when using a null random source. | Adam Langley | 1 | -0/+4 | |
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 |