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
/
extern.go
Age
Commit message (
Expand
)
Author
2020-01-09
runtime: add scavtrace debug flag and remove scavenge info from gctrace
Michael Anthony Knyszek
2019-11-02
runtime: add GODEBUG=asyncpreemptoff=1
Austin Clements
2019-09-17
runtime: remove unneeded noinline directives
Keith Randall
2019-04-23
cmd/go: add env -w and env -u to set and unset default env vars
Russ Cox
2019-02-13
crypto/tls, runtime: document GODEBUG TLS 1.3 option
Brad Fitzpatrick
2019-02-13
runtime: scan gp._panic in stack scan
Cherry Zhang
2019-01-02
runtime: add GODEBUG=madvdontneed=1
Brad Fitzpatrick
2018-12-28
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
2018-11-08
cmd/compile: encourage inlining of functions with single-call bodies
Keith Randall
2018-10-02
runtime: remove GODEBUG=gcrescanstacks=1 mode
Austin Clements
2018-10-02
runtime: remove GODEBUG=gctrace=2 mode
Austin Clements
2018-08-22
runtime: remove +1-1 when asking PC values
Thanabodee Charoenpiriyakij
2018-08-20
runtime: document all possible values for GOOS and GOARCH
Shulhan
2018-04-13
runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...
Eric Daniels
2017-11-13
runtime: don't elide wrapper functions that call panic or at TOS
Austin Clements
2017-11-03
runtime: clarify GOROOT return value in documentation
Gabriel Aszalos
2017-06-08
runtime: fix documentation error about runtime.GC()
Austin Clements
2017-04-19
runtime: avoid restricting GOARCH values in documentation
Michael Munday
2017-04-18
runtime: skip logical frames in runtime.Caller
David Lazar
2017-03-06
runtime: strongly encourage CallersFrames with the result of Callers
Austin Clements
2017-03-06
runtime: avoid repeated findmoduledatap calls
Austin Clements
2017-02-14
runtime: remove stack barriers
Austin Clements
2016-10-28
runtime: disable stack rescanning by default
Austin Clements
2016-06-01
runtime: document heap scavenger memory summary
Emmanuel Odeke
2016-04-11
runtime: remove remaining references to TheChar
Jeremy Jackins
2016-04-06
runtime: add s390x support (modified files only)
Michael Munday
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-25
runtime, runtime/pprof: add Frames to get file/line for Callers
Ian Lance Taylor
2016-01-08
runtime: clean up gctrace format
Austin Clements
2016-01-07
runtime: add pointer to net and net/http for more GODEBUG settings
Russ Cox
2015-12-18
runtime/debug: add SetTraceback
Russ Cox
2015-11-16
runtime: add optional expensive check for invalid cgo pointer passing
Ian Lance Taylor
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-10-30
runtime: introduce GOTRACEBACK=single, now the default
Russ Cox
2015-08-30
runtime: add GODEBUG for stack barriers at every frame
Austin Clements
2015-07-27
runtime: document gctrace format
Austin Clements
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-15
runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld ...
Russ Cox
2015-05-11
runtime: remove wbshadow mode
Russ Cox
2015-02-26
runtime: simplify CPU profiling code
Matthew Dempsky
2015-02-03
runtime: Change memprofrate to memprofilerate
Lynn Boger
2015-02-03
runtime: Add memprofrate value to GODEBUG
Lynn Boger
2015-01-12
runtime: add GODEBUG=gccheckmark=0/1
Austin Clements
2015-01-06
runtime: add GODEBUG wbshadow for finding missing write barriers
Russ Cox
2014-11-12
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-10-29
runtime: update comment for Callers
Russ Cox
2014-10-28
runtime: add GODEBUG invalidptr setting
Russ Cox
2014-09-09
runtime: more cleanups
Keith Randall
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]