aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2024-01-25testing: change the FAIL and SKIP prefix to "!!!" and "???"Shulhan
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2024-01-23cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abiqiulaidongfeng
2024-01-22runtime: use the correct M ID for syscalling goroutines in tracesMichael Anthony Knyszek
2024-01-22runtime: simplify freedefer logicAustin Clements
2024-01-22runtime: avoid loading winmm.dll on newer Windows versionsqmuntal
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2024-01-19runtime: make a much better effort to emit CPU profile in a traceMichael Anthony Knyszek
2024-01-17runtime: document GODEBUG panicnil valuesCuong Manh Le
2024-01-17runtime: skip test if strace crashesAustin Clements
2024-01-17runtime: mark TestGdbCoreCrashThreadBacktrace as flakyMichael Pratt
2024-01-15runtime: more godoc linksOlivier Mengué
2024-01-11runtime: ensure we free unrolled GC bitmapsKeith Randall
2024-01-11runtime: don't mark unrolled bitmap type as having a gc programKeith Randall
2024-01-09runtime: replace rwmutexR/W with per-rwmutex lock rankMichael Pratt
2024-01-09runtime: fix tests when running with -msanMauri de Souza Meneguzzo
2024-01-03pagetrace: fix build when experiment is onJohn Howard
2024-01-03runtime: correct scavengeIndex.sysGrow min index handlingJoel Sing
2023-12-30all: replace outdated linkscui fliter
2023-12-21runtime/metrics: godoc link fixesOlivier Mengué
2023-12-21runtime: use racereleasemerge for godebugIncCherry Mui
2023-12-18runtime: skip TestRuntimeLockMetricsAndProfile for flakinessMichael Anthony Knyszek
2023-12-15runtime: properly model rwmutex in lock rankingMichael Pratt
2023-12-15all: fix copyright headersJes Cok
2023-12-15runtime: add race annotations in IncNonDefaultDavid Chase
2023-12-14runtime: delete todo of the list field for mspanqiulaidongfeng
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-13runtime/pprof: fix inlined generics locationsTolya Korniltsev
2023-12-11crypto/x509: gate Policies marshaling with GODEBUGRoland Shoemaker
2023-12-11runtime/pprof: fix generics function namesTolya Korniltsev
2023-12-11runtime: clear mspan.largeType more carefully in the case of arenasKeith Randall
2023-12-07runtime: put runtime.fastrand back temporarilyRuss Cox
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-12-06runtime/pprof: add section headers to Profile docMichael Pratt
2023-12-06runtime/pprof: document block and mutex profilesMichael Pratt
2023-12-06iter, runtime: add coroutine supportRuss Cox
2023-12-06runtime/metrics: document runtime-internal locks in /sync/mutex/wait/total:se...Michael Pratt
2023-12-06runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacksMichael Pratt
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-05runtime: add the disablethp GODEBUG settingMichael Anthony Knyszek
2023-12-05maps: fix aliasing problems with CloneKeith Randall
2023-12-04runtime: require cgo for cgo gdb testMichael Pratt
2023-12-02runtime: let the fault thread to crash the processzzkcode
2023-12-01runtime: check if mp.curg is nil before readgstatus in writeProcStatusForPMichael Anthony Knyszek
2023-12-01runtime: emit the correct P status from a safepoint in the v2 tracerMichael Anthony Knyszek
2023-11-29runtime/pprof: retry vmmap invocation if it failed due to a reported temporar...Cosmos Nicolaou
2023-11-29runtime: docfix countAllocPeter Feichtinger
2023-11-28runtime: put ReadMemStats debug assertions behind a double-check modeMichael Anthony Knyszek
2023-11-28runtime: test for contention in both semaphore pathsRhys Hiltner