aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-28runtime: define PanicBounds in funcdata.hIan Lance Taylor
2025-10-28runtime: amend comments a bitJes Cok
2025-10-27runtime: avoid bound check in freebsd binuptimeCuong Manh Le
2025-10-27runtime: remove unused cgoCheckUsingType functionIan Lance Taylor
2025-10-24runtime: add ppc and s390 to 32 build constraints for gccgoJorropo
2025-10-24runtime: add ppc and s390 to linux 32 bits syscall build constraints for gccgoJorropo
2025-10-24runtime: use 32-bit hash for maps on WasmCherry Mui
2025-10-22runtime: cleanup pagetraceFlorian Lehner
2025-10-22runtime/cgo: fix cgoCheckArg descriptionAriel Otilibili
2025-10-22runtime: use backoff and ISB instruction to reduce contention in (*lfstack).p...fanzha02
2025-10-21runtime,syscall: implement and use syscalln on darwinqmuntal
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