index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
Age
Commit message (
Expand
)
Author
2025-07-10
[release-branch.go1.23] runtime: stash allpSnapshot on the M
Michael Pratt
2025-07-08
[release-branch.go1.23] cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-06-27
[release-branch.go1.23] runtime: set mspan limit field early and eagerly
Michael 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 BuildSetting
Sean Liao
2025-04-28
[release-branch.go1.23] runtime: fix 9-arg syscall on darwin/amd64
Keith 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/linux
Paul 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-386
Russ 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 usage
qmuntal
2024-10-30
[release-branch.go1.23] runtime: fix MutexProfile missing root frames
Felix 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 isSending
Michael Anthony Knyszek
2024-10-23
[release-branch.go1.23] runtime: don't frob isSending for tickers
Ian 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 earlier
Ian Lance Taylor
2024-10-02
[release-branch.go1.23] os: ignore SIGSYS in checkPidfd
cions
2024-10-02
[release-branch.go1.23] runtime: fix TestGdbAutotmpTypes on gdb version 15
Shulhan
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 safely
Keith Randall
2024-08-28
[release-branch.go1.23] runtime: store bp on cgocallback as unsafe.Pointer
Michael 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-19
runtime: mark lockWithRankMayAcquire as nosplit
Cuong Manh Le
2024-07-17
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-15
Revert "runtime: avoid multiple records with identical stacks from MutexProfile"
Cherry Mui
2024-07-11
all: make struct comments match struct names
cuishuang
2024-07-09
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-03
cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used
Cherry Mui
2024-07-01
runtime: fix nil pointer in TestGoroutineParallelism2 when offline
Tom Levy
2024-06-21
time: provide non-default metric for asynctimerchan
Russ Cox
2024-06-18
net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent
Damien Neil
2024-06-18
Revert "crypto/x509: reject serial numbers longer than 20 octets"
Roland Shoemaker
2024-06-12
net: add GODEBUG=netedns0=0 to disable sending EDNS0 header
Ian Lance Taylor
2024-06-07
iter: propagate runtime.Goexit from iterator passed to Pull
Michael Anthony Knyszek
2024-06-07
runtime: add a note on SetFinalizer doc about method receiver
Anuraag Agrawal
2024-06-05
runtime: soften up the GCTestIsReachable test a bit
Keith Randall
2024-05-31
runtime: remove zhangyunhao116/fastrand from cheaprand linkname comment
Ian Lance Taylor
2024-05-30
Revert "runtime: prepare for extensions to waiting M list"
Rhys Hiltner
2024-05-30
Revert "runtime: use semaphore structure for futex locks"
Rhys Hiltner
[next]