aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-panic.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-110/+0
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-2/+1
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-21/+20
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-4/+2
2013-12-12runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor1-1/+1
2013-07-23runtime: Support cgo callbacks from threads started by C.Ian Lance Taylor1-1/+9
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-1/+0
2012-05-24runtime: Copy runtime_printf from other Go library.Ian Lance Taylor1-4/+4
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-1/+1
2011-12-21runtime: Catch signals on altstack, disable splitstack signal blocking.Ian Lance Taylor1-4/+4
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-19/+0
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-0/+3
2011-11-14runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor1-3/+2
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-10/+6
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-0/+1
2011-09-16Fix defer when not calling recover in function with named results.Ian Lance Taylor1-0/+6
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor1-1/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+121