aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit 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 errnoMichael 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 nosplitkhr@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 pointersKeith 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-22all: go fmtMichael Pratt
2025-07-21runtime: relax TestMemoryLimitNoGCPercent a bitKeith Randall
2025-07-21runtime: fix asan wrapper for riscv64Keith Randall
2025-07-16runtime: fix idle time double-counting bugMichael Anthony Knyszek
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-07-16runtime: use 32-bit function index on WasmCherry Mui
2025-07-15runtime: use memclrNoHeapPointers to clear inline mark bitsMichael Anthony Knyszek
2025-07-15runtime: only clear inline mark bits on span alloc if necessaryMichael Anthony Knyszek
2025-07-15runtime: have mergeInlineMarkBits also clear the inline mark bitsMichael Anthony Knyszek
2025-07-15runtime: merge inline mark bits with gcmarkBits 8 bytes at a timeMichael Anthony Knyszek
2025-07-14runtime: expand GOMAXPROCS documentationMichael Pratt
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-07-11runtime: turn off large memmove tests under asan/msanKeith Randall
2025-07-09runtime: run TestSignalDuringExec in its own process groupMichael Anthony Knyszek
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-07-07runtime: make traceStack testable and add a benchmarkMichael Anthony Knyszek
2025-07-03runtime: correct vdsoSP on S390XCherry Mui
2025-06-30runtime: stash allpSnapshot on the MMichael Pratt
2025-06-30runtime: update skips for TestGdbBacktracelimeidan
2025-06-27runtime: remove arbitrary 5-second timeout in TestNeedmDeadlockCherry Mui
2025-06-27runtime: account for missing frame pointer in preambleMichael Anthony Knyszek
2025-06-25runtime: make explicit nil check in (*spanInlineMarkBits).initMichael Anthony Knyszek
2025-06-25runtime: note custom GOMAXPROCS even if value doesn't changeMichael Pratt
2025-06-23runtime: add missing unlock in sysReserveAlignedSbrkCherry Mui
2025-06-20runtime: fix struct commentcuishuang
2025-06-18runtime: set mspan limit field early and eagerlyMichael Anthony Knyszek
2025-06-18runtime: prevent mutual deadlock between GC stopTheWorld and suspendGMichael Anthony Knyszek
2025-06-16runtime: don't let readTrace spin on trace.shutdownMichael Anthony Knyszek
2025-06-13runtime: comment that some linknames are used by runtime/traceCherry Mui
2025-06-13runtime: remove unused unique.runtime_blockUntilEmptyFinalizerQueueCherry Mui
2025-06-10runtime: handle system goroutines later in goroutine profilingMichael Anthony Knyszek
2025-06-10testing/synctest, runtime: avoid panic when using linker-alloc WG from bubbleDamien Neil
2025-06-10runtime: don't do a direct G handoff in semrelease on systemstackMichael Anthony Knyszek
2025-06-09runtime: use small struct TestSynctest to ensure cleanups runDamien Neil
2025-06-09runtime: clarify stack traces for bubbled goroutinesDamien Neil
2025-06-09runtime: return a different bubble deadlock error when main goroutine is doneDamien Neil
2025-06-07runtime: check for gsignal in racecall on loong64Guoqi Chen
2025-06-04runtime: make bubbled timers more consistent with unbubbledDamien Neil
2025-06-04runtime: reduce per-P memory footprint when greenteagc is disabledMichael Anthony Knyszek
2025-06-02runtime: additional memmove benchmarksKeith Randall