]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/extern.go
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
[gostls13.git] / src / runtime / extern.go
2023-11-10 Michael Anthony... runtime: add execution tracer v2 behind GOEXPERIMENT...
2023-11-08 cui fliterruntime: add available godoc link
2023-06-21 Michael Anthony... runtime: relate GODEBUG=gctrace output to runtime/metrics
2023-06-06 Michael Prattruntime: make GODEBUG=dontfreezetheworld=1 safer
2023-06-06 Roland Shoemakerruntime: implement SUID/SGID protections
2023-05-19 Michael Anthony... runtime: add eager scavenging details to GODEBUG=scavtr...
2023-04-10 qmuntalruntime: support GOTRACEBACK=wer on Windows
2023-03-30 Felix Geisendörferruntime/trace: enable frame pointer unwinding on amd64
2023-03-24 Michael Prattruntime: add GODEBUG=dontfreezetheworld=1
2023-02-16 Keith Randallruntime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
2022-11-18 Michael Knyszekruntime: add page tracer
2022-09-02 Tobias Klauserruntime: support MADV_DONTNEED on the BSDs and Solaris...
2022-08-25 Michael Anthony... runtime: update gctrace docs and print lastStackScan...
2022-08-15 Martin Möhrmannruntime: document GODEBUG=cpu.* in runtime package
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-07 Michael Prattruntime: document GOMEMLIMIT in environment variables...
2022-05-20 Wang Deyuruntime: update description of GODEBUG=scavtrace=1
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-10 Leonard Wangruntime: update description of GODEBUG=gctrace=1
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Michael Anthony... runtime: add harddecommit GODEBUG flag
2021-10-19 Benjamin Petersonruntime: remove reference to crypto/tls GODEBUG usage
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace GOOS...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace uses...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-08 Austin Clementsruntime,cmd/link: include GOEXPERIMENTs in runtime...
2021-03-04 LeonardWangruntime: remove GODEBUG=scavenge mode
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-19 Russ Coxruntime: move sys.DefaultGoroot to runtime.defaultGOROOT
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-11-02 Austin Clementsruntime: default to MADV_DONTNEED on Linux
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-14 Martin Möhrmannruntime: implement GODEBUG=inittrace=1 support
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-06-05 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-05 Brad Fitzpatrickruntime: clarify wording/grammar on GODEBUG=invalidptr
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-08 Michael Anthony... runtime: remove scavAddr in favor of address ranges
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-09 Michael Anthony... runtime: add scavtrace debug flag and remove scavenge...
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-05 Cherry Zhangcmd: merge branch 'dev.link' into master
2019-11-02 Austin Clementsruntime: add GODEBUG=asyncpreemptoff=1
2019-09-17 Keith Randallruntime: remove unneeded noinline directives
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-23 Russ Coxcmd/go: add env -w and env -u to set and unset default...
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-13 Brad Fitzpatrickcrypto/tls, runtime: document GODEBUG TLS 1.3 option
2019-02-13 Cherry Zhangruntime: scan gp._panic in stack scan
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-01-02 Brad Fitzpatrickruntime: add GODEBUG=madvdontneed=1
2018-12-28 Keith Randallcmd/compile,runtime: redo mid-stack inlining tracebacks
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-08 Keith Randallcmd/compile: encourage inlining of functions with singl...
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-02 Austin Clementsruntime: remove GODEBUG=gcrescanstacks=1 mode
2018-10-02 Austin Clementsruntime: remove GODEBUG=gctrace=2 mode
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-22 Thanabodee Charoen... runtime: remove +1-1 when asking PC values
2018-08-20 Shulhanruntime: document all possible values for GOOS and...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-13 Eric Danielsruntime/traceback: support tracking goroutine ancestor...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-13 Austin Clementsruntime: don't elide wrapper functions that call panic...
2017-11-03 Gabriel Aszalosruntime: clarify GOROOT return value in documentation
2017-06-08 Austin Clementsruntime: fix documentation error about runtime.GC()
2017-04-19 Michael Mundayruntime: avoid restricting GOARCH values in documentation
2017-04-18 David Lazarruntime: skip logical frames in runtime.Caller
2017-03-06 Austin Clementsruntime: strongly encourage CallersFrames with the...
2017-03-06 Austin Clementsruntime: avoid repeated findmoduledatap calls
2017-02-14 Austin Clementsruntime: remove stack barriers
2016-10-28 Austin Clementsruntime: disable stack rescanning by default
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-01 Emmanuel Odekeruntime: document heap scavenger memory summary
next