aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime1.go
AgeCommit message (Expand)Author
2021-03-04runtime: remove GODEBUG=scavenge modeLeonardWang
2020-11-02runtime: default to MADV_DONTNEED on LinuxAustin Clements
2020-10-14runtime: implement GODEBUG=inittrace=1 supportMartin Möhrmann
2020-08-17runtime: replace index and contains with bytealg callsAustin Clements
2020-02-24runtime: remove mcache field from mIan Lance Taylor
2020-01-09runtime: add scavtrace debug flag and remove scavenge info from gctraceMichael Anthony Knyszek
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-11-02runtime: add GODEBUG=asyncpreemptoff=1Austin Clements
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2019-02-27internal/reflectlite: lite version of reflect packageMarcel van Lohuizen
2019-02-13runtime: scan gp._panic in stack scanCherry Zhang
2019-01-02runtime: add GODEBUG=madvdontneed=1Brad Fitzpatrick
2018-10-02runtime: remove GODEBUG=gcrescanstacks=1 modeAustin Clements
2018-09-12runtime: convert initial timediv quotient increments to bitsetsEmmanuel T Odeke
2018-08-22runtime: remove unused function caspIan Lance Taylor
2018-04-13runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels
2017-10-30runtime: buffered write barrier implementationAustin Clements
2017-08-08runtime: remove unused prefetch functionsMartin Möhrmann
2017-03-21cmd/compile,runtime: fix atomic And8 for mipsleVladimir Stefanovic
2017-03-07runtime: honor GOTRACEBACK=crash even if _g_.m.traceback != 0Austin Clements
2017-02-14runtime: remove stack barriersAustin Clements
2017-02-14runtime: remove unused debug.wbshadowAustin Clements
2016-11-01runtime: access modules via a sliceDavid Crawshaw
2016-11-01runtime: improve atoi implementationMartin Möhrmann
2016-10-28runtime: disable stack rescanning by defaultAustin Clements
2016-05-27[dev.ssa] Merge branch 'master' into dev.ssaDavid Chase
2016-05-26runtime: tell race detector about reflectOffs.lockDavid Crawshaw
2016-05-05[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-05-05[dev.ssa] all: merge from tip to get dev.ssa currentKeith Randall
2016-04-18cmd/compile, etc: use name offset in method tablesDavid Crawshaw
2016-04-13cmd/compile, etc: store method tables as offsetsDavid Crawshaw
2016-04-12cmd/link, etc: store typelinks as offsetsDavid Crawshaw
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24runtime, syscall: switch linux/386 to use int 0x80Shenghou Ma
2015-12-18runtime/debug: add SetTracebackRuss Cox
2015-11-25runtime: check that masks and shifts are correct alignedShenghou Ma
2015-11-16runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor
2015-11-15runtime: remove go:nosplit comment from reflect.typelinksIan Lance Taylor
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-10-23runtime: replace is{plan9,solaris,windows} with GOOS testsMatthew Dempsky
2015-08-30runtime: add GODEBUG for stack barriers at every frameAustin Clements
2015-07-29runtime: set invalidptr=1 by default, as documentedgo1.5beta3Russ Cox
2015-07-11runtime: abort on fatal errors and panics in c-shared and c-archive modesElias Naur
2015-06-15runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld ...Russ Cox
2015-05-07runtime: turn off checkmark by defaultRuss Cox
2015-05-07runtime: fix gccheckmark mode and enable by defaultRuss Cox