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-08-03
runtime: add reference to debugPinnerV1
limeidan
2025-08-01
runtime: deduplicate Windows stdcall
qmuntal
2025-08-01
runtime,syscall: move loadlibrary and getprocaddress to syscall
qmuntal
2025-07-30
runtime/metrics: add cleanup and finalizer queue metrics
Michael Anthony Knyszek
2025-07-30
all: remove redundant Swiss prefixes
Michael Pratt
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2025-07-30
cmd/compile: move mips32 over to new bounds check strategy
Keith Randall
2025-07-30
cmd/compile: move mips64 over to new bounds check strategy
Keith Randall
2025-07-30
cmd/compile: move loong64 over to new bounds check strategy
Keith Randall
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-07-29
internal/goexperiment: delete RangeFunc goexperiment
Cherry Mui
2025-07-29
cmd/compile: move arm32 over to new bounds check strategy
Keith Randall
2025-07-29
runtime: only deduct assist credit for arenas during GC
wingrez
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
[prev]
[next]