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