summaryrefslogtreecommitdiff
path: root/test/chan/goroutines.go
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+41
2011-09-13Imported Upstream version 60Ondřej Surý1-41/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-16/+16
2009-05-08move things out of sys into os and runtimeRuss Cox1-3/+3
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-1/+1
2009-01-16casify, cleanup sysRuss Cox1-3/+3
2009-01-15convert strconvRuss Cox1-1/+1
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-2/+2
2008-11-18return *os.Error instead of bool from strconv.ato*Russ Cox1-3/+4
2008-11-17correctly rounded floating-point conversionsRuss Cox1-2/+2
2008-09-30104, 107, 108: they are known to fail, so mark them appropriately.Rob Pike1-0/+40