aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2023-01-11runtime: fix incorrect commentzhengchaopu
2023-01-10cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox
2023-01-09runtime: skip TestCgoPprofCallback in short mode, don't run in parallelIan Lance Taylor
2023-01-09runtime/pprof: document possibility of empty stacksAustin Clements
2023-01-09runtime/pprof: improve output of TestLabelSystemstackAustin Clements
2022-12-23cmd/link, runtime: use a different section for Go libfuzzer countersCherry Mui
2022-12-22runtime: revert Apple libc atfork workaroundRuss Cox
2022-12-22runtime/internal/startlinetest: work around shared buildmode linking issueCherry Mui
2022-12-22runtime/race: add build tag to internal amd64vN packagesCherry Mui
2022-12-21runtime/coverage: add missing file close in test support helperThan McIntosh
2022-12-17cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...Guoqi Chen
2022-12-13cmd/gc: test temp string comparison with all opsOleg Zaytsev
2022-12-08cmd/{go,cover,covdata}: fix 'package main' inconsistent handlingThan McIntosh
2022-12-08runtime: remove arbitrary timeouts in finalizer testsBryan C. Mills
2022-12-06Revert "runtime/pprof: unskip TestTimeVDSO on Android"Cherry Mui
2022-12-06runtime/pprof: unskip TestTimeVDSO on AndroidCherry Mui
2022-12-05runtime: prioritize VDSO and libcall unwinding in profilerCherry Mui
2022-12-05runtime/cgo: fix typo in gcc_loong64.SCherry Mui
2022-12-05runtime/cgo: add .file directive to GNU assembly filesCherry Mui
2022-12-02runtime/debug: add missing periodRuss Cox
2022-12-02runtime/debug: more complete BuildInfo documentationRuss Cox
2022-12-01runtime,hash/maphash: eliminate maphash torture test for -raceThan McIntosh
2022-11-29testing: remove stale builder names from windows testsThan McIntosh
2022-11-24syscall, runtime/internal/syscall: zero r2 before mips linux syscallsRongrong
2022-11-21testing: skip TestVectoredHandlerExceptionInNonGoThread on windows-amd64-2012-*Than McIntosh
2022-11-21testing: skip flaky TestRaiseException on windows-amd64-2012-*Than McIntosh
2022-11-19runtime: change tfork behaviour to unbreak openbsd/mips64Joel Sing
2022-11-18all: add missing periods in commentscui fliter
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