summaryrefslogtreecommitdiff
path: root/test/chan
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] cmd/compile/internal/types2: implement close(ch) where ch is...Robert Griesemer2021-07-141-1/+1
* [dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer2020-12-141-3/+3
|\
| * test: match gofrontend error messagesIan Lance Taylor2020-11-281-3/+3
* | [dev.typeparams] test: adjust more test cases to match compiler -G outputRobert Griesemer2020-12-031-1/+1
|/
* test/chan: fix trivial typossjnam2020-03-252-2/+2
* test: add a test for gccgo bug in handling break statement in a selectCherry Zhang2019-07-101-0/+55
* test/chan: fix broken link to Squinting at Power SeriesYasser Abdolmaleki2019-02-062-2/+2
* all: fix article typosKunpei Sakai2017-09-151-1/+1
* test: deflake chan/select3.goJosh Bleecher Snyder2017-07-081-2/+9
* test: gofmt chan/*.goJosh Bleecher Snyder2017-05-186-356/+410
* cmd/compile: more error position tests for the typecheckerAlberto Donizetti2017-04-241-0/+5
* test/chan: add missing flag.Parse in doubleselect.go张嵩2017-04-241-0/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-025-5/+5
* Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs2015-06-261-1/+1
* 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