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
/
mgc.go
Age
Commit message (
Expand
)
Author
2026-01-30
runtime: delete unused parameter of userForced
Tony Tang
2025-12-05
all: fix some comment issues
cuishuang
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-20
runtime: split findRunnableGCWorker in two
Michael Pratt
2025-11-12
runtime: switch p.gcFractionalMarkTime to atomic.Int64
Michael Pratt
2025-11-11
runtime: use new list type for spanSPMCs
Michael Pratt
2025-11-10
runtime: fix lock rank for work.spanSPMCs.lock
Michael Anthony Knyszek
2025-10-06
runtime: remove batching from spanSPMC free
Michael Pratt
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-09-23
runtime: eliminate global span queue [green tea]
Michael Anthony Knyszek
2025-09-23
runtime: split gcMarkWorkAvailable into two separate conditions
Michael Anthony Knyszek
2025-08-15
runtime: disable stack shrinking for all waiting-for-suspendG cases
Michael Anthony Knyszek
2025-06-18
runtime: prevent mutual deadlock between GC stopTheWorld and suspendG
Michael Anthony Knyszek
2025-06-04
runtime: reduce per-P memory footprint when greenteagc is disabled
Michael Anthony Knyszek
2025-05-20
runtime: report finalizer and cleanup queue length with checkfinalizer>0
Michael Anthony Knyszek
2025-05-20
runtime: add new GODEBUG checkfinalizer
Michael Anthony Knyszek
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-07
runtime: use "bubble" terminology for synctest
Damien Neil
2025-05-06
unique: use a bespoke canonicalization map and runtime.AddCleanup
Michael Anthony Knyszek
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-04-23
runtime: align taggable pointers more so we can use low bits for tag
Keith Randall
2025-04-15
runtime: size field for gQueue and gList
Dmitrii Martynov
2025-02-19
runtime: minor mfinal.go code cleanup
Michael Anthony Knyszek
2025-02-11
runtime: use internal/trace/tracev2 definitions
Michael Anthony Knyszek
2025-02-03
runtime: fix GODEBUG=gccheckmark=1 and add smoke test
Michael Anthony Knyszek
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-11-16
runtime: implement AddCleanup
Carlos Amedee
2024-11-13
runtime: prevent weak->strong conversions during mark termination
Michael Anthony Knyszek
2024-10-14
runtime: clarify work.bytesMarked documentation
Austin Clements
2024-09-06
runtime: remove cloudwego/frugal unused linkname from comment
Kyle Xiao
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥200 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-05-08
runtime: remove allocfreetrace
Michael Anthony Knyszek
2024-04-22
unique: add unique package and implement Make/Handle
Michael Anthony Knyszek
2024-04-08
runtime: account for _Pgcstop in GC CPU pause time in a fine-grained way
Michael Anthony Knyszek
2024-04-08
runtime: remove overlap in the GC CPU pause time metrics
Michael Anthony Knyszek
2024-04-08
runtime: move GC pause time CPU metrics update into the STW
Michael Anthony Knyszek
2024-04-08
runtime: use maxprocs instead of stwprocs for GC CPU pause time metrics
Michael Anthony Knyszek
2024-04-08
runtime: factor out GC pause time CPU stats update
Michael Anthony Knyszek
2024-04-05
runtime: take a stack trace during tracing only when we own the stack
Michael Anthony Knyszek
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-08
runtime: use built-in clear to simplify code
apocelipes
2024-02-28
all: run go fmt
sivchari
2024-01-26
runtime: use channels in gcBgMarkStartWorkers
Michael Pratt
2023-11-17
runtime: gofmt -w -s
Jes Cok
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-13
runtime: remove work.pauseStart
Michael Pratt
[next]