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-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2026-02-02
internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...
ArsenySamoylov
2026-01-30
runtime: delete unused parameter of userForced
Tony Tang
2026-01-30
runtime: align end of systemstack_switch prologue on amd64 for consistency wi...
Vasily Leonenko
2026-01-30
all: switch linux-ppc64 target to ELFv2 ABI
Paul Murphy
2026-01-29
runtime: use smaller max align for arm32
Keith Randall
2026-01-29
runtime, cmd/link: store type descriptor length, not end
Ian Lance Taylor
2026-01-28
runtime/metrics: fix panic in Read with empty slice
Amol Yadav
2026-01-27
cmd/link, runtime: remove typelinks
Ian Lance Taylor
2026-01-27
runtime: rename aeshashbody to runtime.aeshashbody
Michael Pratt
2026-01-27
cmd/compile, runtime: avoid improper control transfer instruction hints on ri...
wangboyao
2026-01-23
cmd/compile: use equality signatures in hash function generation
Keith Randall
2026-01-23
runtime: speed up cheaprand and cheaprand64
Gavin Lam
2026-01-23
runtime: remove logical stack sentinel for runtime lock stacks
Nick Ripley
2026-01-23
runtime: remove unused mutexevent linkname
Nick Ripley
2026-01-22
go/types, types2: remove support for gotypesalias GODEBUG flag
Robert Griesemer
2026-01-22
internal/runtime: remove math.Mul64
Gavin Lam
2026-01-22
runtime: guard unexpected return pc gp.m dereference
Michael Pratt
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
[next]