aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug.go
AgeCommit message (Expand)Author
2020-09-10runtime: update docs for GOMAXPROCSipriver
2020-03-18runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek
2020-01-24Revert "runtime: don't hold worldsema across mark phase"Michael Knyszek
2019-09-04runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek
2019-04-23cmd/go: move runtime/debug.modinfo to runtime.modinfoRuss Cox
2018-05-08runtime: add js/wasm architectureRichard Musiol
2017-09-27runtime: eliminate GOMAXPROCS limitAustin Clements
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-05runtime: document that NumCPU does not changeRuss Cox
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-07-10runtime: clarify that NumCPU returns only available CPUsIan Lance Taylor
2015-05-18runtime: factor stoptheworld/starttheworld patternAustin Clements
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert scheduler from C to GoRuss Cox
2014-09-16runtime: always run semacquire on the G stackKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox