aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-08-29all: delete more windows/arm remnantsTobias Klauser
2025-08-29internal/cpu: inline DebugOptionsTobias Klauser
2025-08-26runtime: identify virtual memory layout for riscv64Joel Sing
2025-08-25runtime: skip doInit of plugins in runtime.mainWang Deyu
2025-08-22[dev.simd] cmd/compile: ensure the whole X15 register is zeroedCherry Mui
2025-08-22runtime/metrics: improve docQingwei Li@WSL
2025-08-22all: delete remaining windows/arm codeAlberto Donizetti
2025-08-21runtime: remove remaining windows/arm files and commentsqmuntal
2025-08-20[dev.simd] all: merge master (9de69f6) into dev.simdCherry Mui
2025-08-19runtime: save and restore all fcc registers in async preempt on loong64Guoqi Chen
2025-08-18runtime: fix comments in tracetype.goFelix Geisendörfer
2025-08-15runtime: don't overwrite global stop channel in testsMichael Anthony Knyszek
2025-08-15internal/trace: add end-of-generation signal to traceMichael Anthony Knyszek
2025-08-15runtime/metrics: add metric for current Go-owned thread countMichael Anthony Knyszek
2025-08-15runtime/metrics: add metric for total goroutines createdMichael Anthony Knyszek
2025-08-15runtime/metrics: add metrics for goroutine sched statesMichael Anthony Knyszek
2025-08-15runtime: disable stack shrinking for all waiting-for-suspendG casesMichael Anthony Knyszek
2025-08-15runtime: remove duff support for amd64Keith Randall
2025-08-15runtime: remove duff support for arm64Keith Randall
2025-08-14runtime: make all synctest bubble violations fatal panicsDamien Neil
2025-08-14[dev.simd] all: merge master (924fe98) into dev.simdCherry Mui
2025-08-13runtime/trace: fix documentation typoAlexey Palazhchenko
2025-08-12runtime/race: restore previous version of LLVM TSAN on macOSCherry Mui
2025-08-06runtime/race: update darwin race sysoCherry Mui
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-08-06cmd/compile: make panicBounds stack frame smaller on ppc64Keith Randall
2025-08-05runtime: fix godoc comment for inVDSOPageTobias Klauser
2025-08-05runtime: save AVX2 and AVX-512 state on asynchronous preemptionAustin Clements
2025-08-05runtime: save scalar registers off stack in amd64 async preemptionAustin Clements
2025-08-05runtime: eliminate global state in mkpreempt.goAustin Clements
2025-08-05runtime: test VDSO symbol hash valuesMichael Pratt
2025-08-05cmd/compile: remove support for old-style bounds check callsKeith Randall
2025-08-05cmd/compile: move ppc64 over to new bounds check strategyKeith Randall
2025-08-05cmd/compile, runtime: add checkptr instrumentation for unsafe.AddCuong Manh Le
2025-08-04[dev.simd] all: merge master (7a1679d) into dev.simdCherry Mui
2025-08-04cmd/compile: move s390x over to new bounds check strategyKeith Randall
2025-08-04cmd/compile: move riscv64 over to new bounds check strategyKeith Randall
2025-08-03runtime: add reference to debugPinnerV1limeidan
2025-08-01runtime: deduplicate Windows stdcallqmuntal
2025-08-01runtime,syscall: move loadlibrary and getprocaddress to syscallqmuntal
2025-07-30runtime/metrics: add cleanup and finalizer queue metricsMichael Anthony Knyszek
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-30cmd/compile: move mips32 over to new bounds check strategyKeith Randall
2025-07-30cmd/compile: move mips64 over to new bounds check strategyKeith Randall
2025-07-30cmd/compile: move loong64 over to new bounds check strategyKeith Randall
2025-07-29internal/abi: move direct/indirect flag from Kind to TFlagKeith Randall
2025-07-29internal/goexperiment: delete RangeFunc goexperimentCherry Mui
2025-07-29cmd/compile: move arm32 over to new bounds check strategyKeith Randall
2025-07-29runtime: only deduct assist credit for arenas during GCwingrez