aboutsummaryrefslogtreecommitdiff
path: root/src/expvar
AgeCommit message (Expand)Author
2024-04-26all: make use of sync.Map.ClearJes Cok
2024-04-04expvar: add the missing deletion step for keysapocelipes
2024-04-03expvar: use slices to simplify the codeapocelipes
2024-02-26expvar: avoid conflict with user-defined "GET /" route.Matteo Vaccari
2023-11-17all: make more use of the new atomic integer typesDaniel Martí
2023-10-13expvar: add available godoc linkcui fliter
2023-08-19expvar: emit valid JSON stringsJoe Tsai
2022-11-10expvar: convert f to atomic typecui fliter
2022-06-16expvar: don't crash if map value set to nilIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2019-04-16expvar: improve Map.addKey for large number of keysShiKaiWi
2018-10-04expvar: add Map.DeleteMichael Fraenkel
2018-09-06expvar: fix name of Var interfaceWarren Fernandes
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-09-11expvar: make (*Map).Init clear existing keysBryan C. Mills
2017-05-02expvar: reduce sync.Map overhead for (*Map).SetBryan C. Mills
2017-04-28expvar: replace RWMutex usage with sync.Map and atomicsBryan C. Mills
2017-03-10expvar: add benchmark for (*Map).Set with per-goroutine keysBryan C. Mills
2017-02-14expvar: add benchmarks for steady-state Map Add callsBryan C. Mills
2017-02-10expvar: make BenchmarkAdd{Same,Different} comparable to 1.8Bryan C. Mills
2017-02-10expvar: parallelize BenchmarkMapAdd{Same,Different}Bryan C. Mills
2016-10-13expvar: add Value methodsFilippo Valsorda
2016-09-25expvar: export http.HandlerAnders Pearson
2016-05-19expvar: slightly expand documentation for Var's String methodScott Bell
2016-04-06expvar: Ensure strings are written as valid JSON.David Symonds
2016-04-05expvar: document that the Var interface's String method should return a valid...David Symonds
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-25expvar: document that Get returns nil for non-existent varsRick Arnold
2015-04-12expvar: swap Float sync. from mutex to atomic.Matt T. Proud
2015-02-05expvar: fix buildDmitry Vyukov
2015-02-05expvar: Add benchmarks for perf sensitive operationsEvan Phoenix
2015-01-29expvar: Use sync/atomic to manipulate Int for better perfEvan Phoenix
2014-09-08build: move package sources from src/pkg to srcRuss Cox