aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2023-09-25[release-branch.go1.21] runtime: always lock OS thread in debugcallMichael Anthony Knyszek
2023-09-22[release-branch.go1.21] runtime: increase g0 stack size in non-cgo caseCherry Mui
2023-09-11[release-branch.go1.21] runtime/metrics: fix /gc/scan/* metricsNayef Ghattas
2023-09-11[release-branch.go1.21] runtime: ignore SPWrite on innermost traceback frameAustin Clements
2023-08-30[release-branch.go1.21] runtime: restore caller's frame pointer when recoveri...Nick Ripley
2023-08-30[release-branch.go1.21] runtime: avoid MADV_HUGEPAGE for heap memoryMichael Anthony Knyszek
2023-08-25[release-branch.go1.21] runtime: fix maps.Clone bug when cloning a map mid-growKeith Randall
2023-08-18[release-branch.go1.21] runtime/internal/wasitest: skip racy TCP echo testChris O'Hara
2023-08-17[release-branch.go1.21] runtime: mark traceEnabled and traceShuttingDown as n...Mauri de Souza Meneguzzo
2023-08-17[release-branch.go1.21] runtime: profiling on Darwin cannot use blocking readsDavid Chase
2023-08-16[release-branch.go1.21] crypto/tls: add GODEBUG to control max RSA key sizeRoland Shoemaker
2023-08-03[release-branch.go1.21] runtime/internal: switch GOWASIRUNTIME defaultJohan Brandhorst-Satzkorn
2023-07-20[release-branch.go1.21] runtime: ensure stack is aligned in _rt0_amd64_window...qmuntal
2023-07-12all: fix typos and remove repeated wordsDan Kortschak
2023-07-11net: mptcp: force using MPTCP with GODEBUGMatthieu Baerts
2023-07-06runtime: print output on failure in TestMemPprofCherry Mui
2023-07-05runtime,runtime/metrics: clarify OS stack metricsMichael Anthony Knyszek
2023-07-04runtime: have ReadMemStats do a nil check before switching stacksKeith Randall
2023-06-30runtime: check GOFLAGS not GCFLAGSMichael Pratt
2023-06-29runtime: run wasip1 tests with wazeroChris O'Hara
2023-06-27runtime: fix trace.Stop deadlock when built with faketimeHiro
2023-06-23runtime: set raceignore to zero when starting a new goroutineJelle van den Hooff
2023-06-21runtime: relate GODEBUG=gctrace output to runtime/metricsMichael Anthony Knyszek
2023-06-20runtime/trace: add godoc linksOlivier Mengué
2023-06-16runtime: use 1-byte load for address checking in racecallatomicCherry Mui
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-13all: fix mismatched symbolscui fliter
2023-06-13runtime: Use doas -n in TestSUID on OpenBSDJosh Rickmar
2023-06-13runtime/trace: disable frame pointer unwinding on plan9Philip Silva
2023-06-10runtime: fix typosJes Cok
2023-06-08runtime: apply looser bound to /gc/heap/live:bytes in testMichael Anthony Knyszek
2023-06-06runtime: make GODEBUG=dontfreezetheworld=1 saferMichael Pratt
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-06-06runtime: skip TestCrashDumpsAllThreads with mayMoreStackPreemptAustin Clements
2023-06-05runtime: skip another GDB "no such process" caseMichael Pratt
2023-06-05runtime: add debugger hook for fatal signalsAlessandro Arzilli
2023-06-05runtime: move Segv and TgkillSegv to testprogCherry Mui
2023-06-01runtime: update skips for TestGdbBacktraceMichael Pratt
2023-06-01runtime: only increment extraMInUse when actually in useMichael Pratt
2023-05-31runtime: preserve R29 in the write barrier flush path on ppc64David Chase
2023-05-31runtime: fix alignment code in memmove_riscv64.sMark Ryan
2023-05-31runtime: fix race in BenchmarkSetType* benchmarksMichael Anthony Knyszek
2023-05-31runtime: make TestCPUMetricsSleep even more lenientMichael Anthony Knyszek
2023-05-30runtime: clarify Pinner docJonathan Amsterdam
2023-05-26syscall: implement wasip1 FcntlChris O'Hara
2023-05-26runtime: delete a very stale commentAustin Clements
2023-05-25runtime: change heapObjectsCanMove to a funcRuss Cox
2023-05-25all: fix buildall.bashRuss Cox
2023-05-25runtime: add heapObjectsCanMoveRuss Cox
2023-05-25net: implement wasip1 FileListener and FileConnChris O'Hara