aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/panic.go
AgeCommit message (Expand)AuthorFilesLines
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor1-33/+32
2021-08-02compiler, runtime: allow slice to array pointer conversionIan Lance Taylor1-0/+7
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-19/+5
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor1-2/+13
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-5/+26
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor1-0/+2
2019-09-12libgo: update to Go1.13Ian Lance Taylor1-0/+11
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-15/+2
2019-08-31compiler, runtime: support and use single argument go:linknameIan Lance Taylor1-31/+30
2019-08-28compiler, runtime: provide index information on bounds check failureIan Lance Taylor1-31/+139
2019-08-17compiler, runtime: allocate defer records on the stackIan Lance Taylor1-0/+38
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor1-2/+2
2019-01-29runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor1-2/+2
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-16/+40
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-28/+139
2018-05-31libgo: update to Go 1.10.2 releaseIan Lance Taylor1-3/+0
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor1-8/+14
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor1-1/+1
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor1-5/+5
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-5/+22
2017-11-09sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor1-0/+1
2017-09-14libgo: update to go1.9Ian Lance Taylor1-3/+20
2017-06-23runtime: complete defer handling in CgocallBackDoneIan Lance Taylor1-8/+9
2017-06-23runtime: improve handling of panic during deferred functionIan Lance Taylor1-31/+77
2017-06-22runtime: avoid write barriers when calling deferred functionIan Lance Taylor1-4/+4
2017-06-22runtime: rename _defer struct _panic field to panicStackIan Lance Taylor1-9/+9
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-5/+0
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-37/+53
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor1-4/+13
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor1-0/+9
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-0/+758
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-0/+90
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-505/+0
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor1-0/+505