aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
AgeCommit message (Expand)Author
2025-07-07runtime: make traceStack testable and add a benchmarkMichael Anthony Knyszek
2025-06-10testing/synctest, runtime: avoid panic when using linker-alloc WG from bubbleDamien Neil
2025-05-19runtime: move atoi to internal/runtime/strconvMichael Pratt
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-07runtime: verify attribution of mutex delayRhys Hiltner
2025-05-02runtime: mark and scan small objects in whole spans [green tea]Michael Anthony Knyszek
2025-04-23runtime: align taggable pointers more so we can use low bits for tagKeith Randall
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2025-03-04runtime: decorate anonymous memory mappingsLénaïc Huard
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-18runtime: get rid of gc programs for typesKeith Randall
2024-11-13runtime: prevent weak->strong conversions during mark terminationMichael Anthony Knyszek
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-08-02all: split old and swiss map abi and compiler integrationMichael Pratt
2024-08-01runtime: measure speed of procyield and osyieldRhys Hiltner
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-05-30Revert "runtime: improve runtime-internal mutex profile tests"Rhys Hiltner
2024-05-21runtime: improve runtime-internal mutex profile testsRhys Hiltner
2024-04-10runtime: rewrite traceMap to scale betterMichael Anthony Knyszek
2024-04-09runtime: remove the allocheaders GOEXPERIMENTMichael Anthony Knyszek
2024-04-08runtime: move GC pause time CPU metrics update into the STWMichael Anthony Knyszek
2024-04-02all: use kind* of abiqiulaidongfeng
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-09time: move runtimeTimer out of Timer structRuss Cox
2024-03-04runtime: use .Pointers() instead of manual checkingPouriya
2024-02-27runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abiqiulaidongfeng
2024-01-09runtime: replace rwmutexR/W with per-rwmutex lock rankMichael Pratt
2023-12-15runtime: properly model rwmutex in lock rankingMichael Pratt
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-28runtime: put ReadMemStats debug assertions behind a double-check modeMichael Anthony Knyszek
2023-11-21runtime: profile contended lock callsRhys Hiltner
2023-11-21sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Va...Carlo Alberto Ferraris
2023-11-20Revert "runtime: profile contended lock calls"Matthew Dempsky
2023-11-17runtime: profile contended lock callsRhys Hiltner
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-11-09runtime: implement experiment to replace heap bitmap with alloc headersMichael Anthony Knyszek
2023-11-03runtime: donate racectx to g0 in ReadMetricsSlowMichael Anthony Knyszek
2023-11-03runtime: eliminate possible stack movements in ReadMetricsSlowMichael Anthony Knyszek
2023-11-02runtime: add crash stack support for riscv64Joel Sing
2023-10-26runtime: print a stack trace at "morestack on g0"Cherry Mui
2023-10-24runtime: use max/min funcqiulaidongfeng
2023-10-14runtime: use real type size in map keys and values functionsIan Lance Taylor
2023-10-09map: use correct load factor for deciding when to growKeith Randall
2023-10-02runtime: use smaller fields for mspan.freeindex and nelemsCherry Mui
2023-10-02runtime: delete hugepage tracking dead codeMichael Anthony Knyszek
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-08runtime: unskip TestG0StackOverflowCherry Mui
2023-08-22runtime: avoid MADV_HUGEPAGE for heap memoryMichael Anthony Knyszek