index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
Age
Commit message (
Expand
)
Author
2025-07-28
runtime: remove openbsd/mips64 related code
Joel Sing
2025-07-28
all: omit unnecessary type conversions
Jes Cok
2025-07-28
runtime,syscall: move SyscallX implementations from runtime to syscall
qmuntal
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2025-07-25
runtime: rename scanobject to scanObject
Michael Anthony Knyszek
2025-07-25
runtime: duplicate scanobject in greentea and non-greentea files
Michael Anthony Knyszek
2025-07-25
cmd/compile: remove unused arg from gorecover
Keith Randall
2025-07-25
runtime: iterate through inlinings when processing recover()
Keith Randall
2025-07-24
cmd/internal/obj: rip out argp adjustment for wrapper frames
Keith Randall
2025-07-24
runtime: detect successful recovers differently
Keith Randall
2025-07-24
cmd/compile: move amd64 and 386 over to new bounds check strategy
Keith Randall
2025-07-24
cmd/compile: move arm64 over to new bounds check strategy
Keith Randall
2025-07-24
cmd/compile,runtime: remember idx+len for bounds check failure with less code
Keith Randall
2025-07-24
runtime: move bounds check constants to internal/abi
Keith Randall
2025-07-24
internal/runtime/syscall: rename to internal/runtime/syscall/linux
qmuntal
2025-07-24
runtime: add benchmark for small-size memmory operation
Julian Zhu
2025-07-24
runtime: optimize memclr on mips64x
Julian Zhu
2025-07-24
runtime: improvement in memclr for s390x
kmvijay
2025-07-24
runtime: randomize heap base address
Roland Shoemaker
2025-07-24
runtime: drop NetBSD kernel bug sysmon workaround fixed in NetBSD 9.2
Tobias Klauser
2025-07-23
runtime: check TestUsingVDSO ExitError type assertion
Michael Pratt
2025-07-22
all: go fmt
Michael Pratt
2025-07-21
runtime: relax TestMemoryLimitNoGCPercent a bit
Keith Randall
2025-07-21
runtime: fix asan wrapper for riscv64
Keith Randall
2025-07-16
runtime: fix idle time double-counting bug
Michael Anthony Knyszek
2025-07-16
cmd/link, runtime: on Wasm, put only function index in method table and func ...
Cherry Mui
2025-07-16
runtime: use 32-bit function index on Wasm
Cherry Mui
2025-07-15
runtime: use memclrNoHeapPointers to clear inline mark bits
Michael Anthony Knyszek
2025-07-15
runtime: only clear inline mark bits on span alloc if necessary
Michael Anthony Knyszek
2025-07-15
runtime: have mergeInlineMarkBits also clear the inline mark bits
Michael Anthony Knyszek
2025-07-15
runtime: merge inline mark bits with gcmarkBits 8 bytes at a time
Michael Anthony Knyszek
2025-07-14
runtime: expand GOMAXPROCS documentation
Michael Pratt
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-07-11
runtime: turn off large memmove tests under asan/msan
Keith Randall
2025-07-11
[dev.simd] all: merge master (88cf0c5) into dev.simd
Cherry Mui
2025-07-09
runtime: run TestSignalDuringExec in its own process group
Michael Anthony Knyszek
2025-07-09
[dev.simd] runtime: save Z16-Z31 registers in async preempt
Junyang Shao
2025-07-08
cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-07-07
runtime: make traceStack testable and add a benchmark
Michael Anthony Knyszek
2025-07-03
runtime: correct vdsoSP on S390X
Cherry Mui
2025-06-30
[dev.simd] runtime: remove write barrier in xRegRestore
Austin Clements
2025-06-30
[dev.simd] all: merge master (740857f) into dev.simd
Cherry Mui
2025-06-30
[dev.simd] runtime: save AVX2 and AVX-512 state on asynchronous preemption
Austin Clements
2025-06-30
[dev.simd] runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
2025-06-30
runtime: stash allpSnapshot on the M
Michael Pratt
2025-06-30
runtime: update skips for TestGdbBacktrace
limeidan
2025-06-27
runtime: remove arbitrary 5-second timeout in TestNeedmDeadlock
Cherry Mui
2025-06-27
runtime: account for missing frame pointer in preamble
Michael Anthony Knyszek
2025-06-25
[dev.simd] all: merge master (f8ccda2) into dev.simd
Cherry Mui
2025-06-25
runtime: make explicit nil check in (*spanInlineMarkBits).init
Michael Anthony Knyszek
[prev]
[next]