aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-08-03runtime: add reference to debugPinnerV1limeidan
2025-08-01runtime: deduplicate Windows stdcallqmuntal
2025-08-01runtime,syscall: move loadlibrary and getprocaddress to syscallqmuntal
2025-07-30runtime/metrics: add cleanup and finalizer queue metricsMichael Anthony Knyszek
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-30cmd/compile: move mips32 over to new bounds check strategyKeith Randall
2025-07-30cmd/compile: move mips64 over to new bounds check strategyKeith Randall
2025-07-30cmd/compile: move loong64 over to new bounds check strategyKeith Randall
2025-07-29internal/abi: move direct/indirect flag from Kind to TFlagKeith Randall
2025-07-29internal/goexperiment: delete RangeFunc goexperimentCherry Mui
2025-07-29cmd/compile: move arm32 over to new bounds check strategyKeith Randall
2025-07-29runtime: only deduct assist credit for arenas during GCwingrez
2025-07-28runtime: remove openbsd/mips64 related codeJoel Sing
2025-07-28all: omit unnecessary type conversionsJes Cok
2025-07-28runtime,syscall: move SyscallX implementations from runtime to syscallqmuntal
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2025-07-25runtime: rename scanobject to scanObjectMichael Anthony Knyszek
2025-07-25runtime: duplicate scanobject in greentea and non-greentea filesMichael Anthony Knyszek
2025-07-25cmd/compile: remove unused arg from gorecoverKeith Randall
2025-07-25runtime: iterate through inlinings when processing recover()Keith Randall
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
2025-07-24runtime: detect successful recovers differentlyKeith Randall
2025-07-24cmd/compile: move amd64 and 386 over to new bounds check strategyKeith Randall
2025-07-24cmd/compile: move arm64 over to new bounds check strategyKeith Randall
2025-07-24cmd/compile,runtime: remember idx+len for bounds check failure with less codeKeith Randall
2025-07-24runtime: move bounds check constants to internal/abiKeith Randall
2025-07-24internal/runtime/syscall: rename to internal/runtime/syscall/linuxqmuntal
2025-07-24runtime: add benchmark for small-size memmory operationJulian Zhu
2025-07-24runtime: optimize memclr on mips64xJulian Zhu
2025-07-24runtime: improvement in memclr for s390xkmvijay
2025-07-24runtime: randomize heap base addressRoland Shoemaker
2025-07-24runtime: drop NetBSD kernel bug sysmon workaround fixed in NetBSD 9.2Tobias Klauser
2025-07-23runtime: check TestUsingVDSO ExitError type assertionMichael Pratt
2025-07-22all: go fmtMichael Pratt
2025-07-21runtime: relax TestMemoryLimitNoGCPercent a bitKeith Randall
2025-07-21runtime: fix asan wrapper for riscv64Keith Randall
2025-07-16runtime: fix idle time double-counting bugMichael Anthony Knyszek
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-07-16runtime: use 32-bit function index on WasmCherry Mui
2025-07-15runtime: use memclrNoHeapPointers to clear inline mark bitsMichael Anthony Knyszek
2025-07-15runtime: only clear inline mark bits on span alloc if necessaryMichael Anthony Knyszek
2025-07-15runtime: have mergeInlineMarkBits also clear the inline mark bitsMichael Anthony Knyszek
2025-07-15runtime: merge inline mark bits with gcmarkBits 8 bytes at a timeMichael Anthony Knyszek
2025-07-14runtime: expand GOMAXPROCS documentationMichael Pratt
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-07-11runtime: turn off large memmove tests under asan/msanKeith Randall
2025-07-11[dev.simd] all: merge master (88cf0c5) into dev.simdCherry Mui
2025-07-09runtime: run TestSignalDuringExec in its own process groupMichael Anthony Knyszek
2025-07-09[dev.simd] runtime: save Z16-Z31 registers in async preemptJunyang Shao