aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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
2025-11-18runtime: do not print recovered when double panic with the same valueYoulin Feng
2025-11-17cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru...Joel Sing
2025-11-17runtime: relax TestMemoryLimit on darwin a bit moreKeith Randall
2025-11-17runtime: clear frame pointer at thread entry pointsNick Ripley
2025-11-17runtime: rename findrunnable references to findRunnableMichael Pratt
2025-11-17runtime: hoist invariant code out of heapBitsSmallForAddrInlineArchana Ravindar
2025-11-14runtime: usleep before stealing runnext only if not in syscallMichael Anthony Knyszek
2025-11-14runtime: support runtime.freegc in size-specialized mallocs for noscan objectsthepudds
2025-11-14runtime: add more precise test of assist credit handling for runtime.freegcthepudds
2025-11-14runtime: add runtime.freegc to reduce GC workthepudds
2025-11-14runtime: skip tests for GOEXPERIMENT=arenas that do not handle clobberfree=1thepudds
2025-11-14runtime: put AddCleanup cleanup arguments in their own allocationMichael Anthony Knyszek
2025-11-14runtime: add AddCleanup benchmarkMichael Anthony Knyszek