aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-11-30[release-branch.go1.19] testing: skip flaky TestRaiseException on windows-amd...Than McIntosh
2022-11-25[release-branch.go1.19] runtime: make GC see object as allocated after it is ...Cherry Mui
2022-11-09[release-branch.go1.19] runtime: don't jump stack if at entry of systemstackCherry Mui
2022-11-08[release-branch.go1.19] runtime: fix usleep on linux/PPC64Paul E. Murphy
2022-10-24[release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-24[release-branch.go1.19] runtime: always keep global reference to mp until mex...Michael Pratt
2022-09-13[release-branch.go1.19] runtime/cgo: add -fno-stack-protector to CFLAGSAustin Clements
2022-08-31[release-branch.go1.19] runtime: mark morestack_noctxt SPWRITE on LR architec...Cherry Mui
2022-08-31[release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernelsPaul E. Murphy
2022-08-29[release-branch.go1.19] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...Ian Lance Taylor
2022-07-30runtime: fix typoshopehook
2022-07-29cmd/dist: always pass -short=true with -quickIan Lance Taylor
2022-07-26runtime/cgo: use frame address to set g0 stack boundCherry Mui
2022-07-25runtime: fix runtime.Breakpoint() on windows/arm64qmuntal
2022-07-24runtime: fix typo in function commentsAbirdcfly
2022-07-19runtime: revert to using the precomputed trigger for pacer calculationsMichael Anthony Knyszek
2022-07-18runtime: fix typosJun10ng
2022-07-13runtime: clear timerModifiedEarliest when last timer is deletedMichael Pratt
2022-07-11internal/trace: don't report regions on system goroutinesMichael Pratt
2022-07-11runtime/race: update amd64 syso images to avoid sse4Than McIntosh
2022-07-07runtime: overestimate the amount of allocated memory in heapLiveMichael Anthony Knyszek
2022-07-04runtime: pass correct string to exits on Plan 9Ori Bernstein
2022-06-29runtime: add race annotations to cbs.lockMichael Pratt
2022-06-29runtime: add race annotations to metricsSemaMichael Pratt
2022-06-28runtime: clean up unused function gosave on loong64Guoqi Chen
2022-06-27crypto/internal/boring: factor Cache into crypto/internal/boring/bcacheRuss Cox
2022-06-26runtime: avoid fma in mkfastlog2tableIan Lance Taylor
2022-06-25runtime: mark string comparison hooks as no splitKhaled Yakdan
2022-06-21runtime/trace: ignore fallback stacks in testRhys Hiltner
2022-06-21runtime: convert flaky semaphore linearity test into benchmarkMichael Anthony Knyszek
2022-06-16runtime: write much more direct test for semaphore waiter scalabilityMichael Anthony Knyszek
2022-06-15syscall, runtime/internal/syscall: always zero the higher bits of return valu...Guoqi Chen
2022-06-14cmd/compile,runtime,reflect: move embedded bit from offset to nameKeith Randall
2022-06-13runtime: add HACKING section on nosplit functionsAustin Clements
2022-06-10runtime: fix stack split at bad time when fuzzingKhaled Yakdan
2022-06-09runtime/cgo: retry _beginthread on EACCESMichael Pratt
2022-06-09runtime/cgo: merge bodies of cgo_sys_thread_start on windowsMichael Pratt
2022-06-08runtime: use pidleget for faketime jumpMichael Pratt
2022-06-08runtime: skip TestGdbBacktrace on gdb bugAustin Clements
2022-06-08runtime: gofmtMichael Pratt
2022-06-08runtime: remove unused pipe and setNonblock on linux/loong64Tobias Klauser
2022-06-07runtime: document GOMEMLIMIT in environment variables sectionMichael Pratt
2022-06-07runtime: fix inline assembly trampoline for arm64Khaled Yakdan
2022-06-06runtime, sync, sync/atomic: document happens-before guaranteesRuss Cox
2022-06-06runtime: fix breakpoint in ppc64xAlejandro Sáez
2022-06-04runtime: fix typo in libfuzzer_arm64.sIkko Ashimine
2022-06-03runtime: track total idle time for GC CPU limiterMichael Anthony Knyszek
2022-06-03runtime: avoid string allocation in printDebuglogMichael Anthony Knyszek
2022-06-03runtime: only use CPU time from the current window in the GC CPU limiterMichael Anthony Knyszek
2022-05-27runtime: cancel mark and scavenge assists if the limiter is enabledMichael Anthony Knyszek