summaryrefslogtreecommitdiff
path: root/test/bigalg.go
AgeCommit message (Expand)AuthorFilesLines
2009-09-17unused importsRuss Cox1-5/+0
2009-09-14fix "declared and not used" in tests;Russ Cox1-1/+1
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox1-1/+1
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-2/+2
2009-02-13convert composite literals from { } to ( ).Russ Cox1-2/+2
2009-01-26implement new restrictions on whatRuss Cox1-20/+0
2009-01-20delete exportRuss Cox1-4/+4
2009-01-16convert tests; nothing interesting.Russ Cox1-4/+4
2009-01-06new new & makeRuss Cox1-7/+7
2008-12-19[] and struct in interfaces.Russ Cox1-11/+43
2008-12-19chan and map of [] and structRuss Cox1-0/+110