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-11-14
runtime: ensure weak handles end up in their own allocation
Michael Anthony Knyszek
2025-11-14
runtime: add debug mode to extend _Grunning-without-P windows
Michael Anthony Knyszek
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-13
runtime: prefer to restart Ps on the same M after STW
Michael Pratt
2025-11-13
runtime/pprof: fix goroutine leak profile tests for noopt
Michael Anthony Knyszek
2025-11-12
runtime: fix list test memory management for mayMoreStack
Michael Pratt
2025-11-12
net/url: disallow raw IPv6 addresses in host
Sean Liao
2025-11-12
runtime: switch p.gcFractionalMarkTime to atomic.Int64
Michael Pratt
2025-11-12
runtime,runtime/pprof: clean up goroutine leak profile writing
Vlad Saioc
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-11-11
runtime: doubly-linked sched.midle list
Michael Pratt
2025-11-11
runtime: use new list type for spanSPMCs
Michael Pratt
2025-11-11
runtime: reusable intrusive doubly-linked list
Michael Pratt
2025-11-10
runtime: fix lock rank for work.spanSPMCs.lock
Michael Anthony Knyszek
2025-11-10
runtime: document that tracefpunwindoff applies to some profilers
Nick Ripley
2025-11-10
runtime/msan: use different msan routine for copying
khr@golang.org
2025-11-10
runtime: tweak wording for comment of mcache.flushGen
Jes Cok
2025-11-07
runtime: correctly print panics before fatal-ing on defer
qiulaidongfeng
2025-11-07
runtime/cgo: improve error messages after pointer panic
Ariel Otilibili
2025-11-07
runtime: tweak wording for doc
Jes Cok
2025-11-06
Revert "runtime: remove the pc field of _defer struct"
Keith Randall
2025-11-04
cmd/link, runtime: don't store text start in pcHeader
Ian Lance Taylor
2025-11-04
runtime: amend doc for setPinned
Jes Cok
2025-11-03
runtime: avoid append in printint, printuint
Russ Cox
2025-11-03
runtime: allow Stack to traceback goroutines in syscall _Grunning window
Michael Anthony Knyszek
2025-11-03
runtime: don't panic in castogscanstatus
Michael Anthony Knyszek
2025-11-03
runtime: update outdated comments for deferprocStack
Youlin Feng
2025-11-03
runtime: remove the pc field of _defer struct
Youlin Feng
2025-11-01
runtime: prevent time.Timer.Reset(0) from deadlocking testing/synctest tests
Nicholas S. Husin
2025-10-31
runtime: avoid zeroing scavenged memory
Lance Yang
2025-10-30
runtime: prioritize panic output over racefini
Michael Anthony Knyszek
2025-10-30
runtime: optimistically CAS atomicstatus directly in enter/exitsyscall
Michael Anthony Knyszek
2025-10-30
runtime: don't track scheduling latency for _Grunning <-> _Gsyscall
Michael Anthony Knyszek
2025-10-30
runtime: document tracer invariants explicitly
Michael Anthony Knyszek
2025-10-30
runtime: eliminate _Psyscall
Michael Anthony Knyszek
2025-10-30
runtime: delete timediv
Russ Cox
2025-10-29
runtime: tweak example code for gorecover
Jes Cok
2025-10-29
runtime: use internal/strconv
Russ Cox
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-10-28
runtime: define PanicBounds in funcdata.h
Ian Lance Taylor
2025-10-28
runtime: amend comments a bit
Jes Cok
2025-10-27
runtime: avoid bound check in freebsd binuptime
Cuong Manh Le
2025-10-27
runtime: remove unused cgoCheckUsingType function
Ian Lance Taylor
2025-10-24
runtime: add ppc and s390 to 32 build constraints for gccgo
Jorropo
2025-10-24
runtime: add ppc and s390 to linux 32 bits syscall build constraints for gccgo
Jorropo
2025-10-24
runtime: use 32-bit hash for maps on Wasm
Cherry Mui
2025-10-22
runtime: cleanup pagetrace
Florian Lehner
2025-10-22
runtime/cgo: fix cgoCheckArg description
Ariel Otilibili
2025-10-22
runtime: use backoff and ISB instruction to reduce contention in (*lfstack).p...
fanzha02
2025-10-21
runtime,syscall: implement and use syscalln on darwin
qmuntal
[prev]
[next]