aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-07-07runtime: make traceStack testable and add a benchmarkMichael Anthony Knyszek
2025-07-03runtime: correct vdsoSP on S390XCherry Mui
2025-06-30[dev.simd] runtime: remove write barrier in xRegRestoreAustin Clements
2025-06-30[dev.simd] all: merge master (740857f) into dev.simdCherry Mui
2025-06-30[dev.simd] runtime: save AVX2 and AVX-512 state on asynchronous preemptionAustin Clements
2025-06-30[dev.simd] runtime: save scalar registers off stack in amd64 async preemptionAustin Clements
2025-06-30runtime: stash allpSnapshot on the MMichael Pratt
2025-06-30runtime: update skips for TestGdbBacktracelimeidan
2025-06-27runtime: remove arbitrary 5-second timeout in TestNeedmDeadlockCherry Mui
2025-06-27runtime: account for missing frame pointer in preambleMichael Anthony Knyszek
2025-06-25[dev.simd] all: merge master (f8ccda2) into dev.simdCherry Mui
2025-06-25runtime: make explicit nil check in (*spanInlineMarkBits).initMichael Anthony Knyszek