summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-new-channel.c
Commit message (Expand)AuthorAgeFilesLines
* compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor2011-12-011-70/+0
* runtime: Copy runtime_panicstring from master library.Ian Lance Taylor2011-11-301-2/+2
* Fix channels with element type of size zero.Ian Lance Taylor2011-09-211-1/+1
* Change builtin make to runtime call at lowering time.Ian Lance Taylor2011-06-141-2/+11
* Update to current version of Go library.Ian Lance Taylor2011-05-201-2/+6
* Unify handling of runtime support functions.Ian Lance Taylor2011-04-131-2/+4
* Remove closed function. Fix tuple receive in select.Ian Lance Taylor2011-03-251-1/+0
* Send on a closed channel panics.Ian Lance Taylor2011-03-231-1/+0
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+57