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
2026-01-21
runtime: remove the unused scanIdx from mspan
Youlin Feng
2026-01-15
net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters
Damien Neil
2026-01-13
runtime: rename mallocTiny* to mallocgcTinySize*
Michael Matloob
2026-01-08
runtime/trace: fix documentation comment
jjpinto
2026-01-07
internal/trace: fix recorder.Write return value for header-only buffers
jjpinto
2025-12-30
runtime/secret: make tests more sturdy
Daniel Morsing
2025-12-30
all: fix some minor grammatical issues in the comments
cuishuang
2025-12-23
runtime: improve a log message in TestCleanupLost
Lin Lin
2025-12-23
runtime: fix nGsyscallNoP accounting
Michael Anthony Knyszek
2025-12-22
runtime: revert entry point on freebsd/arm64
Rob Nichols
2025-12-17
runtime: keep track of secret allocation size
Daniel Morsing
2025-12-17
runtime/secret: warn users about allocations, loosen guarantees
Daniel Morsing
2025-12-12
runtime, cmd/link: tighten search for stackObjectRecord
Ian Lance Taylor
2025-12-12
runtime/secret: restore goroutine behavior to proposal
Daniel Morsing
2025-12-12
runtime: dropg after emitting trace event in preemptPark
Michael Anthony Knyszek
2025-12-12
runtime/pprof: deflake TestGoroutineLeakProfileConcurrency
Michael Anthony Knyszek
2025-12-12
runtime/secret: guard files with goexperiment
Cherry Mui
2025-12-11
runtime: add extra subtest layer to TestFinalizerOrCleanupDeadlock
Michael Anthony Knyszek
2025-12-11
runtime/trace: fix broken TestSubscribers
Michael Anthony Knyszek
2025-12-11
runtime: prevent calls to GOMAXPROCS while clearing P trace state
Michael Anthony Knyszek
2025-12-11
runtime: make goroutines inherit DIT state, don't lock to OS thread
Roland Shoemaker
2025-12-10
runtime: use correct function name in methodValueCallFrameObjs comment
Ian Lance Taylor
2025-12-09
runtime: on AIX check isarchive before calling libpreinit
Ian Lance Taylor
2025-12-08
[dev.simd] all: merge master (a33bbf1) into dev.simd
Cherry Mui
2025-12-08
[dev.simd] cmd/compile: zero only low 128-bit of X15
Cherry Mui
2025-12-08
runtime/trace: update TestSubscribers to dump traces
Michael Anthony Knyszek
2025-12-08
runtime: only run TestNotInGoMetricCallback when building with cgo
Michael Anthony Knyszek
2025-12-08
runtime: disable TestNotInGoMetricCallback on FreeBSD + race
Michael Anthony Knyszek
2025-12-08
runtime: use atomic C types with atomic C functions
Joel Sing
2025-12-08
runtime: deflake TestProfBufWakeup
Nick Ripley
2025-12-08
runtime: mark getfp as nosplit
khr@golang.org
2025-12-05
runtime: don't count nGsyscallNoP for extra Ms in C
Michael Anthony Knyszek
2025-12-05
runtime: expand Pinner documentation
Michael Anthony Knyszek
2025-12-05
runtime: skip TestArenaCollision if we run out of hints
Michael Anthony Knyszek
2025-12-05
runtime: relax threadsSlack in TestReadMetricsSched
Michael Anthony Knyszek
2025-12-05
runtime: skip mayMoreStackMove in goroutine leak tests
Michael Anthony Knyszek
2025-12-05
runtime/race: set missing argument frame for ppc64x atomic And/Or wrappers
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2025-12-05
runtime: reject any goroutine leak test failure that failed to execute
Michael Anthony Knyszek
2025-12-05
runtime: print output in case of segfault in goroutine leak tests
Michael Anthony Knyszek
2025-12-05
runtime: don't specify GOEXPERIMENT=greenteagc in goroutine leak tests
Michael Anthony Knyszek
2025-12-05
all: fix some comment issues
cuishuang
2025-12-01
runtime/internal/testprog: log initial SchedMetrics GOMAXPROCS
Michael Pratt
2025-11-28
runtime/secret: disable tests under memory validating modes
Daniel Morsing
2025-11-27
runtime/secret: reorganize tests to fix -buildmode=shared
Daniel Morsing
2025-11-27
runtime/_mkmalloc: fix log.Fatal formatting directive
Filippo Valsorda
2025-11-26
cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi
Ian Lance Taylor
2025-11-26
cmd/compile: introduce alias analysis and automatically free non-aliased memo...
thepudds
2025-11-26
crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom
Filippo Valsorda
2025-11-26
runtime: update mkmalloc to make generated code look nicer
matloob
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
[next]