| Age | Commit message (Expand) | Author |
| 2023-01-26 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 2023-01-25 | runtime: delete unused cbctxts variable on windows assembly | qmuntal |
| 2023-01-25 | runtime: mark amd64 runtime·rt0_go as NOFRAME | qmuntal |
| 2023-01-25 | runtime/race: update race_windows_amd64.syso | Than McIntosh |
| 2023-01-24 | runtime/cgo: use //go:build lines in C and assembly files | Tobias Klauser |
| 2023-01-24 | runtime: use explicit NOFRAME on windows/amd64 | qmuntal |
| 2023-01-24 | runtime: switch AMD64's publicationBarrier to ABIInternal | Jakub Ciolek |
| 2023-01-24 | runtime: remove unused badsignal2 on windows | qmuntal |
| 2023-01-24 | runtime: factor out windows sigtramp | qmuntal |
| 2023-01-24 | runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64 | qmuntal |
| 2023-01-23 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 | qmuntal |
| 2023-01-23 | runtime: remove duplicate check of work.full in gcMark. | j2gg0s |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2023-01-23 | runtime: use copy as spotted by staticcheck | Daniel Martí |
| 2023-01-20 | runtime/coverage: avoid non-test coverage profiles in test report helper | Than McIntosh |
| 2023-01-20 | cmd/internal/obj/s390x, runtime: fix breakpoint in s390x | Srinivas Pokala |
| 2023-01-20 | runtime: remove 104 byte stack guard | liu-xuewen |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-19 | internal/godebug: export non-default-behavior counters in runtime/metrics | Russ Cox |
| 2023-01-19 | runtime: replace panic(nil) with panic(new(runtime.PanicNilError)) | Russ Cox |
| 2023-01-19 | runtime: remove arbitrary GOARCH constraints in finalizer tests | Bryan C. Mills |
| 2023-01-16 | runtime: fix performance regression in morestack_noctxt on ppc64 | Archana R |
| 2023-01-11 | runtime: fix incorrect comment | zhengchaopu |
| 2023-01-10 | cmd/link, runtime: Apple libc atfork workaround take 3 | Russ Cox |
| 2023-01-09 | runtime: skip TestCgoPprofCallback in short mode, don't run in parallel | Ian Lance Taylor |
| 2023-01-09 | runtime/pprof: document possibility of empty stacks | Austin Clements |
| 2023-01-09 | runtime/pprof: improve output of TestLabelSystemstack | Austin Clements |
| 2022-12-23 | cmd/link, runtime: use a different section for Go libfuzzer counters | Cherry Mui |
| 2022-12-22 | runtime: revert Apple libc atfork workaround | Russ Cox |
| 2022-12-22 | runtime/internal/startlinetest: work around shared buildmode linking issue | Cherry Mui |
| 2022-12-22 | runtime/race: add build tag to internal amd64vN packages | Cherry Mui |
| 2022-12-21 | runtime/coverage: add missing file close in test support helper | Than McIntosh |
| 2022-12-17 | cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6... | Guoqi Chen |
| 2022-12-13 | cmd/gc: test temp string comparison with all ops | Oleg Zaytsev |
| 2022-12-08 | cmd/{go,cover,covdata}: fix 'package main' inconsistent handling | Than McIntosh |
| 2022-12-08 | runtime: remove arbitrary timeouts in finalizer tests | Bryan C. Mills |
| 2022-12-06 | Revert "runtime/pprof: unskip TestTimeVDSO on Android" | Cherry Mui |
| 2022-12-06 | runtime/pprof: unskip TestTimeVDSO on Android | Cherry Mui |
| 2022-12-05 | runtime: prioritize VDSO and libcall unwinding in profiler | Cherry Mui |
| 2022-12-05 | runtime/cgo: fix typo in gcc_loong64.S | Cherry Mui |
| 2022-12-05 | runtime/cgo: add .file directive to GNU assembly files | Cherry Mui |
| 2022-12-02 | runtime/debug: add missing period | Russ Cox |
| 2022-12-02 | runtime/debug: more complete BuildInfo documentation | Russ Cox |
| 2022-12-01 | runtime,hash/maphash: eliminate maphash torture test for -race | Than McIntosh |
| 2022-11-29 | testing: remove stale builder names from windows tests | Than McIntosh |
| 2022-11-24 | syscall, runtime/internal/syscall: zero r2 before mips linux syscalls | Rongrong |
| 2022-11-21 | testing: skip TestVectoredHandlerExceptionInNonGoThread on windows-amd64-2012-* | Than McIntosh |
| 2022-11-21 | testing: skip flaky TestRaiseException on windows-amd64-2012-* | Than McIntosh |
| 2022-11-19 | runtime: change tfork behaviour to unbreak openbsd/mips64 | Joel Sing |
| 2022-11-18 | all: add missing periods in comments | cui fliter |