aboutsummaryrefslogtreecommitdiff
path: root/test/chan/goroutines.go
AgeCommit message (Expand)Author
2012-02-19test/chan: document testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-01-16casify, cleanup sysRuss Cox
2009-01-15convert strconvRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-11-18return *os.Error instead of bool from strconv.ato*Russ Cox
2008-11-17correctly rounded floating-point conversionsRuss Cox
2008-09-30104, 107, 108: they are known to fail, so mark them appropriately.Rob Pike