aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/panic.go
AgeCommit message (Expand)AuthorFilesLines
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