aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-10-06runtime: remove batching from spanSPMC freeMichael Pratt
2025-10-06runtime: bump thread count slack for TestReadMetricsSchedMichael Anthony Knyszek
2025-10-03cmd/compile: remove stores to unread parametersCherry Mui
2025-10-03runtime: support valgrind (but not asan) in specialized malloc functionsmatloob
2025-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-10-02runtime: skip TestGoroutineLeakProfile under mayMoreStackPreemptMichael Anthony Knyszek
2025-10-02runtime: fix aix/ppc64 library initializationqmuntal
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-09-30runtime: move loong64 library entry point to os-agnostic fileqmuntal
2025-09-30runtime: unify ppc64/ppc64le library entry pointqmuntal
2025-09-30runtime: initialise debug settings much earlier in startup processSteve Muir
2025-09-30cmd/compile, runtime: always enable Wasm signext and satconv featuresCherry Mui
2025-09-29runtime: correct reference to getStackMap in commentIan Lance Taylor
2025-09-29cmd/link: use a .def file to mark exported symbols on Windowsqmuntal
2025-09-29runtime: jump instead of branch in netbsd/arm64 entry pointqmuntal
2025-09-27all: fix typosAN Long
2025-09-26runtime: use a smaller arena size on WasmCherry Mui
2025-09-26[dev.simd] simd, cmd/compile: add 128 bit select-from-pairDavid Chase
2025-09-26runtime: move TestReadMetricsSched to testprogMichael Anthony Knyszek
2025-09-26runtime: unify arm64 entry point codeqmuntal
2025-09-25runtime: use common library entry point on windows amd64/386qmuntal
2025-09-25std: remove unused declarationsAlan Donovan
2025-09-25[dev.simd] all: merge master (d70ad4e) into dev.simdCherry Mui
2025-09-25runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebackerMichael Pratt
2025-09-23runtime: add specialized malloc functions for sizes up to 512 bytesMichael Matloob
2025-09-23runtime: eliminate global span queue [green tea]Michael Anthony Knyszek
2025-09-23runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIEDqmuntal
2025-09-23runtime: deduplicate pMask resize codeMichael Anthony Knyszek
2025-09-23runtime: split gcMarkWorkAvailable into two separate conditionsMichael Anthony Knyszek
2025-09-23runtime: use scan kernels in scanSpan [green tea]Michael Anthony Knyszek
2025-09-23runtime: don't report non-blocked goroutines as "(durable)" in stacksDamien Neil
2025-09-23[dev.simd] cmd/compile: remove stores to unread parametersCherry Mui
2025-09-23[dev.simd] all: merge master (9b2d39b) into dev.simdCherry Mui
2025-09-22runtime: don't re-read metrics before check in TestReadMetricsSchedMichael Anthony Knyszek
2025-09-19runtime: include stderr when objdump failsMichael Pratt
2025-09-18runtime: use futexes with 64-bit time on LinuxDaniel Maslowski
2025-09-18runtime: make explicit nil check in heapSetTypeSmallHeaderMichael Pratt
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-16runtime/_mkmalloc: add a copy of cloneNodeMichael Matloob
2025-09-16[dev.simd] all: merge master (ca0e035) into dev.simdCherry Mui
2025-09-15runtime: fix TestSehUnwindqmuntal
2025-09-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
2025-09-15runtime: deduplicate syscall assembly for darwinqmuntal
2025-09-12runtime: move Windows types and consts to internal/runtime/syscall/windowsqmuntal
2025-09-12runtime: fix syscall9 on darwin/arm64qmuntal
2025-09-11runtime: move mksizeclasses.go to runtime/_mkmallocmatloob
2025-09-11[dev.simd] all: merge master (cf5e993) into dev.simdCherry Mui
2025-09-10runtime: don't artificially limit TestReadMetricsSchedqmuntal
2025-09-09runtime: when using cgo on 386, call C sigaction functionIan Lance Taylor