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-05-07
runtime: fix tag pointers on aix, take 2
Keith Randall
2025-05-07
runtime: use "bubble" terminology for synctest
Damien Neil
2025-05-07
runtime, testing/synctest: stop advancing time when main goroutine exits
Damien Neil
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-05-07
runtime: verify attribution of mutex delay
Rhys Hiltner
2025-05-07
runtime: blame unlocker for mutex delay
Rhys Hiltner
2025-05-07
cmd,runtime: enable race detector on loong64
Guoqi Chen
2025-05-07
runtime: print stack traces for bubbled goroutines on synctest deadlock
Damien Neil
2025-05-07
runtime: improve Error documentation
Michael Pratt
2025-05-06
unique: use a bespoke canonicalization map and runtime.AddCleanup
Michael Anthony Knyszek
2025-05-06
runtime: replace mentions of "raised" with "panicked"
Mark Freeman
2025-05-05
Revert "cmd/compile: allow all of the preamble to be preemptible"
Keith Randall
2025-05-02
runtime: clear frame pointer in morestack
Michael Pratt
2025-05-02
runtime: don't restore from g0.sched in systemstack on arm64
Michael Pratt
2025-05-02
runtime: clear frame pointer in mcall
Michael Pratt
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-04-25
runtime: don't read /dev/random on Plan 9
David du Colombier
2025-04-25
cmd/compile: allow all of the preamble to be preemptible
Keith Randall
2025-04-24
runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64
limeidan
2025-04-24
runtime: fix typo in comment
changwang ma
2025-04-24
runtime/debug: update SetCrashOutput example to not pass parent env vars
Felix Geisendörfer
2025-04-24
runtime: fix tag pointers on aix
Keith Randall
2025-04-23
runtime: use precise bounds of Go data/bss for race detector
Keith Randall
2025-04-23
runtime: align taggable pointers more so we can use low bits for tag
Keith Randall
2025-04-23
runtime: move some malloc constants to internal/runtime/gc
Michael Anthony Knyszek
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-04-22
runtime: fix typos in comments
Xiaolin Zhao
2025-04-22
Revert "runtime: only poll network from one P at a time in findRunnable"
Carlos Amedee
2025-04-22
runtime, internal/runtime/maps: speed-up empty/zero map lookups
Mateusz Poliwczak
2025-04-22
runtime: commit to spinbitmutex GOEXPERIMENT
Rhys Hiltner
2025-04-22
runtime: fix test of when a mutex is contended
Rhys Hiltner
2025-04-22
runtime: only poll network from one P at a time in findRunnable
Ian Lance Taylor
2025-04-18
internal,runtime: use the builtin clear
apocelipes
2025-04-15
runtime: don't use cgo_unsafe_args for syscall9 wrapper
Keith Randall
2025-04-15
runtime: fix 9-arg syscall on darwin/amd64
Keith Randall
2025-04-15
runtime: size field for gQueue and gList
Dmitrii Martynov
2025-04-13
runtime: optimize the function memmove using SIMD on loong64
Guoqi Chen
2025-04-11
all: use built-in min, max functions
Marcel Meyer
2025-04-11
runtime: handle m0 padding better
Russ Cox
2025-04-11
runtime: use built-in min function
Marcel Meyer
2025-04-09
runtime: explicitly exclude a potential deadlock in the scheduler
Dmitrii Martynov
2025-04-08
runtime: use internal/byteorder
apocelipes
2025-04-07
runtime: protect plan9 time_now function with !faketime build tag
Richard Miller
2025-04-06
all: use slices.Equal to simplify code
cuishuang
2025-04-04
internal/syscall/windows: use unsafe.Pointer instead of uintptr
qmuntal
2025-04-04
cmd/compile: stack allocate variable-sized makeslice
Keith Randall
2025-04-04
runtime: add thread exit plus vgetrandom stress test
Michael Pratt
2025-04-03
runtime: cleanup M vgetrandom state before dropping P
Michael Pratt
2025-04-02
runtime: simplify needzero logic
khr@golang.org
[prev]
[next]