aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/extern.go
AgeCommit message (Expand)Author
2021-04-08runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"Austin Clements
2021-03-04runtime: remove GODEBUG=scavenge modeLeonardWang
2021-02-19runtime: move sys.DefaultGoroot to runtime.defaultGOROOTRuss Cox
2020-11-02runtime: default to MADV_DONTNEED on LinuxAustin Clements
2020-10-14runtime: implement GODEBUG=inittrace=1 supportMartin Möhrmann
2020-06-05runtime: clarify wording/grammar on GODEBUG=invalidptrBrad Fitzpatrick
2020-05-08runtime: remove scavAddr in favor of address rangesMichael Anthony Knyszek
2020-01-09runtime: add scavtrace debug flag and remove scavenge info from gctraceMichael Anthony Knyszek
2019-11-02runtime: add GODEBUG=asyncpreemptoff=1Austin Clements
2019-09-17runtime: remove unneeded noinline directivesKeith Randall
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-02-13crypto/tls, runtime: document GODEBUG TLS 1.3 optionBrad Fitzpatrick
2019-02-13runtime: scan gp._panic in stack scanCherry Zhang
2019-01-02runtime: add GODEBUG=madvdontneed=1Brad Fitzpatrick
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-11-08cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall
2018-10-02runtime: remove GODEBUG=gcrescanstacks=1 modeAustin Clements
2018-10-02runtime: remove GODEBUG=gctrace=2 modeAustin Clements
2018-08-22runtime: remove +1-1 when asking PC valuesThanabodee Charoenpiriyakij
2018-08-20runtime: document all possible values for GOOS and GOARCHShulhan
2018-04-13runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels
2017-11-13runtime: don't elide wrapper functions that call panic or at TOSAustin Clements
2017-11-03runtime: clarify GOROOT return value in documentationGabriel Aszalos
2017-06-08runtime: fix documentation error about runtime.GC()Austin Clements
2017-04-19runtime: avoid restricting GOARCH values in documentationMichael Munday
2017-04-18runtime: skip logical frames in runtime.CallerDavid Lazar
2017-03-06runtime: strongly encourage CallersFrames with the result of CallersAustin Clements
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-02-14runtime: remove stack barriersAustin Clements
2016-10-28runtime: disable stack rescanning by defaultAustin Clements
2016-06-01runtime: document heap scavenger memory summaryEmmanuel Odeke
2016-04-11runtime: remove remaining references to TheCharJeremy Jackins
2016-04-06runtime: add s390x support (modified files only)Michael Munday
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-25runtime, runtime/pprof: add Frames to get file/line for CallersIan Lance Taylor
2016-01-08runtime: clean up gctrace formatAustin Clements
2016-01-07runtime: add pointer to net and net/http for more GODEBUG settingsRuss Cox
2015-12-18runtime/debug: add SetTracebackRuss Cox
2015-11-16runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-08-30runtime: add GODEBUG for stack barriers at every frameAustin Clements
2015-07-27runtime: document gctrace formatAustin Clements
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-15runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld ...Russ Cox
2015-05-11runtime: remove wbshadow modeRuss Cox
2015-02-26runtime: simplify CPU profiling codeMatthew Dempsky
2015-02-03runtime: Change memprofrate to memprofilerateLynn Boger
2015-02-03runtime: Add memprofrate value to GODEBUGLynn Boger
2015-01-12runtime: add GODEBUG=gccheckmark=0/1Austin Clements