aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
AgeCommit message (Expand)Author
13 daysruntime: add sysUnreserve to undo sysReserveMichael Pratt
2026-03-02runtime: fix printfloat, printcomplex buffer sizesMichael Pratt
2026-02-26runtime: fix scan size calculation for small arrays of only pointersWang Deyu
2026-01-30runtime: delete unused parameter of userForcedTony Tang
2026-01-23runtime: speed up cheaprand and cheaprand64Gavin Lam
2025-12-05runtime: skip TestArenaCollision if we run out of hintsMichael Anthony Knyszek
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-18runtime: add hexdumperAustin Clements
2025-11-14runtime: add more precise test of assist credit handling for runtime.freegcthepudds
2025-11-14runtime: add runtime.freegc to reduce GC workthepudds
2025-11-14runtime: skip tests for GOEXPERIMENT=arenas that do not handle clobberfree=1thepudds
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-11runtime: reusable intrusive doubly-linked listMichael Pratt
2025-10-30runtime: delete timedivRuss Cox
2025-10-14Revert "runtime: adjust softfloat corner cases to match amd64/arm64"David Chase
2025-10-09runtime: adjust softfloat corner cases to match amd64/arm64David Chase
2025-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-09-30runtime: initialise debug settings much earlier in startup processSteve Muir
2025-09-25[dev.simd] all: merge master (d70ad4e) into dev.simdCherry Mui
2025-09-23runtime: eliminate global span queue [green tea]Michael Anthony Knyszek
2025-09-23[dev.simd] all: merge master (9b2d39b) into dev.simdCherry Mui
2025-09-17runtime: don't enable heap randomization if MSAN or ASAN is enabledRoland Shoemaker
2025-09-17runtime: fix CheckScavengedBitsCleared with randomized heap baseRoland Shoemaker
2025-09-02[dev.simd] internal/cpu: report AVX1 and 2 as supported on macOS 15 Rosetta 2Cherry Mui
2025-08-05runtime: save scalar registers off stack in amd64 async preemptionAustin Clements
2025-08-04[dev.simd] all: merge master (7a1679d) into dev.simdCherry Mui
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-29internal/abi: move direct/indirect flag from Kind to TFlagKeith Randall
2025-07-24runtime: randomize heap base addressRoland Shoemaker
2025-07-11[dev.simd] all: merge master (88cf0c5) into dev.simdCherry Mui
2025-07-07runtime: make traceStack testable and add a benchmarkMichael Anthony Knyszek
2025-06-30[dev.simd] runtime: save scalar registers off stack in amd64 async preemptionAustin Clements
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