aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/chan.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Remove some files that were accidentally committed in 2014.Ian Lance Taylor1-1186/+0
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-0/+1186
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor1-1434/+0
2014-06-10runtime: Initialize variable to avoid compiler warning.Ian Lance Taylor1-1/+1
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-190/+144
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-20/+13
2014-04-14Sync to current external repository.Chris Manghane1-24/+3
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-24/+56
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-14/+60
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-14/+14
2012-12-12libgo: Update to current master library sources.Ian Lance Taylor1-2/+2
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-70/+225
2012-10-03libgo: Update to Go 1.0.3.Ian Lance Taylor1-8/+8
2012-09-28runtime: Better detection of memory allocation request overflow.Ian Lance Taylor1-1/+3
2012-05-24runtime: Copy runtime_printf from other Go library.Ian Lance Taylor1-2/+2
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-6/+6
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-0/+4
2012-02-11runtime: Fix chan code for big-endian strict-alignment systemsIan Lance Taylor1-8/+23
2012-02-08compiler, runtime: Check make int64 args for overflow.Ian Lance Taylor1-0/+6
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-0/+1248