aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-10internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase
2023-05-10internal/reflectlite, runtime: move more constants and types into internal/abiDavid Chase
2023-05-10internal/abi: common up ArrayTypeDavid Chase
2023-05-10internal/abi: common up Method, Imethod, UncommonType typesDavid Chase
2023-05-10all: fix a lot of commentscui fliter
2023-05-10runtime: fix misaligned SP for libfuzzer entryKeith Randall
2023-05-09runtime: exclude extra M's from debug.SetMaxThreadsMichael Pratt
2023-05-09runtime: calculate nanoseconds in usleep on linux/loong64Guoqi Chen
2023-05-08runtime: remove TestCrashExitCodeqmuntal
2023-05-08runtime: clean up extra M APIMichael Pratt
2023-05-05runtime, runtime/pprof: record instantiated symbol name in CPU profileCherry Mui
2023-05-05cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-05-05runtime: don't check the exit code in TestWERDialogueqmuntal
2023-05-04runtime: don't run TestStackGrowth in parallel with other testsCherry Mui
2023-05-04runtime/cgo: preserve VRs across crosscall_ppc64 on linuxPaul E. Murphy
2023-05-04runtime/cgo: preserve nonvolatile VRs when crosscalling into Go on PPC64Paul E. Murphy
2023-05-04runtime: skip TestSegv/SegvInCgo earlier on iosBryan C. Mills
2023-05-03runtime/coverage: fix problematic test from issue 59563Than McIntosh
2023-05-03runtime: add test skips for iosBryan C. Mills
2023-05-03runtime: remove systemstack logic from adjustframeFelix Geisendörfer
2023-05-03runtime: add test for systemstack frame pointer adjustmentFelix Geisendörfer
2023-05-02runtime/trace: enable frame pointer unwinding by default for amd64 and arm64Nick Ripley
2023-05-02cmd/link: generate .xdata PE sectionqmuntal
2023-05-02cmd/link: generate .pdata PE sectionqmuntal
2023-05-02runtime: fix comment typo in page allocatorcui fliter
2023-05-01runtime/cgo: use atomic.Uintptr instead of atomic.AddUintptr.qmuntal
2023-04-30runtime: fix systemstack frame pointer adjustmentFelix Geisendörfer
2023-04-28runtime/trace: avoid frame pointer unwinding for events during cgocallbackgNick Ripley
2023-04-28runtime: resolve checkdead panic by refining `startm` lock handling in caller...Lucien Coffe
2023-04-27all: remove repeated definite articlescui fliter
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-26coverage: fix count vs emit discrepancy in coverage counter data writingThan McIntosh
2023-04-26runtime: add a alignment checkioworker0
2023-04-25runtime: fallback to TEB arbitrary pointer when TLS slots are fullqmuntal
2023-04-25runtime/metrics: specify that bucket counts increase monotonically for histog...Nayef Ghattas
2023-04-25internal/cpu: add a detection for Neoverse(N2, V2) coresfanzha02
2023-04-24runtime: add raceFiniLock to lock rankingIan Lance Taylor
2023-04-24runtime: fix CgoRaceprof and CgoRaceSignal build failuresBryan C. Mills
2023-04-24runtime/metrics: set /sched/latencies:seconds as cumulativeNayef Ghattas
2023-04-24runtime: call _exit, not exit, on AIX and SolarisIan Lance Taylor
2023-04-24runtime: use platform.RaceDetectorSupported for -race testsIan Lance Taylor
2023-04-21runtime: in __tsan_fini tell scheduler we are entering non-Go codeIan Lance Taylor
2023-04-21runtime: skip TestG0StackOverflow on iosBryan C. Mills
2023-04-21runtime: prevent double lock in checkdead by unlocking before throwsLucien Coffe
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-21runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-21internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements