summaryrefslogtreecommitdiff
path: root/test/chan/perm.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: implement 'for range x {'Russ Cox2014-07-161-0/+3
* test/chan: document testsRob Pike2012-02-191-0/+4
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* gc: Better error message for range over non-receive channel.Luuk van Dijk2011-11-061-1/+4
* gc: disallow close on receive-only channelsRuss Cox2011-10-131-0/+4
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-111-9/+6
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-34/+31
* test: remove semiocolons.Rob Pike2010-09-041-34/+34
* last round: non-package codeRuss Cox2009-09-151-0/+9
* more 6g reorg; checkpoint.Russ Cox2009-08-031-4/+4
* Adjust expected errors to work with gccgo.Ian Lance Taylor2009-05-311-4/+4
* channel direction testsRuss Cox2009-05-221-0/+48