summaryrefslogtreecommitdiff
path: root/test/chan/goroutines.go
Commit message (Expand)AuthorAgeFilesLines
* test/chan: document testsRob Pike2012-02-191-2/+2
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-1/+1
* test: remove semiocolons.Rob Pike2010-09-041-16/+16
* move things out of sys into os and runtimeRuss Cox2009-05-081-3/+3
* Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike2009-04-171-1/+1
* casify, cleanup sysRuss Cox2009-01-161-3/+3
* convert strconvRuss Cox2009-01-151-1/+1
* new new & makeRuss Cox2009-01-061-2/+2
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-2/+2
* return *os.Error instead of bool from strconv.ato*Russ Cox2008-11-181-3/+4
* correctly rounded floating-point conversionsRuss Cox2008-11-171-2/+2
* 104, 107, 108: they are known to fail, so mark them appropriately.Rob Pike2008-09-301-0/+40