summaryrefslogtreecommitdiff
path: root/test/chan/powser1.go
Commit message (Expand)AuthorAgeFilesLines
* test/chan: document testsRob Pike2012-02-191-0/+2
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: remove semiocolons.Rob Pike2010-09-041-290/+289
* making some more non-gofmt'ed files save for new semicolon ruleRobert 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
* powser cleanup.Rob Pike2009-02-061-111/+98
* 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-16/+13
* convert *[] to [].Russ Cox2008-12-181-4/+4
* Fix powser1.go to compile with the current 6g, which doesn'tIan Lance Taylor2008-11-051-2/+2
* Don't use a named pointer type as a receiver type. TheIan Lance Taylor2008-11-051-2/+2
* update code to follow new semicolon rules:Russ Cox2008-10-071-4/+4
* fix method use bug in powser1.Russ Cox2008-10-041-6/+6
* update tests to new communications syntaxRob Pike2008-09-161-30/+30
* fixes for funcs without returnsRob Pike2008-09-111-1/+1
* arraysKen Thompson2008-08-271-3/+3
* fix bug depot:Rob Pike2008-08-111-21/+21
* workaround for compiler bug: len(a) is zeroRob Pike2008-08-051-3/+3
* use real selectRob Pike2008-07-281-64/+15
* start of selectKen Thompson2008-07-201-20/+18
* add an eval function (written by ken)Rob Pike2008-07-191-0/+18
* add doug's power series packageRob Pike2008-07-181-0/+748