Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: use testlib (first 100) | Russ Cox | 2012-02-16 | 1 | -1/+1 |
* | test: make closedchan.go exit with failure if something fails | Ian Lance Taylor | 2011-11-04 | 1 | -0/+18 |
* | gc: disallow close on receive-only channels | Russ Cox | 2011-10-13 | 1 | -0/+11 |
* | go code: replace closed(c) with x, ok := <-c | Russ Cox | 2011-03-11 | 1 | -51/+106 |
* | replace non-blocking send, receive syntax with select | Russ Cox | 2011-01-31 | 1 | -10/+82 |
* | spec, runtime, tests: send on closed channel panics | Russ Cox | 2011-01-21 | 1 | -6/+12 |
* | test: remove semiocolons. | Rob Pike | 2010-09-04 | 1 | -49/+49 |
* | add test for close/closed, fix a few implementation bugs. | Russ Cox | 2009-03-23 | 1 | -0/+197 |