index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
chan
Age
Commit message (
Expand
)
Author
2021-07-14
[dev.typeparams] cmd/compile/internal/types2: implement close(ch) where ch is...
Robert Griesemer
2020-12-14
[dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'
Robert Griesemer
2020-12-03
[dev.typeparams] test: adjust more test cases to match compiler -G output
Robert Griesemer
2020-11-28
test: match gofrontend error messages
Ian Lance Taylor
2020-03-25
test/chan: fix trivial typos
sjnam
2019-07-10
test: add a test for gccgo bug in handling break statement in a select
Cherry Zhang
2019-02-06
test/chan: fix broken link to Squinting at Power Series
Yasser Abdolmaleki
2017-09-15
all: fix article typos
Kunpei Sakai
2017-07-08
test: deflake chan/select3.go
Josh Bleecher Snyder
2017-05-18
test: gofmt chan/*.go
Josh Bleecher Snyder
2017-04-24
cmd/compile: more error position tests for the typechecker
Alberto Donizetti
2017-04-24
test/chan: add missing flag.Parse in doubleselect.go
张嵩
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2015-06-26
Fix several out of date references to 4g/5g/6g/8g/9g.
Aaron Jacobs
2014-07-16
cmd/gc: implement 'for range x {'
Russ Cox
2014-06-17
test: speed up chan/select5
Josh Bleecher Snyder
2013-09-20
test/chan: avoid wrap-around in memstats comparison
Carl Shapiro
2013-06-09
all: fix typos
Shenghou Ma
2013-04-12
test: raise the allocation threshold for chan/select2.go failure
Carl Shapiro
2012-04-20
test: use testlib in a few more cases (part 2)
Shenghou Ma
2012-02-19
test/chan: document tests
Rob Pike
2012-02-16
test: use testlib (first 100)
Russ Cox
2012-02-06
runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).
Rémy Oudompheng
2012-02-01
test: test that x := <-c accepts a general expression
Ian Lance Taylor
2012-01-24
test: Add the usual Copyright notice.
Olivier Duperray
2011-11-08
renaming_4: gofix -r everything/but/src/pkg
Rob Pike
2011-11-06
gc: Better error message for range over non-receive channel.
Luuk van Dijk
2011-11-01
non-pkg: gofix -r error -force=error
Russ Cox
2011-10-13
gc: disallow close on receive-only channels
Russ Cox
2011-09-26
runtime: check for nil value pointer in select syncsend case
Ian Lance Taylor
2011-09-26
test: silence/coalesce some tests
Russ Cox
2011-08-22
test/chan/sieve2.go: remove container/vector.
Rob Pike
2011-08-18
test/chan/select5.go: change "with" to "if" in templatea
Rob Pike
2011-08-17
gc: implement nil chan support
Russ Cox
2011-08-17
test/chan/select5.go: update to new templates
Rob Pike
2011-08-17
template: delete old template code.
Rob Pike
2011-07-18
runtime: fix select pass 3
Hector Chu
2011-07-18
runtime: fix panic for make(chan [0]byte).
Nigel Tao
2011-03-11
go code: replace closed(c) with x, ok := <-c
Russ Cox
2011-02-09
template: reverse order of arguments to Execute
Rob Pike
2011-02-01
gc: fix send precedence
Russ Cox
2011-01-31
replace non-blocking send, receive syntax with select
Russ Cox
2011-01-30
test: another select test
Russ Cox
2011-01-28
runtime: select bug
Russ Cox
2011-01-21
spec, runtime, tests: send on closed channel panics
Russ Cox
2011-01-21
test/chan/doubleselect: fix various races
Russ Cox
2010-09-27
gc: allow select case expr = <-c
Russ Cox
2010-09-10
test: Reduce race conditions in chan/nonblock.go.
Ian Lance Taylor
2010-09-04
test: remove semiocolons.
Rob Pike
2010-08-03
gc: empty select
Russ Cox
[next]