Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -17/+17 | |
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-04 | package patch | Russ Cox | 1 | -0/+323 | |
R=r http://go/go-review/1018043 |