summaryrefslogtreecommitdiff
path: root/test/chan
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: implement 'for range x {'Russ Cox2014-07-161-0/+3
* test: speed up chan/select5Josh Bleecher Snyder2014-06-171-3/+3
* test/chan: avoid wrap-around in memstats comparisonCarl Shapiro2013-09-201-1/+2
* all: fix typosShenghou Ma2013-06-091-1/+1
* test: raise the allocation threshold for chan/select2.go failureCarl Shapiro2013-04-121-1/+1
* test: use testlib in a few more cases (part 2)Shenghou Ma2012-04-201-3/+1
* test/chan: document testsRob Pike2012-02-1916-13/+36
* test: use testlib (first 100)Russ Cox2012-02-1617-17/+17
* runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).R?my Oudompheng2012-02-061-3/+6
* test: test that x := <-c accepts a general expressionIan Lance Taylor2012-02-011-2/+2
* test: Add the usual Copyright notice.Olivier Duperray2012-01-241-0/+4
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-1/+1
* gc: Better error message for range over non-receive channel.Luuk van Dijk2011-11-061-1/+4
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-1/+1
* gc: disallow close on receive-only channelsRuss Cox2011-10-131-0/+4
* runtime: check for nil value pointer in select syncsend caseIan Lance Taylor2011-09-261-0/+68
* test: silence/coalesce some testsRuss Cox2011-09-262-2/+0
* test/chan/sieve2.go: remove container/vector.Rob Pike2011-08-221-12/+26
* test/chan/select5.go: change "with" to "if" in templateaRob Pike2011-08-181-46/+46
* gc: implement nil chan supportRuss Cox2011-08-171-4/+4
* test/chan/select5.go: update to new templatesRob Pike2011-08-171-142/+141
* template: delete old template code.Rob Pike2011-08-171-6/+5
* runtime: fix select pass 3Hector Chu2011-07-181-0/+34
* runtime: fix panic for make(chan [0]byte).Nigel Tao2011-07-181-0/+16
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-112-11/+24
* template: reverse order of arguments to ExecuteRob Pike2011-02-091-1/+1
* gc: fix send precedenceRuss Cox2011-02-011-0/+37
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-312-85/+133
* test: another select testRuss Cox2011-01-301-0/+482
* runtime: select bugRuss Cox2011-01-281-0/+9
* spec, runtime, tests: send on closed channel panicsRuss Cox2011-01-211-9/+5
* test/chan/doubleselect: fix various racesRuss Cox2011-01-211-17/+19
* gc: allow select case expr = <-cRuss Cox2010-09-271-0/+25
* test: Reduce race conditions in chan/nonblock.go.Ian Lance Taylor2010-09-101-38/+60
* test: remove semiocolons.Rob Pike2010-09-045-646/+644
* gc: empty selectRuss Cox2010-08-031-31/+26
* channel tests: added a couple of tests with closed channelsRobert Griesemer2010-07-141-1/+33
* select statement: initial set of test cases for corner casesRobert Griesemer2010-07-141-0/+176
* runtime: correct memory leak in selectRuss Cox2010-04-011-0/+48
* single argument panicRuss Cox2010-03-304-104/+175
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-16/+20
* Include an Eratosthenesque concurrent prime sieve to go along with the "naive...Anh Hai Trinh2010-02-242-2/+174
* runtime: fix race conditionAdam Langley2009-12-181-0/+83
* missed a couple of files in testRobert Griesemer2009-12-091-12/+24
* making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer2009-12-091-12/+24
* last round: non-package codeRuss Cox2009-09-151-0/+9
* fix up some irregular indentationRob Pike2009-08-171-32/+33
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-122-8/+4
* more 6g reorg; checkpoint.Russ Cox2009-08-031-4/+4
* Adjust expected errors to work with gccgo.Ian Lance Taylor2009-05-311-4/+4