aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-10-21all: gofmt -wJes Cok
2025-10-21runtime: use timer_settime64 on 32-bit Linuxabdullahkiani007
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-21runtime: clean dead architectures from go:build constraintJorropo
2025-10-20runtime: save lasx and lsx registers in loong64 async preemptionGuoqi Chen
2025-10-20runtime: make procyieldAsm no longer loop infinitely if passed 0Michael Anthony Knyszek
2025-10-20runtime: wrap procyield assembly and check for 0Michael Anthony Knyszek
2025-10-20runtime/trace: dump test traces on validation failureMichael Anthony Knyszek
2025-10-20runtime: fix generation skew with trace reentrancyMichael Anthony Knyszek
2025-10-20runtime: add _Gdeadextra statusMichael Anthony Knyszek
2025-10-20runtime: add linkname documentation and guidanceMichael Pratt
2025-10-20runtime: fix _rt0_ppc64x_lib on aixqmuntal
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-17all: correct name for commentsJes Cok
2025-10-17runtime: unify riscv64 library entry pointqmuntal
2025-10-16runtime: use DC ZVA instead of its encoding in WORD in arm64 memclrVasily Leonenko
2025-10-15runtime: increase repeat count for alloc testKeith Randall
2025-10-15runtime/pprof: fix errors in pprof_testmatloob
2025-10-15runtime/pprof: skip flaky test TestProfilerStackDepth/heap for nowmatloob
2025-10-14Revert "cmd/compile: make 386 float-to-int conversions match amd64"David Chase
2025-10-14Revert "runtime: adjust softfloat corner cases to match amd64/arm64"David Chase
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-10runtime: fail TestGoroutineLeakProfile on data raceMichael Anthony Knyszek
2025-10-10runtime: support arm64 Neon in async preemptionJulia Lapenko
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-10-09runtime: adjust softfloat corner cases to match amd64/arm64David Chase
2025-10-09cmd/compile: make 386 float-to-int conversions match amd64David Chase
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2025-10-08runtime: cleanup comments from asm_ppc64x.s improvementsPaul Murphy
2025-10-07runtime: make work.spanSPMCs.all doubly-linkedMichael Pratt
2025-10-07runtime: free spanQueue on P destroyMichael Pratt
2025-10-07net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsedNicholas Husin
2025-10-07runtime: fix self-deadlock on sbrk platformsMichael Anthony Knyszek
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-07runtime: assert p.destroy runs with GC not runningMichael Pratt
2025-10-06runtime: delete redundant code in the page allocatortony
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-10-06runtime: remove batching from spanSPMC freeMichael Pratt
2025-10-06runtime: bump thread count slack for TestReadMetricsSchedMichael Anthony Knyszek
2025-10-03cmd/compile: remove stores to unread parametersCherry Mui
2025-10-03runtime: support valgrind (but not asan) in specialized malloc functionsmatloob
2025-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-10-02runtime: skip TestGoroutineLeakProfile under mayMoreStackPreemptMichael Anthony Knyszek
2025-10-02runtime: fix aix/ppc64 library initializationqmuntal
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-09-30runtime: move loong64 library entry point to os-agnostic fileqmuntal
2025-09-30runtime: unify ppc64/ppc64le library entry pointqmuntal
2025-09-30runtime: initialise debug settings much earlier in startup processSteve Muir
2025-09-30cmd/compile, runtime: always enable Wasm signext and satconv featuresCherry Mui
2025-09-29runtime: correct reference to getStackMap in commentIan Lance Taylor