aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-12-05runtime: expand Pinner documentationMichael Anthony Knyszek
2025-12-05runtime: skip TestArenaCollision if we run out of hintsMichael Anthony Knyszek
2025-12-05runtime: relax threadsSlack in TestReadMetricsSchedMichael Anthony Knyszek
2025-12-05runtime: skip mayMoreStackMove in goroutine leak testsMichael Anthony Knyszek
2025-12-05runtime/race: set missing argument frame for ppc64x atomic And/Or wrappersJayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2025-12-05runtime: reject any goroutine leak test failure that failed to executeMichael Anthony Knyszek
2025-12-05runtime: print output in case of segfault in goroutine leak testsMichael Anthony Knyszek
2025-12-05runtime: don't specify GOEXPERIMENT=greenteagc in goroutine leak testsMichael Anthony Knyszek
2025-12-05all: fix some comment issuescuishuang
2025-12-01runtime/internal/testprog: log initial SchedMetrics GOMAXPROCSMichael Pratt
2025-11-28runtime/secret: disable tests under memory validating modesDaniel Morsing
2025-11-27runtime/secret: reorganize tests to fix -buildmode=sharedDaniel Morsing
2025-11-27runtime/_mkmalloc: fix log.Fatal formatting directiveFilippo Valsorda
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26runtime: update mkmalloc to make generated code look nicermatloob
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simdCherry Mui
2025-11-26crypto/fips140: add WithoutEnforcementDaniel Morsing
2025-11-26runtime: merge all the linux 32 and 64 bits files into one for eachJorropo
2025-11-25runtime: panic if cleanup function closes over cleanup pointerIan Lance Taylor
2025-11-25runtime: panic on AddCleanup with self pointerIan Lance Taylor
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-24runtime: use m.profStack in traceStackMichael Anthony Knyszek
2025-11-24runtime: don't write unique string to trace if it's length zeroMichael Anthony Knyszek
2025-11-24[dev.simd] all: merge master (02d1f3a) into dev.simdCherry Mui
2025-11-24runtime: respect GOTRACEBACK for user-triggered runtime panicsJoe Tsai
2025-11-24runtime/cgo: add support for `any` param and return typeAlexandre Daubois
2025-11-24runtime: port memmove, memclr to register ABI on s390xSrinivas Pokala
2025-11-24reflect, runtime: add reflect support for regabi on s390xSrinivas Pokala
2025-11-24runtime: mark race functions on s390x as ABIInternalSrinivas Pokala
2025-11-24runtime: add runtime changes for register ABI on s390xSrinivas Pokala
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-23runtime: fix stale comment for mheap/mallocLidong Yan
2025-11-23cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ...Axel Wagner
2025-11-21runtime: replace trace seqlock with write flagMichael Anthony Knyszek
2025-11-21runtime/trace: add Log benchmarkMichael Anthony Knyszek
2025-11-21runtime/pprof: remove hard-coded sleep in CPU profile readerNick Ripley
2025-11-21runtime: fix double wakeup in CPU profile bufferNick Ripley
2025-11-21runtime: remove linkname for gopanicSean Liao
2025-11-21runtime: go fmtMichael Pratt
2025-11-20runtime: track goroutine location until actual STWMichael Pratt
2025-11-20runtime: disable stack allocation tests on sanitizersKeith Randall
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org
2025-11-20runtime: select GC mark workers during start-the-worldMichael Pratt
2025-11-20runtime: split findRunnableGCWorker in twoMichael Pratt
2025-11-18runtime: add dlog.hexdumpAustin Clements
2025-11-18runtime: add hexdumperAustin Clements