aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/channel.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-152/+0
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-3/+6
2011-05-06More uses of backend interface for types.Ian Lance Taylor1-0/+3
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor1-3/+3
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor1-3/+0
2011-03-24Update to current version of Go library.Ian Lance Taylor1-1/+6
2011-03-24Tuple receives indicate whether channel is closed.Ian Lance Taylor1-1/+4
2011-03-23Send on a closed channel panics.Ian Lance Taylor1-11/+2
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+147