aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-26runtime: add timeHistogram typeMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add object size distribution metricsMichael Anthony Knyszek
2020-10-26cmd/go,cmd/compile,sync: remove special import case in cmd/goAustin Clements
2020-10-26runtime: make sysMemStats' methods nosplitMichael Anthony Knyszek
2020-10-26cmd/internal/obj/{arm,s390x}: make return jump print nicerCherry Zhang
2020-10-26runtime,runtime/metrics: add heap goal and GC cycle metricsMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add heap object count metricMichael Anthony Knyszek
2020-10-26runtime: add readMetrics latency benchmarkMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add memory metricsMichael Anthony Knyszek
2020-10-26runtime: move malloc stats into consistentHeapStatsMichael Anthony Knyszek
2020-10-26runtime: replace some memstats with consistent statsMichael Anthony Knyszek
2020-10-26runtime: add consistent heap statisticsMichael Anthony Knyszek
2020-10-26runtime/metrics: add package interfaceMichael Anthony Knyszek
2020-10-26runtime: add helper for getting an mcache in allocation contextsMichael Anthony Knyszek
2020-10-26runtime: remove memstats.heap_allocMichael Anthony Knyszek
2020-10-26runtime: remove memstats.heap_idleMichael Anthony Knyszek
2020-10-26runtime: break down memstats.gc_sysMichael Anthony Knyszek
2020-10-26runtime: copy in MemStats fields explicitlyMichael Anthony Knyszek
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2020-10-26runtime: make the span allocation purpose more explicitMichael Anthony Knyszek
2020-10-26runtime: rename mcache fields to match Go styleMichael Anthony Knyszek
2020-10-26runtime: flush local_scan directly and more oftenMichael Anthony Knyszek
2020-10-26runtime: don't flush local_tinyallocsMichael Anthony Knyszek
2020-10-26runtime: remove mcentral.nmalloc and add mcache.local_nsmallallocMichael Anthony Knyszek
2020-10-26runtime: make nlargealloc and largealloc mcache fieldsMichael Anthony Knyszek
2020-10-26runtime: make distributed/local malloc stats the source-of-truthMichael Anthony Knyszek
2020-10-26runtime: access the assist ratio atomicallyMichael Anthony Knyszek
2020-10-26runtime: make next_gc atomically accessedMichael Anthony Knyszek
2020-10-26runtime: load gcControllerState.scanWork atomically in reviseMichael Anthony Knyszek
2020-10-26runtime: define and enforce synchronization on heap_scanMichael Anthony Knyszek
2020-10-26cmd/go/internal/fsys: rewrite non-idiomatic if statementsRuss Cox
2020-10-26runtime: fix sub-uintptr-sized Windows callback argumentsAustin Clements
2020-10-26runtime: tidy Windows callback testAustin Clements
2020-10-26runtime: tidy compileCallbackAustin Clements
2020-10-26runtime: tidy cgocallbackAustin Clements
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-26cmd/link: preserve alignment for stackmap symbolsCherry Zhang
2020-10-25net: prefer /etc/hosts over DNS when no /etc/nsswitch.conf is presentNatanael Copa
2020-10-25path/filepath: allow EvalSymlinks to work on UNC share roots on WindowsKevin Parsons
2020-10-25log/syslog: set local to true if network is any of "unix", or "unixgram"imxyb
2020-10-24cmd/dist: document why test fails on incomplete portsTobias Klauser
2020-10-24lib/time, time/tzdata: update tz data to 2020dTobias Klauser
2020-10-24cmd/dist: add openbsd/mips64 as incomplete portJoel Sing
2020-10-24cmd/compile: enforce strongly typed rules for ARM (read)Constantin Konstantinidis
2020-10-24cmd/internal/obj/riscv: support additional register to register movesJoel Sing
2020-10-24debug/dwarf: add support for DWARFv5 to (*Data).RangesAlessandro Arzilli
2020-10-24runtime: dump the status of lockedg on errorTiwei Bie
2020-10-24syscall: disable TestAllThreadsSyscall on linux-ppc64Andrew G. Morgan
2020-10-24net/http: fix typo in TestTransportReadToEndReusesConnKeiichi Hirobe
2020-10-24crypto/x509: deprecate legacy PEM encryptionFilippo Valsorda