summaryrefslogtreecommitdiff
path: root/test/chan/powser2.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-293/+292
2009-12-09missed a couple of files in testRobert Griesemer1-12/+24
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox1-4/+2
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+3
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
2009-02-11insert type assertions when narrowing.Russ Cox1-6/+6
2009-02-06powser cleanup.Rob Pike1-11/+6
2009-01-20delete exportRuss Cox1-28/+28
2009-01-16convert tests; nothing interesting.Russ Cox1-29/+28
2009-01-16casify, cleanup sysRuss Cox1-2/+2
2009-01-06new new & makeRuss Cox1-12/+12
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-15/+12
2008-12-18convert *[] to [].Russ Cox1-4/+4
2008-12-09chans and maps of interfacesRuss Cox1-0/+720