summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/runtime2.go
AgeCommit message (Expand)Author
2022-02-18libgo: update to Go1.18rc1 releaseIan Lance Taylor
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor
2021-06-10libgo: update to Go1.16.5 releaseIan Lance Taylor
2021-01-29libgo: update to Go1.16rc1Ian Lance Taylor
2021-01-01runtime: move startupRandomData back to runtime2.goIan Lance Taylor
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor
2020-12-22runtime: add "success" field to sudogIan Lance Taylor
2020-10-27libgo: update to Go 1.15.3 releaseIan Lance Taylor
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor
2019-08-31compiler, runtime: support and use single argument go:linknameIan Lance Taylor
2019-08-17compiler, runtime: allocate defer records on the stackIan Lance Taylor
2019-02-19runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor
2018-12-05runtime: add precise stack scan supportIan Lance Taylor
2018-09-24libgo: update to Go 1.11Ian Lance Taylor
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor
2017-09-14libgo: update to go1.9Ian Lance Taylor
2017-06-23runtime: improve handling of panic during deferred functionIan Lance Taylor
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor
2017-06-22runtime: rename _defer struct _panic field to panicStackIan Lance Taylor
2017-05-12runtime: fix build for non-split-stack systemsIan Lance Taylor
2017-05-11runtime: fix isSystemGoroutine for gccgoIan Lance Taylor
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor
2016-09-09runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor