aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-deferred-recover.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-93/+0
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-4/+4
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-2/+1
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-1/+4
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-3/+2
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+92