summaryrefslogtreecommitdiff
path: root/src/runtime/debug.go
Commit message (Expand)AuthorAgeFilesLines
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: document that NumCPU does not changeRuss Cox2015-12-051-0/+4
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-2/+5
* runtime: clarify that NumCPU returns only available CPUsIan Lance Taylor2015-07-101-1/+1
* runtime: factor stoptheworld/starttheworld patternAustin Clements2015-05-181-8/+3
* runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements2015-02-021-2/+2
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-2/+2
* [dev.cc] runtime: convert scheduler from C to GoRuss Cox2014-11-111-14/+0
* runtime: always run semacquire on the G stackKeith Randall2014-09-161-8/+22
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+56