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
2024-02-01
[release-branch.go1.22] runtime: traceAcquire and traceRelease across all P s...
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: clear trace map without write barriers
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: fix trace EvGoStop Gosched reason to match f...
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: model wakeableSleep.lock in the race detector
Michael Anthony Knyszek
2024-01-23
[release-branch.go1.22] runtime: make a much better effort to emit CPU profil...
Michael Anthony Knyszek
2024-01-22
[release-branch.go1.22] runtime: use the correct M ID for syscalling goroutin...
Michael Anthony Knyszek
2024-01-17
runtime: document GODEBUG panicnil values
Cuong Manh Le
2024-01-17
runtime: skip test if strace crashes
Austin Clements
2024-01-17
runtime: mark TestGdbCoreCrashThreadBacktrace as flaky
Michael Pratt
2024-01-15
runtime: more godoc links
Olivier Mengué
2024-01-11
runtime: ensure we free unrolled GC bitmaps
Keith Randall
2024-01-11
runtime: don't mark unrolled bitmap type as having a gc program
Keith Randall
2024-01-09
runtime: replace rwmutexR/W with per-rwmutex lock rank
Michael Pratt
2024-01-09
runtime: fix tests when running with -msan
Mauri de Souza Meneguzzo
2024-01-03
pagetrace: fix build when experiment is on
John Howard
2024-01-03
runtime: correct scavengeIndex.sysGrow min index handling
Joel Sing
2023-12-30
all: replace outdated links
cui fliter
2023-12-21
runtime/metrics: godoc link fixes
Olivier Mengué
2023-12-21
runtime: use racereleasemerge for godebugInc
Cherry Mui
2023-12-18
runtime: skip TestRuntimeLockMetricsAndProfile for flakiness
Michael Anthony Knyszek
2023-12-15
runtime: properly model rwmutex in lock ranking
Michael Pratt
2023-12-15
all: fix copyright headers
Jes Cok
2023-12-15
runtime: add race annotations in IncNonDefault
David Chase
2023-12-14
runtime: delete todo of the list field for mspan
qiulaidongfeng
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-13
runtime/pprof: fix inlined generics locations
Tolya Korniltsev
2023-12-11
crypto/x509: gate Policies marshaling with GODEBUG
Roland Shoemaker
2023-12-11
runtime/pprof: fix generics function names
Tolya Korniltsev
2023-12-11
runtime: clear mspan.largeType more carefully in the case of arenas
Keith Randall
2023-12-07
runtime: put runtime.fastrand back temporarily
Russ Cox
2023-12-07
internal/profile: fully decode proto even if there are no samples
Michael Pratt
2023-12-06
runtime/pprof: add section headers to Profile doc
Michael Pratt
2023-12-06
runtime/pprof: document block and mutex profiles
Michael Pratt
2023-12-06
iter, runtime: add coroutine support
Russ Cox
2023-12-06
runtime/metrics: document runtime-internal locks in /sync/mutex/wait/total:se...
Michael Pratt
2023-12-06
runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacks
Michael Pratt
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-12-05
runtime: add the disablethp GODEBUG setting
Michael Anthony Knyszek
2023-12-05
maps: fix aliasing problems with Clone
Keith Randall
2023-12-04
runtime: require cgo for cgo gdb test
Michael Pratt
2023-12-02
runtime: let the fault thread to crash the process
zzkcode
2023-12-01
runtime: check if mp.curg is nil before readgstatus in writeProcStatusForP
Michael Anthony Knyszek
2023-12-01
runtime: emit the correct P status from a safepoint in the v2 tracer
Michael Anthony Knyszek
2023-11-29
runtime/pprof: retry vmmap invocation if it failed due to a reported temporar...
Cosmos Nicolaou
2023-11-29
runtime: docfix countAlloc
Peter Feichtinger
2023-11-28
runtime: put ReadMemStats debug assertions behind a double-check mode
Michael Anthony Knyszek
2023-11-28
runtime: test for contention in both semaphore paths
Rhys Hiltner
2023-11-28
cmd/compile: use correct type for slice pointer
Keith Randall
2023-11-27
all: fix field names
cui fliter
2023-11-22
runtime: throw from the systemstack in wirep
Michael Anthony Knyszek
[next]