summaryrefslogtreecommitdiff
path: root/test/chan/powser2.go
Commit message (Expand)AuthorAgeFilesLines
* test/chan: document testsRob Pike2012-02-191-3/+6
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: remove semiocolons.Rob Pike2010-09-041-293/+292
* missed a couple of files in testRobert Griesemer2009-12-091-12/+24
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-121-4/+2
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+3
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-1/+1
* convert composite literals from { } to ( ).Russ Cox2009-02-131-1/+1
* insert type assertions when narrowing.Russ Cox2009-02-111-6/+6
* powser cleanup.Rob Pike2009-02-061-11/+6
* delete exportRuss Cox2009-01-201-28/+28
* convert tests; nothing interesting.Russ Cox2009-01-161-29/+28
* casify, cleanup sysRuss Cox2009-01-161-2/+2
* new new & makeRuss Cox2009-01-061-12/+12
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-15/+12
* convert *[] to [].Russ Cox2008-12-181-4/+4
* chans and maps of interfacesRuss Cox2008-12-091-0/+720