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-03-05
[release-branch.go1.25] html/template: properly escape URLs in meta content a...
Roland Shoemaker
2026-02-25
[release-branch.go1.25] runtime: don't negate eventfd errno
Michael Pratt
2026-01-15
[release-branch.go1.25] net/url: add urlmaxqueryparams GODEBUG to limit the n...
Damien Neil
2025-12-29
[release-branch.go1.25] runtime: mark getfp as nosplit
khr@golang.org
2025-12-29
[release-branch.go1.25] runtime/race: set missing argument frame for ppc64x a...
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2025-10-27
[release-branch.go1.25] runtime: use one more address bit for tagged pointers
Keith Randall
2025-10-07
[release-branch.go1.25] net/http: add httpcookiemaxnum GODEBUG option to limi...
Nicholas Husin
2025-10-01
[release-branch.go1.25] runtime: initialise debug settings much earlier in st...
Steve Muir
2025-09-11
[release-branch.go1.25] runtime: lock mheap_.speciallock when allocating sync...
Damien Neil
2025-08-25
[release-branch.go1.25] runtime: make all synctest bubble violations fatal pa...
Damien Neil
2025-07-22
all: go fmt
Michael Pratt
2025-07-21
runtime: relax TestMemoryLimitNoGCPercent a bit
Keith Randall
2025-07-21
runtime: fix asan wrapper for riscv64
Keith Randall
2025-07-16
runtime: fix idle time double-counting bug
Michael Anthony Knyszek
2025-07-16
cmd/link, runtime: on Wasm, put only function index in method table and func ...
Cherry Mui
2025-07-16
runtime: use 32-bit function index on Wasm
Cherry Mui
2025-07-15
runtime: use memclrNoHeapPointers to clear inline mark bits
Michael Anthony Knyszek
2025-07-15
runtime: only clear inline mark bits on span alloc if necessary
Michael Anthony Knyszek
2025-07-15
runtime: have mergeInlineMarkBits also clear the inline mark bits
Michael Anthony Knyszek
2025-07-15
runtime: merge inline mark bits with gcmarkBits 8 bytes at a time
Michael Anthony Knyszek
2025-07-14
runtime: expand GOMAXPROCS documentation
Michael Pratt
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-07-11
runtime: turn off large memmove tests under asan/msan
Keith Randall
2025-07-09
runtime: run TestSignalDuringExec in its own process group
Michael Anthony Knyszek
2025-07-08
cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-07-07
runtime: make traceStack testable and add a benchmark
Michael Anthony Knyszek
2025-07-03
runtime: correct vdsoSP on S390X
Cherry Mui
2025-06-30
runtime: stash allpSnapshot on the M
Michael Pratt
2025-06-30
runtime: update skips for TestGdbBacktrace
limeidan
2025-06-27
runtime: remove arbitrary 5-second timeout in TestNeedmDeadlock
Cherry Mui
2025-06-27
runtime: account for missing frame pointer in preamble
Michael Anthony Knyszek
2025-06-25
runtime: make explicit nil check in (*spanInlineMarkBits).init
Michael Anthony Knyszek
2025-06-25
runtime: note custom GOMAXPROCS even if value doesn't change
Michael Pratt
2025-06-23
runtime: add missing unlock in sysReserveAlignedSbrk
Cherry Mui
2025-06-20
runtime: fix struct comment
cuishuang
2025-06-18
runtime: set mspan limit field early and eagerly
Michael Anthony Knyszek
2025-06-18
runtime: prevent mutual deadlock between GC stopTheWorld and suspendG
Michael Anthony Knyszek
2025-06-16
runtime: don't let readTrace spin on trace.shutdown
Michael Anthony Knyszek
2025-06-13
runtime: comment that some linknames are used by runtime/trace
Cherry Mui
2025-06-13
runtime: remove unused unique.runtime_blockUntilEmptyFinalizerQueue
Cherry Mui
2025-06-10
runtime: handle system goroutines later in goroutine profiling
Michael Anthony Knyszek
2025-06-10
testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble
Damien Neil
2025-06-10
runtime: don't do a direct G handoff in semrelease on systemstack
Michael Anthony Knyszek
2025-06-09
runtime: use small struct TestSynctest to ensure cleanups run
Damien Neil
2025-06-09
runtime: clarify stack traces for bubbled goroutines
Damien Neil
2025-06-09
runtime: return a different bubble deadlock error when main goroutine is done
Damien Neil
2025-06-07
runtime: check for gsignal in racecall on loong64
Guoqi Chen
2025-06-04
runtime: make bubbled timers more consistent with unbubbled
Damien Neil
2025-06-04
runtime: reduce per-P memory footprint when greenteagc is disabled
Michael Anthony Knyszek
2025-06-02
runtime: additional memmove benchmarks
Keith Randall
[next]