summaryrefslogtreecommitdiff
path: root/libgo/runtime/chan.goc
Commit message (Expand)AuthorAgeFilesLines
* runtime: Remove undefined references to runtime_race*.ian2014-12-231-71/+2
* libgo: Update to Go 1.3 release.ian2014-07-191-2/+8
* runtime: Merge master revision 19185.ian2014-07-121-0/+1199
* compiler/runtime: Copy channel implementation from master library.ian2011-12-011-57/+0
* Block forever on send/receive to/from nil channel.ian2011-09-161-1/+3
* Update to current version of Go library.ian2011-05-201-8/+8
* Remove closed function. Fix tuple receive in select.ian2011-03-251-1/+23
* Tuple receives indicate whether channel is closed.ian2011-03-241-10/+4
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+39