aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-07-08[release-branch.go1.23] cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-06-27[release-branch.go1.23] runtime: set mspan limit field early and eagerlyMichael Anthony Knyszek
2025-06-27[release-branch.go1.23] runtime: prevent mutual deadlock between GC stopTheWo...Michael Anthony Knyszek
2025-06-27[release-branch.go1.23] runtime: handle system goroutines later in goroutine ...Michael Anthony Knyszek
2025-05-28[release-branch.go1.23] runtime/debug: document DefaultGODEBUG as a BuildSettingSean Liao
2025-04-28[release-branch.go1.23] runtime: fix 9-arg syscall on darwin/amd64Keith Randall
2025-03-26[release-branch.go1.23] runtime: explicitly disable async preempt for interna...Andy Pan
2025-03-25[release-branch.go1.23] runtime: skip TestCgoCallbackPprof on platforms with ...Michael Pratt
2025-03-25[release-branch.go1.23] runtime: only set isExtraInC if there are no Go frame...Michael Pratt
2025-02-26[release-branch.go1.23] runtime/cgo: avoid errors from -Wdeclaration-after-st...Ian Lance Taylor
2025-02-26[release-branch.go1.23] runtime/cgo: avoid errors from -Wdeclaration-after-st...Ian Lance Taylor
2025-02-21[release-branch.go1.23] cmd/compile, runtime: use deferreturn as target PC fo...David Chase
2025-02-19[release-branch.go1.23] runtime: fix usleep on s390x/linuxPaul Murphy
2025-01-08[release-branch.go1.23] runtime: hold traceAcquire across casgstatus in injec...Michael Anthony Knyszek
2024-12-13[release-branch.go1.23] runtime: update and restore g0 stack bounds at cgocal...Cherry Mui
2024-11-27[release-branch.go1.23] runtime: reserve 4kB for system stack on windows-386Russ Cox
2024-11-20[release-branch.go1.23] runtime: explicitly keep handle alive during getOrAdd...Michael Anthony Knyszek
2024-11-20[release-branch.go1.23] runtime: prevent weak->strong conversions during mark...Michael Anthony Knyszek
2024-10-30[release-branch.go1.23] runtime: reduce syscall.SyscallX stack usageqmuntal
2024-10-30[release-branch.go1.23] runtime: fix MutexProfile missing root framesFelix Geisendörfer
2024-10-30[release-branch.go1.23] runtime: uphold goroutine profile invariants in coros...Michael Anthony Knyszek
2024-10-25[release-branch.go1.23] runtime,time: use atomic.Int32 for isSendingMichael Anthony Knyszek
2024-10-23[release-branch.go1.23] runtime: don't frob isSending for tickersIan Lance Taylor
2024-10-21[release-branch.go1.23] runtime: fix GoroutineProfile stacks not getting null...Felix Geisendörfer
2024-10-08[release-branch.go1.23] runtime: clear isSending bit earlierIan Lance Taylor
2024-10-02[release-branch.go1.23] os: ignore SIGSYS in checkPidfdcions
2024-10-02[release-branch.go1.23] runtime: fix TestGdbAutotmpTypes on gdb version 15Shulhan
2024-09-27[release-branch.go1.23] runtime: if stop/reset races with running timer, retu...Ian Lance Taylor
2024-09-06[release-branch.go1.23] internal/weak: shade pointer in weak-to-strong conver...Michael Anthony Knyszek
2024-09-06[release-branch.go1.23] runtime: size maps.Clone destination bucket array safelyKeith Randall
2024-08-28[release-branch.go1.23] runtime: store bp on cgocallback as unsafe.PointerMichael Anthony Knyszek
2024-08-21[release-branch.go1.23] runtime: on AIX, fix call to _cgo_sys_thread_create i...Paul E. Murphy
2024-07-19runtime: mark lockWithRankMayAcquire as nosplitCuong Manh Le
2024-07-17runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-07-15Revert "runtime: avoid multiple records with identical stacks from MutexProfile"Cherry Mui
2024-07-11all: make struct comments match struct namescuishuang
2024-07-09runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-07-03cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is usedCherry Mui
2024-07-01runtime: fix nil pointer in TestGoroutineParallelism2 when offlineTom Levy
2024-06-21time: provide non-default metric for asynctimerchanRuss Cox
2024-06-18net/http: keep Content-Encoding in Error, add GODEBUG for ServeContentDamien Neil
2024-06-18Revert "crypto/x509: reject serial numbers longer than 20 octets"Roland Shoemaker
2024-06-12net: add GODEBUG=netedns0=0 to disable sending EDNS0 headerIan Lance Taylor
2024-06-07iter: propagate runtime.Goexit from iterator passed to PullMichael Anthony Knyszek
2024-06-07runtime: add a note on SetFinalizer doc about method receiverAnuraag Agrawal
2024-06-05runtime: soften up the GCTestIsReachable test a bitKeith Randall
2024-05-31runtime: remove zhangyunhao116/fastrand from cheaprand linkname commentIan Lance Taylor
2024-05-30Revert "runtime: prepare for extensions to waiting M list"Rhys Hiltner
2024-05-30Revert "runtime: use semaphore structure for futex locks"Rhys Hiltner
2024-05-30Revert "runtime: double-link list of waiting Ms"Rhys Hiltner