summaryrefslogtreecommitdiff
path: root/src/expvar
Commit message (Expand)AuthorAgeFilesLines
* expvar: convert f to atomic typecui fliter2022-11-102-8/+8
* expvar: don't crash if map value set to nilIan Lance Taylor2022-06-162-2/+31
* all: gofmt main repoRuss Cox2022-04-111-1/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-9/+9
* all: fix incorrect channel and API usage in some unit testsZiheng Liu2020-02-271-2/+6
* all: change some function documentation to be more idiomaticDominik Honnef2019-07-281-1/+1
* expvar: improve Map.addKey for large number of keysShiKaiWi2019-04-162-2/+48
* expvar: add Map.DeleteMichael Fraenkel2018-10-042-1/+49
* expvar: fix name of Var interfaceWarren Fernandes2018-09-061-1/+1
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-2/+2
* expvar: make (*Map).Init clear existing keysBryan C. Mills2017-09-112-1/+33
* expvar: reduce sync.Map overhead for (*Map).SetBryan C. Mills2017-05-021-4/+10
* expvar: replace RWMutex usage with sync.Map and atomicsBryan C. Mills2017-04-282-93/+63
* expvar: add benchmark for (*Map).Set with per-goroutine keysBryan C. Mills2017-03-101-0/+27
* expvar: add benchmarks for steady-state Map Add callsBryan C. Mills2017-02-141-20/+59
* expvar: make BenchmarkAdd{Same,Different} comparable to 1.8Bryan C. Mills2017-02-101-8/+7
* expvar: parallelize BenchmarkMapAdd{Same,Different}Bryan C. Mills2017-02-101-13/+34
* expvar: add Value methodsFilippo Valsorda2016-10-132-11/+37
* expvar: export http.HandlerAnders Pearson2016-09-251-0/+7
* expvar: slightly expand documentation for Var's String methodScott Bell2016-05-191-0/+2
* expvar: Ensure strings are written as valid JSON.David Symonds2016-04-062-4/+12
* expvar: document that the Var interface's String method should return a valid...David Symonds2016-04-051-0/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* expvar: document that Get returns nil for non-existent varsRick Arnold2016-02-252-1/+10
* expvar: swap Float sync. from mutex to atomic.Matt T. Proud2015-04-122-17/+26
* expvar: fix buildDmitry Vyukov2015-02-051-1/+1
* expvar: Add benchmarks for perf sensitive operationsEvan Phoenix2015-02-051-0/+217
* expvar: Use sync/atomic to manipulate Int for better perfEvan Phoenix2015-01-291-11/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-082-0/+503