aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-send-nb-small.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-107/+0
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-1/+1
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-4/+2
2011-09-16Block forever on send/receive to/from nil channel.Ian Lance Taylor1-0/+3
2011-05-20Update to current version of Go library.Ian Lance Taylor1-1/+1
2011-03-23Send on a closed channel panics.Ian Lance Taylor1-15/+9
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+112