summaryrefslogtreecommitdiff
path: root/test/chan/powser2.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-4/+7
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+722
2011-09-13Imported Upstream version 60Ondřej Surý1-722/+0
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
R=rsc, r http://codereview.appspot.com/172045
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox1-4/+2
mostly removing forward declarations. R=r DELTA=138 (2 added, 127 deleted, 9 changed) OCL=33068 CL=33099
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+3
R=r OCL=28569 CL=28573
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-02-11insert type assertions when narrowing.Russ Cox1-6/+6
R=r OCL=24349 CL=24913
2009-02-06powser cleanup.Rob Pike1-11/+6
- don't need *struct - don't need item/rat both - closures make the inner slaves easier - delete some old BUG comments powser2 is left mostly alone, for variety. R=rsc DELTA=134 (2 added, 20 deleted, 112 changed) OCL=24579 CL=24581
2009-01-20delete exportRuss Cox1-28/+28
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-29/+28
R=r OCL=23012 CL=23014
2009-01-16casify, cleanup sysRuss Cox1-2/+2
R=r OCL=22978 CL=22984
2009-01-06new new & makeRuss Cox1-12/+12
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-15/+12
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-12-18convert *[] to [].Russ Cox1-4/+4
R=r OCL=21563 CL=21571
2008-12-09chans and maps of interfacesRuss Cox1-0/+720
R=r DELTA=746 (729 added, 1 deleted, 16 changed) OCL=20858 CL=20858