aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-25runtime: delete unused cbctxts variable on windows assemblyqmuntal
2023-01-25runtime: mark amd64 runtime·rt0_go as NOFRAMEqmuntal
2023-01-25runtime/race: update race_windows_amd64.sysoThan McIntosh
2023-01-24runtime/cgo: use //go:build lines in C and assembly filesTobias Klauser
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-24runtime: switch AMD64's publicationBarrier to ABIInternalJakub Ciolek
2023-01-24runtime: remove unused badsignal2 on windowsqmuntal
2023-01-24runtime: factor out windows sigtrampqmuntal
2023-01-24runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64qmuntal
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2023-01-23runtime: remove duplicate check of work.full in gcMark.j2gg0s
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-23runtime: use copy as spotted by staticcheckDaniel Martí
2023-01-20runtime/coverage: avoid non-test coverage profiles in test report helperThan McIntosh
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2023-01-20runtime: remove 104 byte stack guardliu-xuewen
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2023-01-19runtime: remove arbitrary GOARCH constraints in finalizer testsBryan C. Mills
2023-01-16runtime: fix performance regression in morestack_noctxt on ppc64Archana R
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