summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/panic.go
AgeCommit message (Expand)Author
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor
2021-08-02compiler, runtime: allow slice to array pointer conversionIan Lance Taylor
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor
2019-09-12libgo: update to Go1.13Ian 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-28compiler, runtime: provide index information on bounds check failureIan Lance Taylor
2019-08-17compiler, runtime: allocate defer records on the stackIan Lance Taylor
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor
2019-01-29runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor
2018-09-24libgo: update to Go 1.11Ian Lance Taylor
2018-05-31libgo: update to Go 1.10.2 releaseIan Lance Taylor
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor
2017-11-09sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor
2017-09-14libgo: update to go1.9Ian Lance Taylor
2017-06-23runtime: complete defer handling in CgocallBackDoneIan Lance Taylor
2017-06-23runtime: improve handling of panic during deferred functionIan Lance Taylor
2017-06-22runtime: avoid write barriers when calling deferred functionIan Lance Taylor
2017-06-22runtime: rename _defer struct _panic field to panicStackIan 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
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor