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
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2022-11-18
runtime: add page tracer
Michael Knyszek
2022-09-02
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
Tobias Klauser
2022-08-25
runtime: update gctrace docs and print lastStackScan instead of max
Michael Anthony Knyszek
2022-08-15
runtime: document GODEBUG=cpu.* in runtime package
Martin Möhrmann
2022-06-07
runtime: document GOMEMLIMIT in environment variables section
Michael Pratt
2022-05-20
runtime: update description of GODEBUG=scavtrace=1
Wang Deyu
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-10
runtime: update description of GODEBUG=gctrace=1
Leonard Wang
2021-11-05
runtime: add harddecommit GODEBUG flag
Michael Anthony Knyszek
2021-10-19
runtime: remove reference to crypto/tls GODEBUG usage
Benjamin Peterson
2021-06-17
[dev.typeparams] runtime/internal/sys: replace GOOS with goos.GOOS
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCH
Michael Anthony Knyszek
2021-04-08
runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"
Austin Clements
2021-03-04
runtime: remove GODEBUG=scavenge mode
LeonardWang
2021-02-19
runtime: move sys.DefaultGoroot to runtime.defaultGOROOT
Russ Cox
2020-11-02
runtime: default to MADV_DONTNEED on Linux
Austin Clements
2020-10-14
runtime: implement GODEBUG=inittrace=1 support
Martin Möhrmann
2020-06-05
runtime: clarify wording/grammar on GODEBUG=invalidptr
Brad Fitzpatrick
2020-05-08
runtime: remove scavAddr in favor of address ranges
Michael Anthony Knyszek
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
[next]