summaryrefslogtreecommitdiff
path: root/test/ken/chan.go
AgeCommit message (Expand)AuthorFilesLines
2010-03-30single argument panicRuss Cox1-171/+171
2010-01-19Add explicit locking.Ian Lance Taylor1-7/+29
2009-12-10make test/ken safe for optional semisRobert Griesemer1-46/+24
2009-05-08move things out of sys into os and runtimeRuss Cox1-7/+9
2009-01-20delete exportRuss Cox1-1/+1
2009-01-16convert tests; nothing interesting.Russ Cox1-5/+5
2009-01-16casify, cleanup sysRuss Cox1-7/+7
2009-01-06new new & makeRuss Cox1-4/+4
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-3/+3
2008-12-18arraysKen Thompson1-5/+16
2008-10-07update code to follow new semicolon rules:Russ Cox1-1/+1
2008-09-20another async select bugKen Thompson1-139/+185
2008-09-20fix some testsRob Pike1-1/+4
2008-09-19channel testKen Thompson1-0/+267