| Age | Commit message (Expand) | Author |
| 2023-05-11 | runtime: redefine _type to abi.Type; add rtype for methods. | David Chase |
| 2023-05-10 | internal/abi,reflectlite,reflect,runtime: common up chan type | David Chase |
| 2023-05-10 | internal/reflectlite, runtime: move more constants and types into internal/abi | David Chase |
| 2023-05-10 | internal/abi: common up ArrayType | David Chase |
| 2023-05-10 | internal/abi: common up Method, Imethod, UncommonType types | David Chase |
| 2023-05-10 | all: fix a lot of comments | cui fliter |
| 2023-05-10 | runtime: fix misaligned SP for libfuzzer entry | Keith Randall |
| 2023-05-09 | runtime: exclude extra M's from debug.SetMaxThreads | Michael Pratt |
| 2023-05-09 | runtime: calculate nanoseconds in usleep on linux/loong64 | Guoqi Chen |
| 2023-05-08 | runtime: remove TestCrashExitCode | qmuntal |
| 2023-05-08 | runtime: clean up extra M API | Michael Pratt |
| 2023-05-05 | runtime, runtime/pprof: record instantiated symbol name in CPU profile | Cherry Mui |
| 2023-05-05 | cmd/link, runtime: include full symbol name for generic functions in runtime ... | Cherry Mui |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 2023-05-05 | Revert "runtime/cgo: store M for C-created thread in pthread key" | Chressie Himpel |
| 2023-05-05 | runtime: don't check the exit code in TestWERDialogue | qmuntal |
| 2023-05-04 | runtime: don't run TestStackGrowth in parallel with other tests | Cherry Mui |
| 2023-05-04 | runtime/cgo: preserve VRs across crosscall_ppc64 on linux | Paul E. Murphy |
| 2023-05-04 | runtime/cgo: preserve nonvolatile VRs when crosscalling into Go on PPC64 | Paul E. Murphy |
| 2023-05-04 | runtime: skip TestSegv/SegvInCgo earlier on ios | Bryan C. Mills |
| 2023-05-03 | runtime/coverage: fix problematic test from issue 59563 | Than McIntosh |
| 2023-05-03 | runtime: add test skips for ios | Bryan C. Mills |
| 2023-05-03 | runtime: remove systemstack logic from adjustframe | Felix Geisendörfer |
| 2023-05-03 | runtime: add test for systemstack frame pointer adjustment | Felix Geisendörfer |
| 2023-05-02 | runtime/trace: enable frame pointer unwinding by default for amd64 and arm64 | Nick Ripley |
| 2023-05-02 | cmd/link: generate .xdata PE section | qmuntal |
| 2023-05-02 | cmd/link: generate .pdata PE section | qmuntal |
| 2023-05-02 | runtime: fix comment typo in page allocator | cui fliter |
| 2023-05-01 | runtime/cgo: use atomic.Uintptr instead of atomic.AddUintptr. | qmuntal |
| 2023-04-30 | runtime: fix systemstack frame pointer adjustment | Felix Geisendörfer |
| 2023-04-28 | runtime/trace: avoid frame pointer unwinding for events during cgocallbackg | Nick Ripley |
| 2023-04-28 | runtime: resolve checkdead panic by refining `startm` lock handling in caller... | Lucien Coffe |
| 2023-04-27 | all: remove repeated definite articles | cui fliter |
| 2023-04-26 | runtime/cgo: store M for C-created thread in pthread key | Michael Pratt |
| 2023-04-26 | coverage: fix count vs emit discrepancy in coverage counter data writing | Than McIntosh |
| 2023-04-26 | runtime: add a alignment check | ioworker0 |
| 2023-04-25 | runtime: fallback to TEB arbitrary pointer when TLS slots are full | qmuntal |
| 2023-04-25 | runtime/metrics: specify that bucket counts increase monotonically for histog... | Nayef Ghattas |
| 2023-04-25 | internal/cpu: add a detection for Neoverse(N2, V2) cores | fanzha02 |
| 2023-04-24 | runtime: add raceFiniLock to lock ranking | Ian Lance Taylor |
| 2023-04-24 | runtime: fix CgoRaceprof and CgoRaceSignal build failures | Bryan C. Mills |
| 2023-04-24 | runtime/metrics: set /sched/latencies:seconds as cumulative | Nayef Ghattas |
| 2023-04-24 | runtime: call _exit, not exit, on AIX and Solaris | Ian Lance Taylor |
| 2023-04-24 | runtime: use platform.RaceDetectorSupported for -race tests | Ian Lance Taylor |
| 2023-04-21 | runtime: in __tsan_fini tell scheduler we are entering non-Go code | Ian Lance Taylor |
| 2023-04-21 | runtime: skip TestG0StackOverflow on ios | Bryan C. Mills |
| 2023-04-21 | runtime: prevent double lock in checkdead by unlocking before throws | Lucien Coffe |
| 2023-04-21 | runtime: tidy _Stack* constant naming | Austin Clements |
| 2023-04-21 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |