- 6250833 runtime/metrics: mark histogram metrics as cumulative by Michael Anthony Knyszek · 4 years, 2 months ago
- 8f6a9ac runtime/metrics: remove unused StopTheWorld Description field by Michael Anthony Knyszek · 4 years, 2 months ago
- 32afcc9 runtime/metrics: change unit on *-by-size metrics to match bucket unit by Michael Anthony Knyszek · 4 years, 2 months ago
- ae97717 runtime,runtime/metrics: use explicit histogram boundaries by Michael Anthony Knyszek · 4 years, 2 months ago
- df81a15 runtime: check mips64 VDSO clock_gettime return code by Meng Zhuo · 4 years, 4 months ago
- 4c668b2 runtime/metrics: fix panic message for Float64Histogram by Michael Anthony Knyszek · 4 years, 2 months ago
- 6b37b15 runtime: don't take allglock in tracebackothers by Michael Pratt · 4 years, 4 months ago
- 1d78139 runtime/cgo: fix Android build with NDK 22 by Elias Naur · 4 years, 3 months ago
- b116404 runtime: shift timeHistogram buckets and allow negative durations by Michael Anthony Knyszek · 4 years, 3 months ago
- 8db7e2f runtime: fix allocs-by-size and frees-by-size buckets by Michael Anthony Knyszek · 4 years, 3 months ago
- fb96f07 runtime: fix nStackRoots comment about stack roots by Michael Anthony Knyszek · 4 years, 3 months ago
- fd6ba1c os/signal: fix a deadlock with syscall.AllThreadsSyscall() use by Andrew G. Morgan · 4 years, 3 months ago
- b0b0d98 runtime: linux iscgo support for not blocking nptl signals by Andrew G. Morgan · 4 years, 4 months ago
- 4d27c4c runtime: correct error handling in several FreeBSD syscall wrappers by Nikhil Benesch · 4 years, 3 months ago
- 6cff874 runtime/metrics: add Read examples by Michael Anthony Knyszek · 4 years, 3 months ago
- 8438a57 runtime: use _exit on darwin by Cherry Zhang · 4 years, 4 months ago
- cb95819 runtime: detect netbsd netpoll overrun in sysmon by Michael Pratt · 4 years, 3 months ago
- 53c984d runtime: skip wakep call in wakeNetPoller on Plan 9 by Richard Miller · 4 years, 3 months ago
- 2f5b1a3 test: make a race detector test robust to timing variations by Daniel S Fava · 4 years, 3 months ago
- 985d916 runtime/metrics: add a note about floating-point values to package docs by Michael Anthony Knyszek · 4 years, 3 months ago
- e0d20e5 runtime/metrics: expand Read documention with caveats by Michael Anthony Knyszek · 4 years, 3 months ago
- d0f40d2 runtime/metrics: add ordering line to supported metrics docs by Michael Anthony Knyszek · 4 years, 3 months ago
- 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 5 months ago
- 5627a4d runtime/metrics: simplify test to support more environments by Dmitri Shuralyov · 4 years, 3 months ago
- 6fa06d9 runtime: prevent stack growth after fork in runtime.sigfillset by Haoran Luo · 4 years, 3 months ago
- 9c91cab runtime: correct sigfwd on openbsd/mips64 by Joel Sing · 4 years, 3 months ago
- 50cdb2d runtime/cgo: fix building on musl by Tonis Tiigi · 4 years, 3 months ago
- c155931 internal/cpu: add darwin/arm64 CPU feature detection support by Martin Möhrmann · 4 years, 4 months ago
- 21cfadf runtime: avoid receiving preemotion signal while exec'ing by Cherry Zhang · 4 years, 3 months ago
- b78b427 runtime, time: strictly enforce when, period constraints by Michael Pratt · 4 years, 3 months ago
- b635e4b time, runtime: don't set timer when = 0 by Michael Pratt · 4 years, 4 months ago
- 07cba70 cmd/compile, runtime: use __msan_memmove for moving data, split msanread to fields by Cherry Zhang · 4 years, 4 months ago
- 3d913a9 os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDir) from io/ioutil by Russ Cox · 4 years, 5 months ago
- 7f688d1 runtime: mlock signal stack on macOS/ARM64 by Cherry Zhang · 4 years, 4 months ago
- 294c214 runtime: gofmt by KimMachineGun · 4 years, 4 months ago
- 4ce0a7c runtime/pprof: ignore test failures on windows/arm by Jason A. Donenfeld · 4 years, 4 months ago
- 0252cfd runtime: adjust address calculation in identifying abort on windows/arm by Jason A. Donenfeld · 4 years, 4 months ago
- 91f77ca runtime: return 0 from C function in test by Jason A. Donenfeld · 4 years, 4 months ago
- df68e01 runtime: check channel's elemsize before calling race detector by Daniel S Fava · 4 years, 4 months ago
- e8de596 runtime: use inlined function name for traceback elision by Austin Clements · 4 years, 4 months ago
- ba2adc2 runtime/testdata/testprogcgo: refactor CrashTraceback by Austin Clements · 4 years, 4 months ago
- 6965b01 runtime: allow for usleep2HighRes to run without TLS setup by Alex Brainman · 4 years, 4 months ago
- 48a1a51 runtime/metrics: tweak wording of stack and unused memory metrics by Michael Anthony Knyszek · 4 years, 4 months ago
- 59f5fda runtime/metrics: clarify Read's documentation by Michael Anthony Knyszek · 4 years, 4 months ago
- add4593 runtime/metrics: clarify memory and GC metrics documentation by Michael Anthony Knyszek · 4 years, 4 months ago
- 4d04819 runtime: support new callbackasm1 calling convention on windows/arm by Jason A. Donenfeld · 4 years, 4 months ago
- b63db7f runtime: give test child time to block by Michael Pratt · 4 years, 4 months ago
- ae76f6e runtime: use clock_gettime instead of gettimeofday on darwin by Tobias Klauser · 4 years, 4 months ago
- ee1b512 runtime: use pipe2 syscall for Pipe in tests by Tobias Klauser · 4 years, 4 months ago
- d834ece runtime/race: reject runtime fatal error in tests by Cherry Zhang · 4 years, 4 months ago
- 0932dc2 runtime: declare arg size/map for race version of sync/atomic functions by Cherry Zhang · 4 years, 4 months ago
- 35455ff runtime: swap the order of raceacquire() and racerelease() by Daniel S Fava · 4 years, 4 months ago
- 0e0a872 runtime: add lock rank partial order edge pollDesc -> spanSetSpine by Michael Anthony Knyszek · 4 years, 4 months ago
- c68745b runtime: add lock rank partial order edge sweep -> mspanSpecial by Michael Anthony Knyszek · 4 years, 4 months ago
- 81322b9 runtime/race: remove race from TestNoRaceAfterFunc2 by Mark Pulford · 4 years, 4 months ago
- d495712 Revert "runtime: make stack traces of endless recursion print only top and bottom 50" by Emmanuel Odeke · 4 years, 4 months ago
- cfea52b runtime: disable TestCrashDumpsAllThreads on openbsd/mips64 by Joel Sing · 4 years, 4 months ago
- 3a81338 runtime: make stack traces of endless recursion print only top and bottom 50 by Emmanuel T Odeke · 8 years ago
- ecc3f51 cmd/compile: improve atomic swap intrinsics on arm64 by Jonathan Swinney · 4 years, 4 months ago
- 370682a runtime: disable preemption in startm by Michael Pratt · 4 years, 4 months ago
- 40f0359 runtime: avoid a bit of unneeded work when MemProfileRate==1 by Brad Fitzpatrick · 4 years, 10 months ago
- db8142f runtime: fix file references in hiter's comments by Vee Zhang · 4 years, 4 months ago
- 5ca43ac runtime: allow physical page aligned stacks to be allocated by Joel Sing · 4 years, 5 months ago
- 393f2bb cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 by Joel Sing · 4 years, 10 months ago
- 39a5ee5 runtime: decouple consistent stats from mcache and allow P-less update by Michael Anthony Knyszek · 4 years, 4 months ago
- ac766e3 runtime: make getMCache inlineable by Michael Anthony Knyszek · 4 years, 5 months ago
- 05e6d28 runtime: default to MADV_DONTNEED on Linux by Austin Clements · 4 years, 5 months ago
- 202aa08 runtime: use indexed load/store in ARM64 assembly by Cherry Zhang · 4 years, 5 months ago
- d5388e2 runtime: improve memmove performance on arm64 by Jonathan Swinney · 4 years, 5 months ago
- e463c28 cmd/link: avoid exporting all symbols on windows buildmode=pie by Quim Muntal · 4 years, 5 months ago
- 715d4e2 database/sql, runtime: correct *.Fatal inside goroutines in tests by Emmanuel T Odeke · 4 years, 10 months ago
- 9933f66 runtime: remove residual !go115NewMCentralImpl fields by Cherry Zhang · 4 years, 5 months ago
- fd56942 runtime: add a comment about thread pointer alignment on darwin/arm64 by Cherry Zhang · 4 years, 5 months ago
- 64a9a75 runtime: release worldsema with a direct G handoff by Michael Anthony Knyszek · 4 years, 8 months ago
- f96b62b cmd/internal/objabi, runtime: compact FUNCDATA indices by Cherry Zhang · 4 years, 5 months ago
- 8414b1a runtime: remove go115ReduceLiveness and go115RestartSeq by Cherry Zhang · 4 years, 5 months ago
- 420c68d runtime: tighten systemstack in lock assertions by Michael Pratt · 4 years, 5 months ago
- 89a6540 runtime: elide timer re-check if P has no timers by Michael Pratt · 4 years, 5 months ago
- 9393b5b runtime: add heap lock assertions by Michael Pratt · 4 years, 7 months ago
- 6abbfc1 runtime: add world-stopped assertions by Michael Pratt · 4 years, 5 months ago
- b53df56 runtime, cmd: support race detector on darwin/arm64 by Cherry Zhang · 4 years, 5 months ago
- e02ab89 runtime: simplify nobarrierWakeTime by Ian Lance Taylor · 4 years, 5 months ago
- a313eec reflect,runtime: use internal ABI for selected ASM routines, attempt 2 by Than McIntosh · 4 years, 5 months ago
- 256d729 runtime: simplify gcBgMarkWorker preemption by Michael Pratt · 4 years, 5 months ago
- e1faebe runtime: manage gcBgMarkWorkers with a global pool by Michael Pratt · 4 years, 5 months ago
- f7e2646 runtime: allocate at desired address when race detector is on by Cherry Zhang · 4 years, 5 months ago
- ddc7e1d Revert "reflect,runtime: use internal ABI for selected ASM routines" by Than McIntosh · 4 years, 5 months ago
- 50af50d reflect,runtime: use internal ABI for selected ASM routines by Than McIntosh · 4 years, 5 months ago
- 96bd0b1 runtime: move ppc64/aix cpu feature detection to internal/cpu by Martin Möhrmann · 4 years, 5 months ago
- 55f8d56 runtime: add support for openbsd/mips64 by Joel Sing · 4 years, 7 months ago
- ae82ee4 runtime: optimise gcWriteBarrier for riscv64 by Joel Sing · 4 years, 5 months ago
- 4d6dfd6 runtime: add defs for openbsd/mips64 by Joel Sing · 4 years, 7 months ago
- 76661d1 runtime: remove new g register (X27) from preempt save/restore by Joel Sing · 4 years, 5 months ago
- fc116b6 runtime: try to elide timer stealing if P has no timers by Michael Pratt · 4 years, 5 months ago
- 642329f Revert "cmd/compile: split exported/non-exported methods for interface type" by Cuong Manh Le · 4 years, 5 months ago
- a69cda9 runtime: add edge lockRankSysmon -> lockRankRwmutexR by Dan Scales · 4 years, 5 months ago
- 7c8d82e runtime: always enable async preemption on darwin/arm64 by Cherry Zhang · 4 years, 5 months ago
- a0a4439 runtime: save/restore g unconditionally on darwin/arm64 by Cherry Zhang · 4 years, 5 months ago
- 72dec90 runtime: set up TLS without cgo on darwin/arm64 by Cherry Zhang · 4 years, 5 months ago
- 150d244 cmd/compile,cmd/internal/obj/riscv,runtime: use Duff's devices on riscv64 by Michał Derkacz · 4 years, 9 months ago