aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-10-10cmd/compile: tweak inliners handling of coverage counter updatesThan McIntosh
2022-10-07runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-10-05runtime: avoid initializing MemProfileRate in init functionWang Deyu
2022-10-05runtime/coverage: revise/shorten function namesThan McIntosh
2022-10-05runtime: don't jump stack if at entry of systemstackCherry Mui
2022-10-05runtime/cgo: let darwin pthread stacksize follow rlimitYoulin Feng
2022-10-04runtime: change exit hooks test to use RaceDetectorSupportedThan McIntosh
2022-10-04runtime/coverage: use atomic access for counter readsThan McIntosh
2022-10-03runtime/coverage: recognise Plan 9 error message in emitToNonexistentDirmiller
2022-10-02all: use time.Since instead of time.Now().Subhopehook
2022-09-30all: use "unix" build tag where appropriateTobias Klauser
2022-09-30all: omit comparison bool constant to simplify codecui fliter
2022-09-30Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt
2022-09-30runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-09-30runtime/trace: skip tests if parsing fails with timestamp errordoujiang24
2022-09-29all: use strings.Builder where appropriatehopehook
2022-09-29runtime/coverage: apis to emit counter data under user controlThan McIntosh
2022-09-29runtime/coverage: improve unit testsThan McIntosh
2022-09-28all: fix some typoscui fliter
2022-09-28runtime/coverage: runtime routines to emit coverage dataThan McIntosh
2022-09-28cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64Mikael Urankar
2022-09-28runtime: add support for freebsd/riscv64Mikael Urankar
2022-09-27runtime: using bytes.CutPrefixcuiweixie
2022-09-27runtime/trace: add missing events for the locked g in extra M.doujiang24
2022-09-27runtime: add cgo guard for exit hooks testThan McIntosh
2022-09-27cmd/compile,cmd/link: hooks for identifying coverage countersThan McIntosh
2022-09-26runtime: add an exit hook facilityThan McIntosh
2022-09-26runtime: add hook to register coverage-instrumented packagesThan McIntosh
2022-09-23runtime/pprof: force use of 4-column profiles in pprof memprofile outputRuss Cox
2022-09-21runtime: treat SI_TKILL like SI_USER on LinuxIan Lance Taylor
2022-09-19runtime: make mSpanStateBox accessors nosplitKeith Randall
2022-09-19cmd/compile: implement slice-to-array conversionsMatthew Dempsky
2022-09-19runtime/pprof: set labelMap lengthSasha Melentyev
2022-09-19Revert "runtime: treat SI_TKILL like SI_USER on Linux"Cuong Manh Le
2022-09-17runtime/internal/sys: make Len64 nosplitMichael Anthony Knyszek
2022-09-17runtime: treat SI_TKILL like SI_USER on LinuxIan Lance Taylor
2022-09-16runtime: tweak bgsweep "low-priority" heuristicMichael Anthony Knyszek
2022-09-16runtime/metrics: add /sync/mutex/wait/total:seconds metricMichael Anthony Knyszek
2022-09-16runtime: set G wait reason more consistentlyMichael Anthony Knyszek
2022-09-16runtime: make the wait reason for a g blocked on a mutex more specificMichael Anthony Knyszek
2022-09-16runtime/metrics: add CPU statsMichael Anthony Knyszek
2022-09-16runtime: shrink time histogram bucketsMichael Anthony Knyszek
2022-09-16runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent...Yuval Pavel Zholkover
2022-09-15runtime: optimise memclrNoHeapPointers on riscv64Joel Sing
2022-09-15runtime/race: introduce subarch versioning of race sysoKeith Randall
2022-09-14all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...Emmanuel T Odeke
2022-09-13runtime: convert timer.status to atomic typecui fliter
2022-09-13runtime: set userForced while holding gcsemaLeonard Wang
2022-09-13runtime: replace stringStruct with unsafe.String where appropriateCuong Manh Le
2022-09-09runtime/race: also unmap memory if TestNonGoMemory failsTobias Klauser