summaryrefslogtreecommitdiff
path: root/src/pkg/rpc/debug.go
AgeCommit message (Collapse)AuthorFilesLines
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-16/+20
2009-12-151) Change default gofmt default settings forRobert Griesemer1-27/+27
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 4th set of files. R=rsc CC=golang-dev http://codereview.appspot.com/180049
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-1/+1
R=rsc, r http://go/go-review/1025029
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-18/+6
- 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-02remove goroutines from template parsing.Rob Pike1-11/+2
fix up one usage to take advantage. R=rsc CC=go-dev http://go/go-review/1018023
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync ↵Russ Cox1-8/+19
syscall testing time unicode unsafe utf8 R=gri DELTA=1409 (79 added, 24 deleted, 1306 changed) OCL=35415 CL=35437
2009-09-17unused importsRuss Cox1-3/+0
R=r OCL=34731 CL=34731
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
to whole-package compilation. R=r OCL=33070 CL=33101
2009-07-30dotted namesRob Pike1-2/+2
R=rsc DELTA=28 (19 added, 0 deleted, 9 changed) OCL=32550 CL=32554
2009-07-29statistics HTML page for rpcRob Pike1-0/+100
R=rsc DELTA=121 (115 added, 0 deleted, 6 changed) OCL=32427 CL=32429