summaryrefslogtreecommitdiff
path: root/src/runtime/extern.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: clean up gctrace formatAustin Clements2016-01-081-4/+4
* runtime: add pointer to net and net/http for more GODEBUG settingsRuss Cox2016-01-071-0/+3
* runtime/debug: add SetTracebackRuss Cox2015-12-181-0/+4
* runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor2015-11-161-0/+7
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-4/+6
* runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox2015-10-301-9/+14
* runtime: add GODEBUG for stack barriers at every frameAustin Clements2015-08-301-0/+3
* runtime: document gctrace formatAustin Clements2015-07-271-1/+17
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-2/+2
* runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld ...Russ Cox2015-06-151-15/+30
* runtime: remove wbshadow modeRuss Cox2015-05-111-12/+0
* runtime: simplify CPU profiling codeMatthew Dempsky2015-02-261-2/+2
* runtime: Change memprofrate to memprofilerateLynn Boger2015-02-031-1/+1
* runtime: Add memprofrate value to GODEBUGLynn Boger2015-02-031-0/+4
* runtime: add GODEBUG=gccheckmark=0/1Austin Clements2015-01-121-0/+6
* runtime: add GODEBUG wbshadow for finding missing write barriersRuss Cox2015-01-061-0/+12
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-1/+2
* runtime: update comment for CallersRuss Cox2014-10-291-1/+10
* runtime: add GODEBUG invalidptr settingRuss Cox2014-10-281-0/+6
* runtime: more cleanupsKeith Randall2014-09-091-2/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+155