summaryrefslogtreecommitdiff
path: root/src/pkg/expvar/expvar.go
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-16/+46
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-64/+83
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+287
2011-09-13Imported Upstream version 60Ondřej Surý1-288/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-27/+16
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+1
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+52
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-9/+17
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-7/+4
R=r CC=golang-dev http://codereview.appspot.com/953041
2010-03-30simplify various code using new map index ruleRuss Cox1-8/+2
R=r CC=golang-dev http://codereview.appspot.com/833044
2010-03-29runtime: more malloc statisticsRuss Cox1-2/+40
expvar: default publishings for cmdline, memstats godoc: import expvar R=r CC=golang-dev http://codereview.appspot.com/815041
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-74/+74
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 2nd set of files. R=rsc CC=golang-dev http://codereview.appspot.com/179067
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-8/+8
R=rsc, r http://go/go-review/1025029
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-15/+5
- 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-10-06apply gofmt to datafmt, ebnf, exec, expvar, flag, fmtRuss Cox1-27/+27
R=gri DELTA=456 (6 added, 3 deleted, 447 changed) OCL=35398 CL=35406
2009-09-30rename the public exvar package to be expvar.Rob Pike1-0/+222
R=rsc DELTA=684 (324 added, 324 deleted, 36 changed) OCL=35161 CL=35163