aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/chan.goc
AgeCommit message (Expand)AuthorFilesLines
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-1130/+0
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-6/+0
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-1/+1
2014-12-23runtime: Remove undefined references to runtime_race*.Ian Lance Taylor1-71/+2
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-2/+8
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor1-0/+1199
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-57/+0
2011-09-16Block forever on send/receive to/from nil channel.Ian Lance Taylor1-1/+3
2011-05-20Update to current version of Go library.Ian Lance Taylor1-8/+8
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor1-1/+23
2011-03-24Tuple receives indicate whether channel is closed.Ian Lance Taylor1-10/+4
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+39