aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-11-18runtime,cmd/link: increase stack guard space when building with -raceKeith Randall
2022-11-18runtime: optimise memmove on riscv64Joel Sing
2022-11-18runtime: add page tracerMichael Knyszek
2022-11-17runtime: fix conflict between lfstack and checkptrKeith Randall
2022-11-17runtime: work around Apple libc bugs to make exec stop hangingRuss Cox
2022-11-16runtime/race: do not use cgo on macOSRuss Cox
2022-11-15runtime: clarify finalizer semantics for tiny objectsChangkun Ou
2022-11-15runtime/pprof: scale mutex profile samples when they are recordedNick Ripley
2022-11-15runtime: make GC see object as allocated after it is initializedCherry Mui
2022-11-14Revert "runtime: delay incrementing freeindex in malloc"Michael Knyszek
2022-11-14runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64qmuntal
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-11internal/syscall/unix: use runtime.gostring for GostringIan Lance Taylor
2022-11-11all: fix problematic commentscui fliter
2022-11-11runtime/race: add missing copyright headers to syso import filesBryan C. Mills
2022-11-11runtime: delay incrementing freeindex in mallocCherry Mui
2022-11-10runtime: retry thread creation on EAGAINIan Lance Taylor
2022-11-10runtime: consolidate some low-level error reportingIan Lance Taylor
2022-11-10runtime: make Malloc benchmarks actually benchmark mallocCherry Mui
2022-11-09runtime: using wyrand for fastrand on linux/loong64Guoqi Chen
2022-11-08runtime internal/cpu: rename "Zeus" "NeoverseV1".Matthew Horsnell
2022-11-08runtime: fix uncondition calls to traceGCSTWDoneXiangdong Ji
2022-11-08runtime: remove the started field from sweepdataJakub Ciolek
2022-11-08runtime: smooth cons/mark with a moving average and use actual triggerMichael Anthony Knyszek
2022-11-07runtime: fix a few function names on commentscui fliter
2022-11-07runtime: yield in goschedIfBusy if gp.preemptMichael Pratt
2022-11-04runtime: eliminate arbitrary timeouts in runBuiltTestProg and TestGdbBacktraceBryan C. Mills
2022-11-03runtime: support control flow guard on windows/amd64qmuntal
2022-11-01runtime: check for ErrWaitDelay in runBuiltTestProgBryan C. Mills
2022-11-01runtime: fix missing error print in TestCgoSigfwdAustin Clements
2022-11-01runtime: skip TestArenaCollision on failed reservationAustin Clements
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox
2022-10-31internal/testenv: remove RunWithTimoutBryan C. Mills
2022-10-29runtime/internal/atomic: enable atomic 64bit types for all functions on linux...Guoqi Chen
2022-10-27runtime: add wasm bulk memory operationsGaret Halliday
2022-10-26runtime: add missing closing curly brace in runtime corruption error messageBrad Fitzpatrick
2022-10-26cmd/internal/obj/ppc64: generate big uint32 values in registerPaul E. Murphy
2022-10-26runtime/internal/syscall: use ABIInternal for Syscall6 on riscv64Wayne Zuo
2022-10-26runtime: fix a few function names on commentscui fliter
2022-10-26all: delete riscv64 non-register ABI fallback pathWayne Zuo
2022-10-25math/rand: auto-seed global sourceRuss Cox
2022-10-25runtime/internal/syscall: convert PPC64 Syscall6 to ABIInternalPaul E. Murphy
2022-10-24runtime: fix usleep on linux/PPC64Paul E. Murphy
2022-10-21runtime: gofmtCherry Mui
2022-10-21runtime: skip TestVectoredHandlerExceptionInNonGoThreadqmuntal
2022-10-21runtime/race: add GOAMD64=v3 version of linux race .sysoKeith Randall
2022-10-20runtime: fix TestVectoredHandlerExceptionInNonGoThreadqmuntal
2022-10-20runtime: Add vdso on freebsd/riscv64Mikael Urankar
2022-10-19runtime: ignore exceptions from non-Go threads on windows arm/arm64qmuntal
2022-10-18runtime: throw in unreachable exitThreadMichael Pratt