Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 2 | -6/+6 | |
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041 | |||||
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 5 | -57/+57 | |
R=rsc, r http://go/go-review/1025029 | |||||
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -6/+2 | |
- enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) R=r, rsc CC=go-dev http://go/go-review/1026006 | |||||
2009-11-05 | gofmt'ed various stragglers | Robert Griesemer | 1 | -268/+268 | |
R=rsc http://go/go-review/1022002 | |||||
2009-11-04 | package patch | Russ Cox | 6 | -0/+1065 | |
R=r http://go/go-review/1018043 |