aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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
2025-09-09runtime: remove duff support for riscv64Meng Zhuo
2025-09-09runtime: lock mheap_.speciallock when allocating synctest specialsDamien Neil
2025-09-09runtime: don't negate eventfd errnoMichael Pratt
2025-09-09syscall: optimise cgo clearenvAleksa Sarai
2025-09-05runtime/cgo: save and restore R31 for crosscall1 on loong64Guoqi Chen
2025-09-05runtime: simplify openbsd check in usesLibcall and mStackIsSystemAllocatedTobias Klauser
2025-09-04runtime, cmd/compile, cmd/internal/obj: remove duff support for loong64limeidan
2025-09-04runtime: remove obsolete osArchInit functionaimuz
2025-09-03[dev.simd] all: merge master (4c4cefc) into dev.simdCherry Mui
2025-09-02runtime: use one more address bit for tagged pointersKeith Randall
2025-09-02[dev.simd] internal/cpu: report AVX1 and 2 as supported on macOS 15 Rosetta 2Cherry Mui
2025-09-02runtime: add comment for concatstring2Youlin Feng
2025-08-29runtime/race: add race detector support for linux/riscv64Joel Sing